unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Ian Hulin <ian@hulin.org.uk>
To: bug-guile@gnu.org
Subject: Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm
Date: Sat, 09 Jan 2010 15:34:25 +0000	[thread overview]
Message-ID: <4B48A201.6070804@hulin.org.uk> (raw)

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.

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?

Thanks in advance for your help,

Cheers,

Ian Hulin







             reply	other threads:[~2010-01-09 15:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-09 15:34 Ian Hulin [this message]
2010-08-04 18:58 ` Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm Andy Wingo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B48A201.6070804@hulin.org.uk \
    --to=ian@hulin.org.uk \
    --cc=bug-guile@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).