From: Hiroshi Nakamura Date: 2011-07-23T08:32:00+09:00 Subject: [ruby-core:38411] Re: [Ruby 1.9 - Bug #5047] Segfault (most likely involving require) On Sat, Jul 23, 2011 at 07:56, Eric Wong wrote: >> Does GC.stress help? > > I tried it for a while but lost patience while waiting. �I suppose > I'll try it again while I poke at other things... Yeah, I waited 2 hours before I quit the way. :-( Adding rb_gc() to several part at load.c but I still cannot narrow down where the broken object created... Regards, // NaHi