Re: catching scm_without_guile badness

2008-08-11 Thread Ludovic Courtès
Hi Guilers! "Neil Jerram" <[EMAIL PROTECTED]> writes: > 2008/7/31 Andy Wingo <[EMAIL PROTECTED]>: >> Hi, >> >> I just spent a couple days tracking down a bug in my code that was due >> to calling scm_without_guile when I wasn't actually in Guile. This >> exhibited itself as a deadlock at some poi

Re: catching scm_without_guile badness

2008-08-02 Thread Neil Jerram
2008/7/31 Andy Wingo <[EMAIL PROTECTED]>: > Hi, > > I just spent a couple days tracking down a bug in my code that was due > to calling scm_without_guile when I wasn't actually in Guile. This > exhibited itself as a deadlock at some point in the future when a > scm_without_guile that was lower on t

catching scm_without_guile badness

2008-07-31 Thread Andy Wingo
Hi, I just spent a couple days tracking down a bug in my code that was due to calling scm_without_guile when I wasn't actually in Guile. This exhibited itself as a deadlock at some point in the future when a scm_without_guile that was lower on the stack exited, it tried to take the heap lock when