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

I tried your suggestion but unfortuantely it still produces the "Out of memory!" error :'(

Much googling and trolling of newsgroups really hasn't shed much light on what's goin on here.

  • Comment on Re^2: "Out of memory!" and Sys::SigAction

Replies are listed 'Best First'.
Re^3: "Out of memory!" and Sys::SigAction
by jbert (Priest) on Oct 19, 2006 at 11:36 UTC
    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.