Re: Segfault in longjmp() ?

1999-06-08 Thread Thomas David Rivers
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? Regards, Dan You could have trashed your jmp_buf... (i.e. you're passing bad data to longjmp().) Just a thought... - Dave

Re: Segfault in longjmp() ?

1999-06-08 Thread John Birrell
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? A bug in the thread exit code. This was fixed at the 13th hour during the release of 3.2. -- John Birrell - j...@cimlogic.com.au;

Re: Segfault in longjmp() ?

1999-06-08 Thread Daniel Eischen
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