From: gabriele renzi Date: 2004-12-07T03:07:34+09:00 Subject: Re: Does anyone have benchmark programs for YARV? SASADA Koichi ha scritto: > Hi, > > gabriele renzi wrote: > >>gabriele renzi ha scritto: >> >>further note: >>make test-all from time to time gives: >> >> >>c:/ruby/lib/ruby/1.9/test/unit/util/backtracefilter.rb:16: [BUG] >>Segmentation fault >>ruby 1.9.0 (2004-12-03) [i386-mingw32] >> >> >>This application has requested the Runtime to terminate it in an unusual >>way. >>Please contact the application's support team for more information. >>make: *** [test-all] Error 3 >> > > Could you run following command on today's revision? I tried it yesterday and it worked (I tried many times and always worked) So revision 81 seem to work fine, revisions 82/83 cause the compiler to fail: C:\yarv\trunk>make gcc -g -O2 -I. -Ic:/ruby/lib/ruby/1.9/i386-mingw32 -Ic:/ruby/lib/ruby/1.9/i386 -mingw32 -I. -DDISPATCH_THREADED_CODE -DDISPATCH_DIRECT_THREADED_CODE -DOPT_BASI C_OPERATIONS -DOPT_REGEXP_MATCH -c compile.c gcc -g -O2 -fno-crossjumping -I. -Ic:/ruby/lib/ruby/1.9/i386-mingw32 -Ic:/ruby /lib/ruby/1.9/i386-mingw32 -I. -DDISPATCH_THREADED_CODE -DDISPATCH_DIRECT_THREAD ED_CODE -DOPT_BASIC_OPERATIONS -DOPT_REGEXP_MATCH -c vm.c cc1.exe: unrecognized option `-fno-crossjumping' make: *** [vm.o] Error 1