From: Eric Wong Date: 2011-07-25T03:06:33+09:00 Subject: [ruby-core:38459] Re: [Ruby 1.9 - Bug #5047] Segfault (most likely involving require) Yusuke Endoh wrote: > I probably managed to fix this issue. > Could anyone try the attached patch? Seems to work for me. Explanation is good and makes sense to me. Thanks! sidenote: I didn't realize xmalloc() (via rb_unlink_method_entry) is safe/allowed inside bm_free(); but apparently it's only rb_new_obj() that's prevented inside GC. -- Eric Wong