Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jun 1999 18:01:00 -0400 (EDT)
From:      Daniel Eischen <eischen@vigrid.com>
To:        dan@trinsec.com, hackers@FreeBSD.ORG
Subject:   Re: Segfault in longjmp() ?
Message-ID:  <199906082201.SAA25453@pcnet1.pcnet.com>

next in thread | raw e-mail | index | archive | help
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
eischen@vigrid.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906082201.SAA25453>