From: Ron Askew <redmine@...> Date: 2009-05-03T10:55:00+09:00 Subject: [ruby-core:23350] [Bug #1430] make check error Bug #1430: make check error http://redmine.ruby-lang.org/issues/show/1430 Author: Ron Askew Status: Open, Priority: Normal Category: test, Target version: 1.9.2 ruby -v: ruby 1.9.2dev PASS all 936 tests ./miniruby -I../lib -I.ext/common -I./- -r../ext/purelib.rb "../bootstraptest/runner.rb" --ruby="ruby" ../KNOWNBUGS.rb 2009-05-02 21:06:55 -0400 Driver is ruby 1.9.2dev (2009-05-02 trunk 23326) [x86_64-linux] Target is ruby 1.9.2dev (2009-05-01 trunk 23321) [x86_64-linux] KNOWNBUGS.rb F #1 KNOWNBUGS.rb:6:in `<top (required)>': Process.setrlimit(:NPROC, 1) fork {} #=> killed by SIGABRT (signal 6) | bootstraptest.tmp.rb:3: [BUG] rb_thread_create_timer_thread: return non-zero (11) | ruby 1.9.2dev (2009-05-01 trunk 23321) [x86_64-linux] | | -- control frame ---------- | c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :fork | c:0003 p:0048 s:0007 b:0006 l:002638 d:000098 EVAL bootstraptest.tmp.rb:3 | c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH | c:0001 p:0000 s:0002 b:0002 l:002638 d:002638 TOP | --------------------------- | -- Ruby level backtrace information----------------------------------------- | bootstraptest.tmp.rb:3:in `<main>' | bootstraptest.tmp.rb:3:in `fork' | | -- C level backtrace information ------------------------------------------- | 0x35769606c8 /usr/lib64/libruby.so.1.9(rb_vm_bugreport+0x58) [0x35769606c8] | 0x35768596fc /usr/lib64/libruby.so.1.9 [0x35768596fc] | 0x3576859873 /usr/lib64/libruby.so.1.9(rb_bug+0xb3) [0x3576859873] | 0x3576963945 /usr/lib64/libruby.so.1.9 [0x3576963945] | 0x35768be6ad /usr/lib64/libruby.so.1.9(rb_fork_err+0x3ad) [0x35768be6ad] | 0x35768bea1f /usr/lib64/libruby.so.1.9(rb_fork+0x3f) [0x35768bea1f] | 0x35768bea4e /usr/lib64/libruby.so.1.9 [0x35768bea4e] | 0x357695aba2 /usr/lib64/libruby.so.1.9 [0x357695aba2] | 0x3576951957 /usr/lib64/libruby.so.1.9 [0x3576951957] | 0x3576956368 /usr/lib64/libruby.so.1.9 [0x3576956368] | 0x357695664e /usr/lib64/libruby.so.1.9(rb_iseq_eval_main+0x23e) [0x357695664e] | 0x357685cb0b /usr/lib64/libruby.so.1.9(ruby_exec_node+0xbb) [0x357685cb0b] | 0x357685e4f3 /usr/lib64/libruby.so.1.9(ruby_run_node+0x33) [0x357685e4f3] | 0x4008ff /home/ron/repos/ruby_trunk/build.x86_64/ruby(main+0x4f) [0x4008ff] | 0x367681e32a /lib64/libc.so.6(__libc_start_main+0xfa) [0x367681e32a] | 0x4007e9 /home/ron/repos/ruby_trunk/build.x86_64/ruby [0x4007e9] | | [NOTE] | You may have encountered a bug in the Ruby interpreter or extension libraries. | Bug reports are welcome. | For details: http://www.ruby-lang.org/bugreport.html | [ruby-dev:37934] FAIL 1/1 tests failed make: *** [test-knownbug] Error 1 ---------------------------------------- http://redmine.ruby-lang.org