Dan Moschuk wrote: > The machine is a SMP 3.0-RELEASE box. > > A heavily threaded program is segfaulting in the longjmp() function. > Any ideas what would cause this?
Libc_r or Linuxthreads? There are some known problems WRT signal handling in libc_r. I think they've been mostly fixed (with possible exception of signals interrupting signal handlers) with the changes at: ftp://ftp.pcnet.com/users/eischen/FreeBSD/uthread.tgz If you're having problems with libc_r and these changes don't solve your problem, let me know. Make sure you do a 'make clean' in src/lib/libc_r before building. Dan Eischen eisc...@vigrid.com To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message