Issue #5130 has been updated by Jeremy Evans. Motohiro KOSAKI wrote: > Can anyone please review this patch? I'm not qualified to determine correctness, but I can confirm that it fixes the threading bootstrap test failure on OpenBSD amd64 and i386. ---------------------------------------- Backport #5130: Thread.pass sticks on OpenBSD http://redmine.ruby-lang.org/issues/5130 Author: Yui NARUSE Status: Assigned Priority: Normal Assignee: Yuki Sonoda Category: Target version: =begin On OpenBSD 4.9, following script will stick. ./miniruby -ve'Thread.new{Thread.pass}' =end -- http://redmine.ruby-lang.org