From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robert Marlow Newsgroups: gmane.lisp.guile.bugs Subject: Re: Thread + Socket + Pipes Bug? Date: 14 Aug 2003 22:08:27 +0800 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <1060870111.544.18.camel@zuul> References: <1060243090.29489.46.camel@helicon> <1060304971.30311.2.camel@helicon> <20030811100223.GA29235@australispro.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1060870180 12534 80.91.224.253 (14 Aug 2003 14:09:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2003 14:09:40 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Aug 14 16:09:36 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 19nInI-0007dq-01 for ; Thu, 14 Aug 2003 16:09:36 +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 19nIn9-0008CP-TE for guile-bugs@m.gmane.org; Thu, 14 Aug 2003 10:09:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19nImw-00083o-N9 for bug-guile@gnu.org; Thu, 14 Aug 2003 10:09:14 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19nImM-0007YP-7P for bug-guile@gnu.org; Thu, 14 Aug 2003 10:09:09 -0400 Original-Received: from [202.89.168.52] (helo=keymaster.bobturf.com.au) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nImK-0007Ts-NR for bug-guile@gnu.org; Thu, 14 Aug 2003 10:08:37 -0400 Original-Received: from localhost.localdomain (bobstopper@zuul.bobturf.com.au [192.168.153.69]) by keymaster.bobturf.com.au (8.12.3/8.12.3/Debian-6.3) with ESMTP id h7EE8Tv1004142; Thu, 14 Aug 2003 22:08:31 +0800 Original-To: Neil Jerram In-Reply-To: X-Mailer: Ximian Evolution 1.0.5 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:895 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:895 Ok, got 1.7 installed. No go though - for me it just segfaults as soon as the client closes the TCP port. strace gives me this at the end: read(6, "", 1) = 0 shutdown(6, 2 /* send and receive */) = 0 kill(23511, SIGRTMIN) = 0 kill(23511, SIGRTMIN) = 0 select(6, [5], [], [], NULL) = ? ERESTARTNOHAND (To be restarted) --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ --debug for guile gives me nada. I'm thinking I'll leave that one alone for now and figure out what's going on with 1.6.3/4. Since I'm using 1.6.3 and 1.6.4 it's strange that your pre-1.6.4 release version right between the two releases I'm using isn't displaying the same bug. It's gotta be something else you've got that I don't... On Wed, 2003-08-13 at 07:06, Neil Jerram wrote: > >>>>> "bobstopper" == bobstopper writes: > > bobstopper> Ok, well that's pretty annoying. That's certainly what > bobstopper> I do to get it complaining. [...] Do you have anything > bobstopper> related installed which might be working around the > bobstopper> problem? > > Well I'm actually using the 1.6.x CVS branch as it was shortly before > the 1.6.4 release. (It seems impossible right now to get a 1.6.4 > release - according to GNU and mirror sites it is being checked for > authenticity...?) Other than that my box is a standard GNU/Linux. > > Do you happen to know whether the problem repros on any other Guile > releases, or on the 1.7.x CVS branch? > > Neil -- Regards, Robert Marlow _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile