From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: Text collation Date: Wed, 13 Dec 2006 06:05:39 +1100 Message-ID: <874ps12av0.fsf@zip.com.au> References: <877j00cirs.fsf@laas.fr> <87hcz3mqhr.fsf@zip.com.au> <87r6x0qjyy.fsf@laas.fr> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1165950356 20738 80.91.229.10 (12 Dec 2006 19:05:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Dec 2006 19:05:56 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Dec 12 20:05:53 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GuCwq-0006sh-RP for guile-devel@m.gmane.org; Tue, 12 Dec 2006 20:05:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuCwq-0003vw-Bn for guile-devel@m.gmane.org; Tue, 12 Dec 2006 14:05:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuCwm-0003tz-Ay for guile-devel@gnu.org; Tue, 12 Dec 2006 14:05:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuCwk-0003rN-0z for guile-devel@gnu.org; Tue, 12 Dec 2006 14:05:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuCwj-0003r2-Nb for guile-devel@gnu.org; Tue, 12 Dec 2006 14:05:45 -0500 Original-Received: from [61.8.2.215] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GuCwi-0003oQ-Cj for guile-devel@gnu.org; Tue, 12 Dec 2006 14:05:44 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout1.pacific.net.au (Postfix) with ESMTP id E15F05A1E73 for ; Wed, 13 Dec 2006 06:05:40 +1100 (EST) Original-Received: from localhost (ppp2728.dyn.pacific.net.au [61.8.39.40]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id 6EB2B8C06 for ; Wed, 13 Dec 2006 06:05:40 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1GuCwe-0001a5-0L for guile-devel@gnu.org; Wed, 13 Dec 2006 06:05:40 +1100 Original-To: Guile-Devel Mail-Copies-To: never User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6317 Archived-At: ludovic.courtes@laas.fr (Ludovic Court=E8s) writes: > > +++ mod/libguile/posix.c >...=20=20 > +#ifndef USE_GNU_LOCALE_API > + scm_i_pthread_mutex_lock (&scm_i_locale_mutex); > +#endif > rv =3D setlocale (scm_i_to_lc_category (category, 1), clocale); > +#ifndef USE_GNU_LOCALE_API > + scm_i_pthread_mutex_unlock (&scm_i_locale_mutex); > +#endif Looks like a mutex leak here if scm_i_to_lc_category throws an error. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel