bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm


From: Ian Hulin
Subject: Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm
Date: Sat, 09 Jan 2010 15:34:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1pre Thunderbird/3.0

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 via email to

[Prev in Thread] Current Thread [Next in Thread]