From owner-freebsd-current@FreeBSD.ORG Tue Feb 15 09:05:39 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FE7916A4CE for ; Tue, 15 Feb 2005 09:05:39 +0000 (GMT) Received: from sanne.nlnetlabs.nl (sanne.nlnetlabs.nl [213.154.224.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C85B43D54 for ; Tue, 15 Feb 2005 09:05:39 +0000 (GMT) (envelope-from ted@sanne.nlnetlabs.nl) Received: from sanne.nlnetlabs.nl (localhost [127.0.0.1]) by sanne.nlnetlabs.nl (8.13.3/8.13.3) with ESMTP id j1F95bl2000903 for ; Tue, 15 Feb 2005 10:05:37 +0100 (CET) (envelope-from ted@sanne.nlnetlabs.nl) Received: (from ted@localhost) by sanne.nlnetlabs.nl (8.13.3/8.13.3/Submit) id j1F95axw000902 for freebsd-current@freebsd.org; Tue, 15 Feb 2005 10:05:36 +0100 (CET) (envelope-from ted) Message-Id: <200502150905.j1F95axw000902@sanne.nlnetlabs.nl> From: ted@sanne.nlnetlabs.nl (Ted Lindgreen) Date: Tue, 15 Feb 2005 10:05:36 +0100 References: <1c347c3282b5a66df40546b54cc37cb0@mcneil.com> <200502151806.51203.doconnor@gsoft.com.au> <67b8fa69de95da88c7f15fea92a26394@mcneil.com> Organization: Stichting NLnet Labs X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: freebsd-current@freebsd.org X-Mailman-Approved-At: Tue, 15 Feb 2005 12:52:16 +0000 Subject: Re: few programs now getting sig 6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2005 09:05:39 -0000 In article <67b8fa69de95da88c7f15fea92a26394@mcneil.com>, Sean McNeil wrote: ... >#0 0x00000008009abcfc in kse_thr_interrupt () at kse_thr_interrupt.S:2 >#1 0x000000080099c4fd in _thr_sig_add (pthread=0x50d800, sig=6, >info=0x0) > at /usr/src/lib/libpthread/thread/thr_sig.c:974 >#2 0x000000080099c971 in _thr_sig_send (pthread=0x50d800, sig=6) > at /usr/src/lib/libpthread/thread/thr_sig.c:1106 ... Looks like the same problem happens also spamass-milter. At startup spamass-milter produces some additional info which may be helpful: sanne# /usr/local/etc/rc.d/spamass-milter.sh start Starting spamass_milter. Fatal error 'Thread has returned from _thread_switch' at line 1101 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 0) and a coredump analysis looks similar to above. This error did not occur with a kernel+world build on Febr. 12, it consistently happens with nightly builds on Febr. 14 and 15 (this morning). I have now rebuild all relevant ports, but the error remains, so: >I tried with a feb 8th kernel and got the same error, so the problem >must be in a library like libc or libpthread. yes, I think so too. Regards, -- ted