From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: Segmentation Fault Date: Tue, 08 Feb 2011 23:00:38 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297202185 9685 80.91.229.12 (8 Feb 2011 21:56:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Feb 2011 21:56:25 +0000 (UTC) Cc: bug-guile@gnu.org To: Nigel Warner Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Feb 08 22:56:17 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 1PmvXk-0006mt-H5 for guile-bugs@m.gmane.org; Tue, 08 Feb 2011 22:56:16 +0100 Original-Received: from localhost ([127.0.0.1]:60086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmvXk-0000RR-2J for guile-bugs@m.gmane.org; Tue, 08 Feb 2011 16:56:16 -0500 Original-Received: from [140.186.70.92] (port=59783 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmvXd-0000Qw-PW for bug-guile@gnu.org; Tue, 08 Feb 2011 16:56:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmvXc-0002mU-A8 for bug-guile@gnu.org; Tue, 08 Feb 2011 16:56:09 -0500 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:42724 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmvXc-0002gK-0h for bug-guile@gnu.org; Tue, 08 Feb 2011 16:56:08 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id ED1A54DBE; Tue, 8 Feb 2011 16:56:33 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=oTeeP4rTTzU+ 2nUUtNhUJRtcGvY=; b=T9bQtMiivMKTOqy3Da6wWdBLWH+Z3LN1/BQ4KmoaUUgu 3L3ciMMvx/78W6RlK2G+Dd3PjIRqMOmfNqPr+QTvr5k3SYZtNQd9NHFZSS0gBtpb FL314ZU2ErPS8PKkj3PuVeqo7fqbmsWcRP4/Tf2hMWoVGIpkimWxlz5aahAGozc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=Br2Osd JAdTtfmNNHhtqhVtAg0RiE7MSCI0CxSLqhhvUE5c/DRgOY/8wihaAKdho8TslkUD 5mUHsKipEUlBajv6Ox/pv2JJI/9FXnaJYQOP1Vzhqz7O14a0guWY4h1E+zfgh7tE SaHsC81B3SOeTui4FkwaC007e6jLZaW2cGvCI= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id D3E264DBD; Tue, 8 Feb 2011 16:56:32 -0500 (EST) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 3B8514DBC; Tue, 8 Feb 2011 16:56:30 -0500 (EST) In-Reply-To: (Nigel Warner's message of "Mon, 7 Feb 2011 12:26:22 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 4A8F3B20-33CE-11E0-8CF5-F13235C70CBC-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 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:5083 Archived-At: On Mon 07 Feb 2011 13:26, Nigel Warner writes: > (define (test-proc) > =C2=A0(display "some text")) > > (procedure test-proc) > > produces a segfault. Good catch, thanks! Fixed in git. Andy --=20 http://wingolog.org/