From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Detlev Zundel Newsgroups: gmane.lisp.guile.bugs Subject: Re: Problem with netcat Date: Wed, 06 Apr 2011 12:52:26 +0200 Organization: Church of Emacs - Missionary division Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302088822 15026 80.91.229.12 (6 Apr 2011 11:20:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 11:20:22 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 06 13:20:18 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7QmY-0005ud-4g for guile-bugs@m.gmane.org; Wed, 06 Apr 2011 13:20:18 +0200 Original-Received: from localhost ([127.0.0.1]:56101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7QmX-00063E-BG for guile-bugs@m.gmane.org; Wed, 06 Apr 2011 07:20:17 -0400 Original-Received: from [140.186.70.92] (port=48965 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7QmS-00062s-4l for bug-guile@gnu.org; Wed, 06 Apr 2011 07:20:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7QmR-0005jQ-BB for bug-guile@gnu.org; Wed, 06 Apr 2011 07:20:12 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:36114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7QmR-0005i9-5R for bug-guile@gnu.org; Wed, 06 Apr 2011 07:20:11 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q7QmO-0005oU-6P for bug-guile@gnu.org; Wed, 06 Apr 2011 13:20:08 +0200 Original-Received: from p4fd6353a.dip.t-dialin.net ([79.214.53.58]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 13:20:08 +0200 Original-Received: from dzu by p4fd6353a.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Apr 2011 13:20:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p4fd6353a.dip.t-dialin.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:zb6YnPDR9HqvWc387WJRcMp89W0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5431 Archived-At: Hi, > On Sun 03 Apr 2011 23:23, John Proctor writes: > >> However, if I take a scheme source file such as foo.ss with nothing >> more than a single express e.g. (+ 1 1) and try : >> >> $ nc localhost 9000 < foo.ss >> >> the guile instance dies immediately with no errors or anything. > > Can anyone reproduce this error? I cannot reproduce the error, no. John, what you might try is to start guile under control of "strace -f" and see what happens when you connect with netcat. This could give us a hint on the reason for the termination. Cheers Detlev -- Computer scientists do it depth-first.