From owner-cvs-src@FreeBSD.ORG Sat Nov 8 16:37:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C3216A4CE; Sat, 8 Nov 2003 16:37:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78EBF43FDD; Sat, 8 Nov 2003 16:37:15 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA90bFXJ023634; Sat, 8 Nov 2003 16:37:15 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA90bEB0023633; Sat, 8 Nov 2003 16:37:14 -0800 (PST) (envelope-from davidxu) Message-Id: <200311090037.hA90bEB0023633@repoman.freebsd.org> From: David Xu Date: Sat, 8 Nov 2003 16:37:14 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/thread thr_kern.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2003 00:37:16 -0000 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