From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: core dump. Date: Thu, 22 Jan 2004 07:49:02 +1000 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <87k73lug4x.fsf@zip.com.au> References: <16397.52459.731364.359708@localhost.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074722138 27714 80.91.224.253 (21 Jan 2004 21:55:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 21:55:38 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 21 22:55:26 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 1AjQJq-0005hw-00 for ; Wed, 21 Jan 2004 22:55:26 +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 1AjQHV-00046v-6v for guile-bugs@m.gmane.org; Wed, 21 Jan 2004 16:53:01 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjQGT-0003jE-BG for bug-guile@gnu.org; Wed, 21 Jan 2004 16:51:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjQFr-0003TV-V7 for bug-guile@gnu.org; Wed, 21 Jan 2004 16:51:52 -0500 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AjQE7-0002qF-7f for bug-guile@gnu.org; Wed, 21 Jan 2004 16:49:31 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i0LLnOtd015657; Thu, 22 Jan 2004 08:49:24 +1100 Original-Received: from localhost (ppp34.dyn248.pacific.net.au [203.143.248.34]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i0LLnLfd012226; Thu, 22 Jan 2004 08:49:23 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1AjQDg-0004IN-00; Thu, 22 Jan 2004 07:49:04 +1000 Original-To: hanwen@cs.uu.nl In-Reply-To: <16397.52459.731364.359708@localhost.localdomain> (Han-Wen Nienhuys's message of "Wed, 21 Jan 2004 01:50:51 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.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:1114 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1114 Han-Wen Nienhuys writes: > > elapsed time: 0.01 secondsBacktrace: > In c.ly: > 2: 0* [determine-split-list #(# # # # ...) #(# # # #)] > In unknown file: > ?: 1 > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1074493760 (LWP 27557)] > 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 > #1 0x4002f654 in scm_unmemocopy (x=0x404da7e8, env=0x4050de58) at eval.c:2469 I've seen something like this when an error (an ordinary scheme level error) occurs in code generated by a procedure->macro. Dunno if that's what's happening here. Running without --debug normally avoids the segv (though obviously one can't tell quite where it went wrong). _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile