From: "U.Nakamura" Date: 2010-07-20T15:11:56+09:00 Subject: [ruby-core:31366] Re: [Bug #3523][Assigned] win32 exception c0000029 on exit using fibers Hello, In message "[ruby-core:31351] Re: [Bug #3523][Assigned] win32 exception c0000029 on exit using fibers" on Jul.19,2010 18:30:23, wrote: > When I put the test in a loop, and if I don't get the > 0xC0000374, I see the following: > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > test/test_em_fiber4f.rb:151: [BUG] Segmentation fault > ruby 1.9.2dev (2010-07-15) [i386-mswin32_100] Great! Now I can pay attention only to implementation of transfer method. Thus, I have not found the cause yet. From the phenomenon and the point of the problem, it seems that restoring the stack is a front runner... Regards, -- U.Nakamura