From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: No way out. Date: Wed, 28 Dec 2005 16:09:19 +0000 Message-ID: <87slsdkxu8.fsf@ossau.uklinux.net> References: <200511301616.22258.bkorb@gnu.org> <87lkz5mysf.fsf@zip.com.au> <200512042008.00333.bkorb@gnu.org> <87ek4p3ebc.fsf@zagadka.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1135789990 23353 80.91.229.2 (28 Dec 2005 17:13:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Dec 2005 17:13:10 +0000 (UTC) Cc: Bruce Korb , guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Dec 28 18:13:09 2005 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Erer6-00023y-Fv for guile-devel@m.gmane.org; Wed, 28 Dec 2005 18:12:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EresP-0007dp-VJ for guile-devel@m.gmane.org; Wed, 28 Dec 2005 12:14:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ErdvC-0000Lf-KP for guile-devel@gnu.org; Wed, 28 Dec 2005 11:13:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Erdv4-0000Ko-8B for guile-devel@gnu.org; Wed, 28 Dec 2005 11:13:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Erdv3-0000Kh-Dk for guile-devel@gnu.org; Wed, 28 Dec 2005 11:12:53 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Erduy-00033y-JV; Wed, 28 Dec 2005 11:12:48 -0500 Original-Received: from laruns (host86-129-132-201.range86-129.btcentralplus.com [86.129.132.201]) by mail3.uklinux.net (Postfix) with ESMTP id 9BE50409FBB; Wed, 28 Dec 2005 16:11:08 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id CDC676F717; Wed, 28 Dec 2005 16:09:19 +0000 (GMT) Original-To: Marius Vollmer In-Reply-To: <87ek4p3ebc.fsf@zagadka.de> (Marius Vollmer's message of "Wed, 07 Dec 2005 03:07:19 +0200") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) 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:5556 Archived-At: Marius Vollmer writes: > Bruce Korb writes: > >> 2. After these commands: >> >> (use-modules (ice-9 stack-catch)) >> (debug-enable 'backtrace) >> >> I should be getting stack traces on Scheme errors. I'm not. >> (And, yes, I invoke either ``(backtrace)'' or ``scm_backtrace()'' >> when a failure is detected.) > > Only "(debug-enable 'backtrace)" should be necessary. And (debug-enable 'debug) or equivalent, I think. >> I can get file and line information for 1.6.7 and earlier >> *only*. There seems to be no way to do it in 1.7. > > I will come back to this. I think I've seen some places in eval.c where Dirk's recent enhancements seemed to me to be discarding source info (by creating a new pair instead of setting car and cdr, I think). Is that what you had in mind, or was there something else? Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel