Date: Sat, 8 Nov 2003 16:37:14 -0800 (PST) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_kern.c Message-ID: <200311090037.hA90bEB0023633@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
davidxu 2003/11/08 16:37:14 PST FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c Log: If a thread in critical region got a synchronous signal, according current signal handling mode, there is no chance to handle the signal, something must be wrong in the library, just call kse_thr_interrupt to dump its core. I have the code for a long time, but forgot to commit it. Revision Changes Path 1.102 +2 -0 src/lib/libpthread/thread/thr_kern.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311090037.hA90bEB0023633>