From: Regis d'Aubarede Date: 2011-10-28T09:27:43+09:00 Subject: Re: RCR: output on non-main thread that die from an unrescued exception Roger Pack wrote in post #1028871: > Hello all. > I noticed that the default behavior for ruby is, if a child (non-main) > thread dies from an "unrescued" exception, nothing is output, it is > basically let die silently +1 for me, Except, perhaps, if a join() is pending for the thread... And how many time are why loose because these are not default : Thread.abort_on_exception=true BasicSocket.do_not_reverse_lookup=true -- Posted via http://www.ruby-forum.com/.