From owner-freebsd-stable@FreeBSD.ORG Mon Aug 11 10:35:42 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FE311065673 for ; Mon, 11 Aug 2008 10:35:42 +0000 (UTC) (envelope-from BORJAMAR@SARENET.ES) Received: from proxypop1.sarenet.es (proxypop1.sarenet.es [194.30.0.99]) by mx1.freebsd.org (Postfix) with ESMTP id 29FEA8FC19 for ; Mon, 11 Aug 2008 10:35:41 +0000 (UTC) (envelope-from BORJAMAR@SARENET.ES) Received: from [127.0.0.1] (matahari.sarenet.es [192.148.167.18]) by proxypop1.sarenet.es (Postfix) with ESMTP id 883395C9C; Mon, 11 Aug 2008 12:35:40 +0200 (CEST) Message-Id: <3A8A19D6-1507-404F-8D3F-6C207BDBDA57@SARENET.ES> From: Borja Marcos To: Kris Kennaway In-Reply-To: <48A014EF.2090108@FreeBSD.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Mon, 11 Aug 2008 12:35:52 +0200 References: <43EC06E9-76B3-4AA1-BC5E-4E1BD64AFC2D@SARENET.ES> <48A014EF.2090108@FreeBSD.org> X-Mailer: Apple Mail (2.928.1) Cc: freebsd-stable@freebsd.org Subject: Re: umtxn and Apache 2.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2008 10:35:42 -0000 On Aug 11, 2008, at 12:31 PM, Kris Kennaway wrote: > Borja Marcos wrote: >> Hello, >> I'm running a server with FreeBSD 7-STABLE as of August 8, Apache >> 2.2 with mpm/worker and threads support, and PHP 5.2.6. >> This trace doesn't show anything really. You need to recompile the >> binaries with debugging symbols as well. Thanks, sorry. I was just wondering if someone heard of a bug on libthr, that's why first I emailed to this list, perhaps the umtxn ringed a bell. I'll recompile and keep investigating. And yes, I'm using 7-STABLE because I prefer to give a try to SCHED_ULE. It's working like a charm with MySQL and Apache, except for this problem. :) Borja.