Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 12:22:00 -0500 (EST)
From:      Daniel Eischen <deischen@freebsd.org>
To:        David Xu <davidxu@freebsd.org>
Cc:        freebsd-threads@freebsd.org
Subject:   Re: threads/90392: libc stdio memory leak with pthread
Message-ID:  <Pine.GSO.4.43.0512151219540.13460-100000@sea.ntplx.net>
In-Reply-To: <200512151010.jBFAA6MZ039962@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 15 Dec 2005, David Xu wrote:

> The following reply was made to PR threads/90392; it has been noted by GNATS.
>
> From: David Xu <davidxu@freebsd.org>
> To: bug-followup@freebsd.org, dhartmei@freebsd.org
> Cc:
> Subject: Re: threads/90392: libc stdio memory leak with pthread
> Date: Thu, 15 Dec 2005 18:04:02 +0800
>
>  It does not deadlock, as I found the FILELOCK is a recursive lock. ;-)

Still, we shouldn't use recursive locks in our implementation of libc.
There really is no need to.  If you can fix it, please do so :-)

-- 
DE




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0512151219540.13460-100000>