From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs Subject: Re: core dump. Date: Thu, 22 Jan 2004 23:49:56 +0100 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <8765f37g4r.fsf@zagadka.ping.de> References: <400FB5A2.4090702@ccrma> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074812003 4177 80.91.224.253 (22 Jan 2004 22:53:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Jan 2004 22:53:23 +0000 (UTC) Cc: bug-guile@gnu.org, hanwen@xs4all.nl Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jan 22 23:53:20 2004 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 1AjnhK-00042Q-00 for ; Thu, 22 Jan 2004 23:53:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ajnh0-0002O7-60 for guile-bugs@m.gmane.org; Thu, 22 Jan 2004 17:52:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Ajnep-00010o-CW for bug-guile@gnu.org; Thu, 22 Jan 2004 17:50:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjneC-0000e5-N0 for bug-guile@gnu.org; Thu, 22 Jan 2004 17:50:32 -0500 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjneB-0000dT-HL for bug-guile@gnu.org; Thu, 22 Jan 2004 17:49:59 -0500 Original-Received: from dialin.net17.dip92.dokom.de ([195.253.17.92] helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 3.36 #3) id 1Ajnf0-0006bm-00 for bug-guile@gnu.org; Thu, 22 Jan 2004 23:50:50 +0100 Original-Received: (qmail 27215 invoked by uid 1000); 22 Jan 2004 22:49:56 -0000 Original-To: Bill Schottstaedt In-Reply-To: <400FB5A2.4090702@ccrma> (Bill Schottstaedt's message of "Thu, 22 Jan 2004 03:36:02 -0800") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GUILE, GNU's Ubiquitous Extension Language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1122 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1122 Bill Schottstaedt writes: > > 0x4002f524 in unmemocar (form=0x4050d7b8, env=0x167f) at eval.c:2246 > > (gdb) bt > > #0 0x4002f524 in unmemocar (form=0x4050d7b8, env=0x167f) at eval.c:2246 > > I've hit this so many times I've stopped using the CVS Guile -- there's > definitely a bug tickled by backtrace, but I haven't had time to try to > track it down (it's independent of GOOPS). Please try again, I think I have fixed it: 2004-01-22 Marius Vollmer * eval.c (m_expand_body): Rewrite the expression in place (by overwriting FORMS) also when a letrec is constructed, not only when no definitions are found. Do not return rewritten expression to emphasize the in-place rewriting. Changed all users. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile