Subject: re: dig(1) broken on sparc netbsd-3?
To: None <rmk@rmkhome.com>
From: matthew green <mrg@eterna.com.au>
List: port-sparc
Date: 10/22/2006 05:45:55
yeah, this is caused by the lack of pthreads.  the libisc code basically
does "kill(getpid(), SIGTERM);" to exit, and in the non-pthread case it
has not setup a SIGTERM handler so that why you get the default handling
and "Terminated" printed by the shell.  i'm not sure what the right fix
here it but it is a bug in bind without pthreads, not a netbsd specific
bug....  the problem is src/dist/bind/lib/isc/unix/app.c.


.mrg.