From owner-freebsd-threads@FreeBSD.ORG Thu Jun 26 23:54:03 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C00537B401 for ; Thu, 26 Jun 2003 23:54:03 -0700 (PDT) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D41E43FF5 for ; Thu, 26 Jun 2003 23:54:02 -0700 (PDT) (envelope-from mtm@identd.net) Received: from kokeb.ambesa.net ([138.88.140.205]) by pop015.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030627065401.BMRW20810.pop015.verizon.net@kokeb.ambesa.net>; Fri, 27 Jun 2003 01:54:01 -0500 Date: Fri, 27 Jun 2003 02:54:00 -0400 From: Mike Makonnen To: Mike Makonnen In-Reply-To: <20030627064129.DZPG3199.pop016.verizon.net@kokeb.ambesa.net> References: <3EFB2E12.3080504@intalio.com> <20030626203624.GA37317@dhcp01.pn.xcllnt.net> <20030627002155.UEBC11703.pop018.verizon.net@kokeb.ambesa.net> <20030627003922.GA38103@dhcp01.pn.xcllnt.net> <20030627012456.YLSF27254.pop017.verizon.net@kokeb.ambesa.net> <20030627021706.GA38490@dhcp01.pn.xcllnt.net> <20030627064129.DZPG3199.pop016.verizon.net@kokeb.ambesa.net> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [138.88.140.205] at Fri, 27 Jun 2003 01:54:01 -0500 Message-Id: <20030627065401.BMRW20810.pop015.verizon.net@kokeb.ambesa.net> cc: freebsd-threads@freebsd.org cc: marcel@xcllnt.net Subject: Re: libkse / libthr bugs? X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 06:54:03 -0000 On Fri, 27 Jun 2003 02:41:28 -0400 Mike Makonnen wrote: > On Thu, 26 Jun 2003 19:17:06 -0700 > Marcel Moolenaar wrote: > > > > No improvement: > > > > : > > bar 98 > > bar 99 > > Thread (GC:2) already on mutexq > > Fatal error 'Illegal call from signal handler' at line 1347 in file > > /nfs/freebsd/5.x/src/lib/libthr/thread/thr_mutex.c (errno = 0) Abort (core > > dumped) > > > > Is this something you really need a stacktrace of? > > No. I was only interested in seeing if this caused the "Illigal call...." to > go away. err... that's not what I meant to say. What I meant was: Yes it would be nice to get a trace, but don't bother if you have to jump through hoops to do it. The patch I sent you was not actually meant to solve your problem. I wanted to narrow down the search for the culprit.