From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: Re: bug in current CVS. Date: Sun, 13 Jun 2004 11:59:17 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16588.9589.444199.949566@localhost.localdomain> References: <16587.26076.551115.101857@localhost.localdomain> <87isdvpys5.fsf@zagadka.ping.de> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1087120783 15276 80.91.224.253 (13 Jun 2004 09:59:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Jun 2004 09:59:43 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jun 13 11:59:37 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BZRm5-0005jI-00 for ; Sun, 13 Jun 2004 11:59:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZRmv-0007U1-Ai for guile-devel@m.gmane.org; Sun, 13 Jun 2004 06:00:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BZRmn-0007Tt-El for guile-devel@gnu.org; Sun, 13 Jun 2004 06:00:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BZRml-0007Tf-8d for guile-devel@gnu.org; Sun, 13 Jun 2004 06:00:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZRmj-0007Tc-SB for guile-devel@gnu.org; Sun, 13 Jun 2004 06:00:18 -0400 Original-Received: from [213.84.26.127] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BZRlj-0003S5-7f for guile-devel@gnu.org; Sun, 13 Jun 2004 05:59:15 -0400 Original-Received: from localhost.localdomain.byrd.xs4all.nl (byrd [127.0.0.1]) by localhost.localdomain (8.12.11/8.12.11) with ESMTP id i5D9xHJX016684; Sun, 13 Jun 2004 11:59:17 +0200 Original-To: Marius Vollmer In-Reply-To: <87isdvpys5.fsf@zagadka.ping.de> X-Mailer: VM 7.14 under Emacs 21.3.1 X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: hanwen@xs4all.nl X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.4 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:3795 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3795 mvo@zagadka.de writes: > Han-Wen Nienhuys writes: > > > byrd:~/usr/src/lilypond$ guile > > guile> (defiaine blub (cons '(1 . 2) 2)) > > > > Backtrace: > > In standard input: > > 1: 0* Segmentatie fout > > I can't reproduce this, unfortunately. What happens when you run > "guile -q"? > My kludge (now in CVS) prevents the core dump, but I get byrd:~/usr/src/lilypond$ guile -q --debug guile> (defiaine blub (cons '(1 . 2) 2)) Backtrace: In standard input: 1: 0* (defiaine blub (cons (quote (1)) 2)) standard input:1:1: In expression (defiaine blub (cons # 2)): standard input:1:1: Unbound variable: defiaine notice that the 2 from '(1 . 2) is still missing. > -- > GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel