From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: Re: tasks call-with-output-string segv Date: Fri, 12 Sep 2003 21:45:50 -0500 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87smn1quch.fsf@raven.i.defaultvalue.org> References: <87oexpiioa.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063421293 6131 80.91.224.253 (13 Sep 2003 02:48:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Sep 2003 02:48:13 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Sep 13 04:48:11 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 19y0SJ-0005oc-00 for ; Sat, 13 Sep 2003 04:48:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19y0Ry-0007Oh-7D for guile-devel@m.gmane.org; Fri, 12 Sep 2003 22:47:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19y0Rj-0007O5-JO for guile-devel@gnu.org; Fri, 12 Sep 2003 22:47:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19y0Ri-0007Nf-90 for guile-devel@gnu.org; Fri, 12 Sep 2003 22:47:34 -0400 Original-Received: from [66.93.216.237] (helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19y0Q3-0006TX-Bn for guile-devel@gnu.org; Fri, 12 Sep 2003 22:45:51 -0400 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 74D0D3F65 for ; Fri, 12 Sep 2003 21:45:50 -0500 (CDT) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 3D72F810F1; Fri, 12 Sep 2003 21:45:50 -0500 (CDT) Original-To: guile-devel@gnu.org In-Reply-To: <87oexpiioa.fsf@zip.com.au> (Kevin Ryde's message of "Sat, 13 Sep 2003 11:25:09 +1000") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2788 Kevin Ryde writes: > I added to the todo list under 1.6 from what Nic Ferrier reported on > guile-user, > > - call-with-output-string seg faults if its port is closed, eg. > (call-with-output-string close-port) > What should happen? Should this be an error, or should it be > possible to get the string out of a closed string port? > [Same situation in the cvs head.] > > > I don't know what call-with-output-string ought to do in this case, > but a segv is certainly not it :-). Offhand, I'd guess some kind of exception would be in order. -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel