From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: Re: No way out. Date: Sat, 31 Dec 2005 16:09:53 +0100 Message-ID: <43B69F41.6030509@xs4all.nl> References: <200511301616.22258.bkorb@gnu.org> <87lkz5mysf.fsf@zip.com.au> <200512042008.00333.bkorb@gnu.org> <87psobp4mz.fsf@zip.com.au> <43956ED9.2070909@xs4all.nl> <87wthpkyan.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1136124328 28560 80.91.229.2 (1 Jan 2006 14:05:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Jan 2006 14:05:28 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Jan 01 15:05:25 2006 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 1Et3pq-0000Uh-0r for guile-devel@m.gmane.org; Sun, 01 Jan 2006 15:05:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Et3rM-00082Z-K8 for guile-devel@m.gmane.org; Sun, 01 Jan 2006 09:06:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EsiMp-0003g6-6V for guile-devel@gnu.org; Sat, 31 Dec 2005 10:09:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EsiMm-0003eQ-LZ for guile-devel@gnu.org; Sat, 31 Dec 2005 10:09:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EsiMl-0003dz-W9 for guile-devel@gnu.org; Sat, 31 Dec 2005 10:09:56 -0500 Original-Received: from [194.109.24.27] (helo=smtp-vbr7.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EsiNT-0007Z9-W0 for guile-devel@gnu.org; Sat, 31 Dec 2005 10:10:40 -0500 Original-Received: from [192.168.123.107] (muurbloem.xs4all.nl [213.84.26.127]) by smtp-vbr7.xs4all.nl (8.13.3/8.13.3) with ESMTP id jBVF8IvR066264; Sat, 31 Dec 2005 16:08:18 +0100 (CET) (envelope-from hanwen@xs4all.nl) User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en Original-To: Neil Jerram In-Reply-To: <87wthpkyan.fsf@ossau.uklinux.net> X-Virus-Scanned: by XS4ALL Virus Scanner X-Mailman-Approved-At: Sun, 01 Jan 2006 09:06:05 -0500 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:5567 Archived-At: Neil Jerram wrote: > Han-Wen Nienhuys writes: > > >>Backtraces haven't been appearing since I started using 1.7, for over a year > > > Because of my interest in Guile's debugging infrastructure, I'd like > to understand and fix this. Your statement is a bit vague, though, > unless you mean _only_ the following. > > >>See also, >> >> http://lists.gnu.org/archive/html/guile-devel/2005-05/msg00010.html > > > As http://lists.gnu.org/archive/html/guile-devel/2005-05/msg00019.html > already asked (and to which there appears to be no reply), were you > running with the debugging evaluator (in other words (debug-enable > 'debug))? If not, does it help to say (debug-enable 'debug) as well > as (debug-enable 'backtrace)? No it doesn't. I have ;;; General settings ;;; debugging evaluator is slower. This should ;;; have a more sensible default. (if (ly:get-option 'verbose) (begin (debug-enable 'debug) (debug-enable 'backtrace) (read-enable 'positions))) near the top of the first .scm file, but lilypond --verbose doesn't produce any backtraces. If you intend to look at this, then I can try to isolate it to a smaller case. -- 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