From: Tanaka Akira Date: 2012-06-21T19:21:05+09:00 Subject: [ruby-core:45748] Re: [ruby-trunk - Bug #6616][Open] MinGW: cannot build extensions or run tests due changes in exec_arg? 2012/6/21 Tanaka Akira : > 2012/6/21 luislavena (Luis Lavena) : > >> Bug #6616: MinGW: cannot build extensions or run tests due changes in exec_arg? > >> Latest trunk revision (r36154) is failing on me: >> https://gist.github.com/2959908 > > I doubt this is a GC problem. > > At least current trunk has a problem as follows. > > boron% ./ruby -e 'GC.stress = true; eval("def m(k: 0) end")' > -e:1: [BUG] iseq_compile_each: unknown node: NODE_ARGS > ruby 2.0.0dev (2012-06-21 trunk 36158) [i686-linux] nobu fixed the GC problem at r36161. I hope that the revision also fix this issue. -- Tanaka Akira