From: Motohiro KOSAKI Date: 2011-07-08T21:50:38+09:00 Subject: [ruby-core:37879] [Ruby 1.9 - Bug #4992][Assigned] finalizer中のThread.newでSEGV Issue #4992 has been updated by Motohiro KOSAKI. Status changed from Open to Assigned Assignee set to Motohiro KOSAKI Target version set to 1.9.3 ---------------------------------------- Bug #4992: finalizer������Thread.new���SEGV http://redmine.ruby-lang.org/issues/4992 Author: Shota Fukumori Status: Assigned Priority: Normal Assignee: Motohiro KOSAKI Category: core Target version: 1.9.3 ruby -v: - ���������������������������������������������SEGV������������ $ ruby -e'ObjectSpace.define_finalizer(""){Thread.new{}}' $ ruby -e'ObjectSpace.define_finalizer(""){Thread.new{}}' SEGV received in SEGV handler $ ruby -e'ObjectSpace.define_finalizer(""){2.times{Thread.new{}}}' SEGV received in SEGV handler $ ruby -e'ObjectSpace.define_finalizer(""){2.times{Thread.new{}}}' SEGV received in SEGV handler 2.times���������������������������������������������2������1������������������������������������������ -- http://redmine.ruby-lang.org