in reply to Re^2: "Out of memory!" and Sys::SigAction
in thread "Out of memory!" and Sys::SigAction

I don't know if it is a good idea in your context, but as of perl 5.8.1 I think you can go back to unsafe signals by specifying PERL_SIGNALS=unsafe in the environment. Carpe typor and all that.