-
Notifications
You must be signed in to change notification settings - Fork 567
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
re: Perl bug - alarm does not work in Windows perl 5.8.x #7002
Comments
From terry.grieb@intel.com
$SIG{ALRM} = sub print "Note alarm does not stop sleep (or input) - It never fires!\n"; alarm( 2 ); exit( 0 );
|
From terry.grieb@intel.comMore info - This bug appears to only reproduce on Windows 2003. i.e. It sigh ... Tg |
Migrated from rt.perl.org#24739 (status was 'open')
Searchable as RT24739$
The text was updated successfully, but these errors were encountered: