Date: Fri, 21 Jul 2000 02:31:13 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_once.c Message-ID: <200007210931.CAA05082@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2000/07/21 02:31:13 PDT Modified files: lib/libc_r/uthread uthread_once.c Log: Call _thread_init() from pthread_once() if it has not already been called. This fixes a segfault in some C++ programs which use exceptions before main() has been called (i.e. from global constructors). Reviewed by: deischen Revision Changes Path 1.4 +3 -1 src/lib/libc_r/uthread/uthread_once.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007210931.CAA05082>