From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: Thread + Socket + Pipes Bug? Date: 15 Aug 2003 23:35:25 +0100 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: References: <1060243090.29489.46.camel@helicon> <1060304971.30311.2.camel@helicon> <20030811100223.GA29235@australispro.com.au> <1060857843.545.4.camel@zuul> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1060987200 30161 80.91.224.253 (15 Aug 2003 22:40:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2003 22:40:00 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Aug 16 00:39:58 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19nnEk-0001Hn-00 for ; Sat, 16 Aug 2003 00:39:58 +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 19nnEd-0007m1-Ib for guile-bugs@m.gmane.org; Fri, 15 Aug 2003 18:39:51 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19nnDU-00078j-Fv for bug-guile@gnu.org; Fri, 15 Aug 2003 18:38:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19nnCE-0003GX-Rw for bug-guile@gnu.org; Fri, 15 Aug 2003 18:37:54 -0400 Original-Received: from [80.84.72.21] (helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nnBz-0002ez-JP for bug-guile@gnu.org; Fri, 15 Aug 2003 18:37:07 -0400 Original-Received: from laruns.ossau.uklinux.net (bts-0828.dialup.zetnet.co.uk [194.247.51.60]) by s1.uklinux.net (8.11.6p2/8.11.6) with ESMTP id h7FMaiu22912; Fri, 15 Aug 2003 23:36:59 +0100 Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1]) by laruns.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id D6486DC4D7; Fri, 15 Aug 2003 23:35:25 +0100 (BST) Original-To: Robert Marlow In-Reply-To: <1060857843.545.4.camel@zuul> Original-Lines: 29 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:897 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:897 >>>>> "Robert" == Robert Marlow writes: Robert> I've still got the guile-1.6.4 version I have installed available Robert> though. I've put it in webspace at: Robert> http://system.piscescom.com/~rmarlow/guile-1.6.4.tar.bz2 Robert> If you want to try that. I'll continue to see if I can get 1.7 Robert> installed. It'd be handy to have more version variance for my own Robert> testing anyway. Thanks, I've built and installed this now. I configured with "./configure --with-threads" - does that match what you did? Anyway, still no luck. I've added (format) statements all over so I can see what's happening, and right now it seems that ./buggy-companion.scm isn't even starting up when invoked from the worker threads of ./buggy.scm. If, however, I just fire up Guile and do guile> (use-modules (ice-9 popen)) guile> (use-modules (ice-9 threads)) guile> (define p (open-output-pipe "./buggy-companion.scm")) guile> (display "hello there\n" p) guile> (close-port p) I see output indicating that ./buggy-companion.scm is running correctly. Any thoughts? Neil _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile