From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 2 17:20:16 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90D93106566C for ; Sat, 2 Jun 2012 17:20:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 628A78FC14 for ; Sat, 2 Jun 2012 17:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q52HKG1h077348 for ; Sat, 2 Jun 2012 17:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q52HKGx0077347; Sat, 2 Jun 2012 17:20:16 GMT (envelope-from gnats) Date: Sat, 2 Jun 2012 17:20:16 GMT Message-Id: <201206021720.q52HKGx0077347@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mateusz Guzik Cc: Subject: Re: misc/168413: pthread_create memory leak in 9.0-i386? X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mateusz Guzik List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 17:20:16 -0000 The following reply was made to PR misc/168413; it has been noted by GNATS. From: Mateusz Guzik To: bug-followup@FreeBSD.org, maks.feltrin@gmail.com Cc: Subject: Re: misc/168413: pthread_create memory leak in 9.0-i386? Date: Sat, 2 Jun 2012 19:15:08 +0200 I reproduced your issue on 9.0-RELEASE, but was unable to do so on -STABLE as of r236096 I suspect this was fixed by this commit (I'm too lazy to actually confirm this): http://svnweb.freebsd.org/base?view=revision&revision=231635 That being said, update to -STABLE and check if the problem goes away. -- Mateusz Guzik