From owner-freebsd-threads@FreeBSD.ORG Sat Aug 5 00:00:43 2006 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from localhost.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 3CAFA16A4DA; Sat, 5 Aug 2006 00:00:43 +0000 (UTC) (envelope-from davidxu@freebsd.org) From: David Xu To: freebsd-threads@freebsd.org Date: Sat, 5 Aug 2006 08:00:37 +0800 User-Agent: KMail/1.8.2 References: <200608041144.k74BiHbG078513@www.freebsd.org> In-Reply-To: <200608041144.k74BiHbG078513@www.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608050800.38185.davidxu@freebsd.org> Cc: freebsd-gnats-submit@freebsd.org, Gergely Kovacs Subject: Re: threads/101355: threaded application spents too much time in _umtx_op with libthr X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 00:00:43 -0000 On Friday 04 August 2006 19:44, Gergely Kovacs wrote: > >Number: 101355 > >Category: threads > >Synopsis: threaded application spents too much time in _umtx_op with > > libthr Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-threads > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Fri Aug 04 11:50:09 GMT 2006 > >Closed-Date: > >Last-Modified: > >Originator: Gergely Kovacs > >Release: 6.1-STABLE > >Organization: If your application is malloc hunger, then there is performance problem on 6.x since malloc is protected by single lock, you may try -CURRENT, the malloc was rewritten by Jason Evans on -CURRENT. David Xu