From: Roger Pack Date: 2010-01-20T04:16:05+09:00 Subject: [ruby-core:27625] [Bug #2616] unable to trap in doze Bug #2616: unable to trap in doze http://redmine.ruby-lang.org/issues/show/2616 Author: Roger Pack Status: Open, Priority: Normal ruby -v: ruby 1.9.2dev (2010-01-06 trunk 26246) [i386-mingw32] this snippet: trap("ILL") { puts 'got one' } Thread.new { sleep 0.1;Process.kill "ILL", Process.pid} sleep appears to work like a champ in 1.8, and fail for 1.9.x ---------------------------------------- http://redmine.ruby-lang.org