badness

2010-07-23 Thread No Itisnt
I'm getting this not-so-helpful message from vars-bind-list in module/language/tree-il/compile-glil.scm. I've started at this for awhile and I still don't understand what's causing it. Here's the smallest test case I could construct that triggers it if this is at all helpful: Lua: function

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 point in the future

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 the

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