>>>>> "N" == Nathaniel Talbott <nathaniel / talbott.ws> writes: N> I tried it against the latest Ruby CVS, and it still crashes. It seemed N> to take (subjectively) longer to crash, though. Interestingly, 2 out of N> 3 runs gave me this instead of a segfault: Well, look where it crash. With the previous version normally you have a crash in * rb_thread_restore_content() * and localjump_destination() normally with the new patch (if I'm right), you have just a crash in * localjump_destination() Guy Decoux