Re: guile-debugging: how to access source properties from trap context

2006-01-01 Thread Neil Jerram
Holger Blasum <[EMAIL PROTECTED]> writes: > Hello guile-user, Hi Holger, > in the "Guile Debugging Enhancements" tutorial > (http://download.gna.org/guile-debugging/guile-debugging.html) > there is encouragement to play with the source trap context > parameters. It's not important for the res

guile-debugging: how to access source properties from trap context

2006-01-01 Thread Holger Blasum
Hello guile-user, in the "Guile Debugging Enhancements" tutorial (http://download.gna.org/guile-debugging/guile-debugging.html) there is encouragement to play with the source trap context parameters. What I want to look at are the source file names and line numbers like eg in any gdb stepping

Re: Smobs & garbage collecting

2006-01-01 Thread Stephen Compall
On Fri, 2005-12-30 at 21:20 +0100, Christian Mauduit wrote: > I found out that the problem disappeared when I decided to make my free > callback (the one set up with scm_set_smob_free) return systematically a > value of 0. I understand the return value of this function should > reflect the amount o