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: 1.8 make check failing in popen.test Date: Fri, 08 Sep 2006 06:46:39 +1000 Message-ID: <8764fz76c0.fsf@zip.com.au> References: <87vepora1r.fsf@raven.defaultvalue.org> <87y7tqo0po.fsf@raven.defaultvalue.org> <87r6zhlhhk.fsf@zip.com.au> <87ejvho4ve.fsf@raven.defaultvalue.org> <87mza4uurn.fsf@zip.com.au> <87bqqieohh.fsf@raven.defaultvalue.org> <87pset1wxr.fsf@zip.com.au> <87irka4q8f.fsf@raven.defaultvalue.org> <878xl5ah1i.fsf@zip.com.au> <878xl5wh9j.fsf@raven.defaultvalue.org> <878xl0cpu4.fsf@raven.defaultvalue.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1157662058 24178 80.91.229.2 (7 Sep 2006 20:47:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Sep 2006 20:47:38 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 07 22:47:36 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GLQmN-0007od-UM for guile-devel@m.gmane.org; Thu, 07 Sep 2006 22:47:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLQmN-0004Wh-EF for guile-devel@m.gmane.org; Thu, 07 Sep 2006 16:47:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLQmK-0004Wc-5r for guile-devel@gnu.org; Thu, 07 Sep 2006 16:47:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLQmH-0004WK-VQ for guile-devel@gnu.org; Thu, 07 Sep 2006 16:47:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLQmH-0004WH-SF for guile-devel@gnu.org; Thu, 07 Sep 2006 16:47:13 -0400 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GLQmj-0003iw-9k for guile-devel@gnu.org; Thu, 07 Sep 2006 16:47:41 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id A3B1C6E41D; Fri, 8 Sep 2006 06:47:08 +1000 (EST) Original-Received: from localhost (ppp2969.dyn.pacific.net.au [61.8.41.105]) by mailproxy1.pacific.net.au (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id k87Kklx3018581; Fri, 8 Sep 2006 06:47:02 +1000 Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1GLQlj-0001f5-Fv; Fri, 08 Sep 2006 06:46:39 +1000 Original-To: Rob Browning 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:6060 Archived-At: Rob Browning writes: > > At the moment, though, I don't why it blocks. I wonder if the parent > left that mutex in an unexpected state when it forked. Sound bizarre. Maybe hacking scm_i_pthread_mutex_init to force the use of the "error checking" mutex attribute and then hacking scm_i_pthread_mutex_lock and scm_i_pthread_mutex_unlock to check the return and errno would show something. Dunno what though. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel