From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.bugs Subject: Re: Segfault on setting file-position on sockets Date: Mon, 20 May 2002 13:54:56 -0700 Sender: bug-guile-admin@gnu.org Message-ID: References: <20020520144321.GA29136@duronbox.nosuchnet> Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1021928402 27748 127.0.0.1 (20 May 2002 21:00:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 May 2002 21:00:02 +0000 (UTC) Cc: guile-user@gnu.org, bug-guile@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 179uGA-0007DQ-00 for ; Mon, 20 May 2002 23:00:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 179uGK-0004MB-00; Mon, 20 May 2002 17:00:12 -0400 Original-Received: from ca-crlsbd-u5-c4a-a-172.crlsca.adelphia.net ([24.48.214.172] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 179uFG-0004Dq-00; Mon, 20 May 2002 16:59:06 -0400 Original-Received: from ttn by giblet with local (Exim 3.35 #1 (Debian)) id 179uBD-0008RH-00; Mon, 20 May 2002 13:54:55 -0700 Original-To: a.w.peters@ieee.org In-Reply-To: <20020520144321.GA29136@duronbox.nosuchnet> (message from Arno Peters on Mon, 20 May 2002 16:43:21 +0200) Errors-To: bug-guile-admin@gnu.org X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.bugs:265 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:265 From: Arno Peters Date: Mon, 20 May 2002 16:43:21 +0200 The following 2 line snippet will segfault guile 1.4 (let ((sock (socket AF_INET SOCK_STREAM 0))) (file-set-position sock 0)) thanks. this is now recorded in the bugs db as: 1005-fseek-0-on-socket-dumps-core cvs HEAD and branch_release-1-6 signal "ERROR: unbound variable: fseek" but do not segfault. [bug-guile added to cc.] thi _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile