Re: signals question

2009-08-15 Thread Kyle Sluder
--Kyle Sluder On Aug 15, 2009, at 8:08 AM, Rolando Abarca wrote: The thing is that somehow, I'm not locking the ruby VM to do not allow it to be interrupted during it's execution, because apparently it is being interrupted and that's causing some really nasty (random) crashes. Is it possible

signals question

2009-08-15 Thread Rolando Abarca
Hi All, I've been hunting a bug for almost a week now, and I think I got it narrowed enough now: I'm embedding a ruby interpreter in an app, and calling ruby code from within my app asynchronously. The app is only one thread, but it responds to events generated by the OS (click, timers, etc.) and