Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Syntactic Confectionery Delight
 
PerlMonks  

Re: sleep doesn't respond to sigint(2)?

by Abigail-II (Bishop)
on Oct 17, 2003 at 10:56 UTC ( [id://300025]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to sleep doesn't respond to sigint(2)?

Are you running 5.8.x? Then you might be bitten by 'safe signals'. Delivery of signals is delayed until the next time Perl dispatches an op - and that might not happen until the sleep is finished. This is a problem on some OSses (I haven't been able to reproduce it under Linux), and therefore there's a fix in 5.8.1. By setting an environment variable (look at perldelta for the details), you can get the old behaviour back.

Abigail

  • Comment on Re: sleep doesn't respond to sigint(2)?

Replies are listed 'Best First'.
Re: Re: sleep doesn't respond to sigint(2)?
by RolandGunslinger (Curate) on Oct 17, 2003 at 11:25 UTC
    I'm running 5.8.0

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://300025]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.