Re: Garbage collection bug

2006-07-29 Thread Rob Browning
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

Garbage collection bug

2006-07-29 Thread Andreas Røsdal
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

Re: Enabling Debugging

2006-07-29 Thread Clinton Ebadi
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

Enabling Debugging

2006-07-29 Thread Volkan YAZICI
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