From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm Date: Wed, 04 Aug 2010 20:58:44 +0200 Message-ID: References: <4B48A201.6070804@hulin.org.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280948287 12449 80.91.229.12 (4 Aug 2010 18:58:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 4 Aug 2010 18:58:07 +0000 (UTC) Cc: bug-guile@gnu.org To: Ian Hulin Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Aug 04 20:58:06 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OgjAC-0003W4-UL for guile-bugs@m.gmane.org; Wed, 04 Aug 2010 20:58:05 +0200 Original-Received: from localhost ([127.0.0.1]:60934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ogj8k-0006bB-DE for guile-bugs@m.gmane.org; Wed, 04 Aug 2010 14:56:34 -0400 Original-Received: from [140.186.70.92] (port=33170 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ogj8c-0006VJ-1L for bug-guile@gnu.org; Wed, 04 Aug 2010 14:56:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ogj8a-0000NS-0M for bug-guile@gnu.org; Wed, 04 Aug 2010 14:56:25 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:43056 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ogj8Z-0000Hv-Uq for bug-guile@gnu.org; Wed, 04 Aug 2010 14:56:23 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id C90CDCA636; Wed, 4 Aug 2010 14:55:54 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=x6081jh6cvRVLA/Z4Q4srHaMg8A=; b=K5lvYC L4efeToBkuabXCDo9dWlFQitJKwFzPGE3KNAJwXvugqGkRfv6QauGCx0vcrZc6z0 6d2y8mTRc7Hhi5eu7HV5EufeQ0NgxNW9f8Zv+h8RbGvuyE0Yvc0QnF8/rXTttt1d w7+dWdynMZV6ujY+eWpOXkY8TaPi0ztyzioVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=b9wKPL4fHkEIUPt6DUCwL/SgzAYBjiBd JcI7KDY1VTha5UycY9bjYEnTTn2y6nUQiqG7yXsg3bHdbdBGO1ERWhqNuF/WOlbc FOkT6iwvbmifkfIA6eYsDUJ/t+95I9whxw3nzoG+OLED0B/IX9HNGtyB6QDHkESe yICLEgSm6Q0= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id A0070CA635; Wed, 4 Aug 2010 14:55:53 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [83.44.189.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id D6DA8CA634; Wed, 4 Aug 2010 14:55:51 -0400 (EDT) In-Reply-To: <4B48A201.6070804@hulin.org.uk> (Ian Hulin's message of "Sat, 09 Jan 2010 15:34:25 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: E83B44B8-9FF9-11DF-A870-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4724 Archived-At: Hi Ian, On Sat 09 Jan 2010 16:34, Ian Hulin writes: > The finish command in the debugger crashes with the following error: > > Internal debugger error: > usr/share/guile/1.8/ice-9/debugger/command-loop.scm:51:6: > In procedure throw in expression (apply throw key ...): > usr/share/guile/1.8/ice-9/debugger/command-loop.scm:51:6: > Unbound variable: trace-trap > > If you change Line 41 of > ice-9/debugging/ice-9-debugger-extensions.scm > from > (use modules (ice-9 debugging steps) > to > (use-modules (ice-9 debugging steps) > (ice-9 debugging trace)) > > This fixes the crash and the debug finish command works as expected. Thanks, applied. (8 months late, but better late than never, right?) > We are using guile in for the Lilypond project and it would be helpful > if this could be fixed in the guile sources. > > Also has this been fixed in Guile V1.9? In 1.9 the debugging interfaces are being rewritten, and this code will probably be replaced with something else. Thanks, Andy -- http://wingolog.org/