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: segfault in CVS HEAD Date: Tue, 22 Jun 2004 22:31:38 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16600.38698.72971.988610@localhost.localdomain> References: <16587.29122.106192.358092@localhost.localdomain> <16587.29243.149983.991579@localhost.localdomain> <16587.33549.810826.520050@localhost.localdomain> <40D53991.7050905@dirk-herrmanns-seiten.de> <16597.63220.612936.312103@localhost.localdomain> 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 1087936325 10934 80.91.224.253 (22 Jun 2004 20:32:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Jun 2004 20:32:05 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jun 22 22:31:54 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 1Bcrvu-0004eu-00 for ; Tue, 22 Jun 2004 22:31:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BcrxE-0003k9-Dy for guile-devel@m.gmane.org; Tue, 22 Jun 2004 16:33:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bcrx8-0003jR-L6 for guile-devel@gnu.org; Tue, 22 Jun 2004 16:33:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bcrx6-0003iU-OC for guile-devel@gnu.org; Tue, 22 Jun 2004 16:33:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bcrx6-0003iK-Jb for guile-devel@gnu.org; Tue, 22 Jun 2004 16:33:08 -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 1BcrvT-0007fQ-R8 for guile-devel@gnu.org; Tue, 22 Jun 2004 16:31:28 -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 i5MKVdA5027356; Tue, 22 Jun 2004 22:31:39 +0200 Original-To: Dirk Herrmann , Marius Vollmer , guile-devel@gnu.org, jantien@xs4all.nl In-Reply-To: <16597.63220.612936.312103@localhost.localdomain> 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:3817 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3817 hanwen@xs4all.nl writes: > > had introduced. > > DO you have any idea when these issues will be fixed in CVS HEAD? > unfortunately, your fix was not completely successful: In unknown file: ?: 0* [lilypond-main ("input/regression/lily-in-scheme")] In /home/hanwen/usr/src/lilypond/scm/lily.scm: 556: 1* Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1074533568 (LWP 27330)] unmemoize_expression (expr=0x21c, env=0x404) at eval.c:549 (gdb) l 544 545 for (frame_idx = env, frame_nr = SCM_IFRAME (expr); 546 frame_nr != 0; 547 frame_idx = SCM_CDR (frame_idx), --frame_nr) 548 ; 549 for (symbol_idx = SCM_CAAR (frame_idx), symbol_nr = SCM_IDIST (expr); 550 symbol_nr != 0; 551 symbol_idx = SCM_CDR (symbol_idx), --symbol_nr) 552 ; 553 return SCM_ICDRP (expr) ? symbol_idx : SCM_CAR (symbol_idx); (gdb) ps expr #@2+0 $25 = void (gdb) ps env () $26 = void (gdb) up #1 0x4002c2f8 in unmemoize_exprs (exprs=0x404de0b8, env=0x404fdba0) at eval.c:597 (gdb) ps exprs (#> (#@lambda (f) (#> (#@quote . ly-file-failed) (#@lambda () (#> #@1+0)) #@1-0)) #@2+0) $27 = void (gdb) ps env (((files) (input/regression/lily-in-scheme)) #) $28 = void (gdb) -- 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