From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Marijn Schouten (hkBst)" Newsgroups: gmane.lisp.guile.devel Subject: Re: A bug, unless I'm mistaken Date: Wed, 11 Feb 2009 01:52:25 +0100 Message-ID: <49922149.2040400@gentoo.org> References: <498D57C6.4090400@gmx.de> <49921BBB.3090305@gentoo.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234309971 7159 80.91.229.12 (10 Feb 2009 23:52:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 23:52:51 +0000 (UTC) Cc: guile-devel@gnu.org To: Michael Burschik Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Feb 11 00:54:05 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LX2QR-000606-LH for guile-devel@m.gmane.org; Wed, 11 Feb 2009 00:53:59 +0100 Original-Received: from localhost ([127.0.0.1]:56444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX2P7-0005b5-UJ for guile-devel@m.gmane.org; Tue, 10 Feb 2009 18:52:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LX2P3-0005ax-18 for guile-devel@gnu.org; Tue, 10 Feb 2009 18:52:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LX2P1-0005ah-2O for guile-devel@gnu.org; Tue, 10 Feb 2009 18:52:32 -0500 Original-Received: from [199.232.76.173] (port=50098 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX2P0-0005ae-TH for guile-devel@gnu.org; Tue, 10 Feb 2009 18:52:30 -0500 Original-Received: from pollux.sshunet.nl ([145.97.192.42]:38706) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LX2P0-0002PC-6A for guile-devel@gnu.org; Tue, 10 Feb 2009 18:52:30 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by pollux.sshunet.nl (Postfix) with ESMTP id 30330580007; Wed, 11 Feb 2009 00:52:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at pollux.warande.net Original-Received: from pollux.sshunet.nl ([127.0.0.1]) by localhost (pollux.sshunet.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fNNg4hv2QOt0; Wed, 11 Feb 2009 00:52:29 +0100 (CET) Original-Received: from [145.97.223.57] (57pc223.sshunet.nl [145.97.223.57]) by pollux.sshunet.nl (Postfix) with ESMTP; Wed, 11 Feb 2009 00:52:29 +0100 (CET) User-Agent: Thunderbird 2.0.0.19 (X11/20081231) In-Reply-To: <49921BBB.3090305@gentoo.org> X-Enigmail-Version: 0.95.7 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8147 Archived-At: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marijn Schouten (hkBst) wrote: > Michael Burschik wrote: >> (use-modules (oop goops)) > >> (define-class () >> name) > >> (make ) > > > >> This makes guile 1.8.5 crash with a segmentation fault on Linux. I don't >> think it should. > > >> Regards > >> Michael > > > > > Works for me with 1.8.6 on linux. Actually I confirm. The above code appears to work, but any further activity makes guile segfault: $ guile guile> (use-modules (oop goops)) (define-class () name) (make )guile> guile> (+ 3 4) Segmentation fault marijn@hakbak ~ $ + 3 4) as you can see, guile did not even consume all the input Marijn - -- Sarcasm puts the iron in irony, cynicism the steel. Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML , #gentoo-{lisp,ml} on FreeNode -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmSIUgACgkQp/VmCx0OL2yzwwCfWr4sNMi7r63T1s4IJgA6BPpZ t6MAn12ch/vkz9QzIqX1efnDPuaxfZrC =aFhF -----END PGP SIGNATURE-----