From: KOSAKI Motohiro Date: 2013-02-23T17:19:22+09:00 Subject: [ruby-core:52735] Re: [ruby-trunk - Bug #7917][Open] Can't write to a Logger in a signal handler > trap 'INT' do > t = Thread.new do > LOG.info "Hello" > end > t.join > end Oops, no. This code is completely wrong. Sorry for confusing. Please don't mind my previous mail. This code is deadlockable and should never be used.