From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user Subject: Re: Threads + pipes = bad? Date: Tue, 29 Jul 2003 09:11:03 +1000 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <87u196l01k.fsf@zip.com.au> References: <1059032896.10133.41.camel@helicon> <1059059262.564.16.camel@zuul> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059434023 12020 80.91.224.249 (28 Jul 2003 23:13:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2003 23:13:43 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jul 29 01:13:40 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hHBU-00037Y-00 for ; Tue, 29 Jul 2003 01:13:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hHB2-0003BM-LI for guile-user@m.gmane.org; Mon, 28 Jul 2003 19:13:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hHA5-0002vt-CH for guile-user@gnu.org; Mon, 28 Jul 2003 19:12:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hH9s-0002qH-5k for guile-user@gnu.org; Mon, 28 Jul 2003 19:12:01 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hH99-0002dZ-Vw for guile-user@gnu.org; Mon, 28 Jul 2003 19:11:16 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h6SNBBiI000446; Tue, 29 Jul 2003 09:11:11 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h6SNBBQg005182; Tue, 29 Jul 2003 09:11:11 +1000 (EST) Original-Received: from localhost (ppp97.dyn228.pacific.net.au [203.143.228.97]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h6SNB9aB027624; Tue, 29 Jul 2003 09:11:09 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19hH8y-0000d1-00; Tue, 29 Jul 2003 09:11:04 +1000 Original-To: guile-user@gnu.org User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2111 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2111 Robert Marlow writes: > > Nevermind, I think I fixed it by calling the function while the mutex > was locked. Bummar though; the whole point of using threads was to get > procedures like this one working concurrently. Does your main thread do anything evil? Without actually trying it, it seems that open-process might end up with all threads still running in the forked child (until it exec's). _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user