unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm
@ 2010-01-09 15:34 Ian Hulin
  2010-08-04 18:58 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Hulin @ 2010-01-09 15:34 UTC (permalink / raw)
  To: bug-guile

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







^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm
  2010-01-09 15:34 Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm Ian Hulin
@ 2010-08-04 18:58 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2010-08-04 18:58 UTC (permalink / raw)
  To: Ian Hulin; +Cc: bug-guile

Hi Ian,

On Sat 09 Jan 2010 16:34, Ian Hulin <ian@hulin.org.uk> 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/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-04 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-09 15:34 Bug in Guile 1.8.7, ice-9/debugging/ice-9-debugger-extensions,scm Ian Hulin
2010-08-04 18:58 ` Andy Wingo

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).