From owner-freebsd-threads@FreeBSD.ORG Thu May 29 13:46:31 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 80A6F37B401 for ; Thu, 29 May 2003 13:46:31 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id A07C743F93 for ; Thu, 29 May 2003 13:46:30 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (ak03@localhost [127.0.0.1]) h4TKkT3D002796; Thu, 29 May 2003 16:46:29 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.9/8.12.9/Submit) id h4TKkTdf002795; Thu, 29 May 2003 16:46:29 -0400 (EDT) Date: Thu, 29 May 2003 16:46:29 -0400 From: Alexander Kabaev To: Daniel Eischen Message-Id: <20030529164629.5963bde9.ak03@gte.com> In-Reply-To: References: <20030529194855.GA58411@kan.dnsalias.net> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.11claws156 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Alexander Kabaev cc: Martin Blapp cc: freebsd-threads@freebsd.org Subject: Re: lock with openoffice build with libkse 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: Thu, 29 May 2003 20:46:31 -0000 On Thu, 29 May 2003 16:29:23 -0400 (EDT) Daniel Eischen wrote: > On Thu, 29 May 2003, Alexander Kabaev wrote: > > > Daniel, > > > > attached program is enough to trigger the loop. It looks like > > the setjump/longjmp from signal handler trick only forks for > > the first time. > > You can try this patch. It puts the cart before the horse > though, so signals could get delivered in a different > order. Yuck :(. Shouldn't you just unblock this particular signal instead of setting the whole mask? -- Alexander Kabaev