From owner-freebsd-threads@FreeBSD.ORG Wed Feb 18 11:22:46 2004 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 9C76216A4CE for ; Wed, 18 Feb 2004 11:22:46 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4454E43D1F for ; Wed, 18 Feb 2004 11:22:46 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i1IJMfSQ016283; Wed, 18 Feb 2004 14:22:42 -0500 (EST) Date: Wed, 18 Feb 2004 14:22:41 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Kris Gale In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: More on MySQL -- Fatal trap 12 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: Wed, 18 Feb 2004 19:22:46 -0000 On Tue, 17 Feb 2004, Daniel Eischen wrote: > On Tue, 17 Feb 2004, Daniel Eischen wrote: > > On Tue, 17 Feb 2004, Kris Gale wrote: > > > Does this look like a fixable problem with KSE > > > to anyone on this list? > > > > I would like to see how MySQL works when using process > > scope threads. Do you know enough to hack it to do that? > > Alternatively, this patch to libpthread should force all > threads to be process scope. That patch doesn't work. It's not as simple to force the library to use scope process threads, since we make use of a special thread to handle signals and it has to be scope system. -- Dan Eischen