From: "James M. Lawrence" Date: 2008-12-14T04:45:45+09:00 Subject: [ruby-core:20537] [Bug #657] Thread.new { fork } Issue #657 has been updated by James M. Lawrence. % ./ruby -e '30.times { Thread.new { fork } }' % killall ruby [BUG] pthread_mutex_lock: 22 ruby 1.9.1 (2008-12-14 revision 20727) [i386-darwin9.5.0] -- control frame ---------- --------------------------- -- backtrace of native function call (Use addr2line) -- 0x130151 0x2a638 0x2a677 0x1302ba 0x131128 0x133df2 0x130de3 0x904106f5 0x904105b2 % atos -o ./ruby -f hex rb_vm_bugreport (in ruby) (vm_dump.c:594) report_bug (in ruby) rb_bug (in ruby) native_mutex_lock (in ruby) (thread_pthread.c:39) rb_thread_interrupt (in ruby) (thread.c:254) timer_thread_function (in ruby) (thread.c:2378) thread_timer (in ruby) (thread_pthread.c:753) 0x904106f5 0x904105b2 ---------------------------------------- http://redmine.ruby-lang.org/issues/show/657 ---------------------------------------- http://redmine.ruby-lang.org