From: ts Date: 2002-05-16T15:24:52+09:00 Subject: Re: [BUG] thread failure after trap >>>>> "n" == nobu nokada writes: n> I guess the check doesn't need to restore the thread. Not understood : ruby must test if some other signal are pending. n> This patch caused SEGV on signal within trap command. Maybe n> since it isn't reentrant? yes, not reentrant : perhaps disable all signals when a trap command is run ? Guy Decoux