Andreas Røsdal <[EMAIL PROTECTED]> writes:
> Hello,
>
> Gnome-games has a bugreport related to garbage collection in guile, that
> it would be very helpful to get someone who knows guile to have a look at.
> The bug is reported here: http://bugzilla.gnome.org/show_bug.cgi?id=342038
>
> The code
Hello,
Gnome-games has a bugreport related to garbage collection in guile, that
it would be very helpful to get someone who knows guile to have a look at.
The bug is reported here: http://bugzilla.gnome.org/show_bug.cgi?id=342038
The code is question can be browsed here:
http://cvs.gnome.org/v
Volkan YAZICI <[EMAIL PROTECTED]> writes:
> Hi,
>
> I'm trying to enable debbuging - that's (debug-enable 'backtrace) in
> Scheme - from a C program on-the-fly. Therefore, as far as I
> understand from the quite poorly documented guile manual, I should
> use scm_debug_options() for this purpose. B
Hi,
I'm trying to enable debbuging - that's (debug-enable 'backtrace) in
Scheme - from a C program on-the-fly. Therefore, as far as I
understand from the quite poorly documented guile manual, I should
use scm_debug_options() for this purpose. But I couldn't find any clue
about using this function