Bind 9 (Was: bsdstats) - fatal error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0)

Mel Flynn mel.flynn+fbsd.questions at mailing.thruhere.net
Mon Jul 27 22:07:47 UTC 2009


On Monday 27 July 2009 13:17:51 Anton Shterenlikht wrote:
> On ia64 8.0-beta1 SMP, running bsdstats-5.4_2,
> I get this error:
>
> # /usr/local/etc/periodic/monthly/300.statistics
> /usr/src/lib/bind/isc/../../../contrib/bind9/lib/isc/task.c:1023: fatal
> error: RUNTIME_CHECK(((pthread_mutex_destroy(((&manager->lock))) == 0) ? 0
> : 34) == 0) failed

That error from bind,

> [:        1: unexpected operator

Is not handled gracefully in the bsdstats script.

The annoyance is that ISC Bind finds it not useful to print errno, which is 
what you'd need to figure out why this lock can't be destroyed. It is however 
a programming error in bind, or a rare case of stack corruption by the kernel.

If you see this error a lot or can reliably reproduce it, I'd file a PR.
-- 
Mel


More information about the freebsd-questions mailing list