-
Notifications
You must be signed in to change notification settings - Fork 560
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
coredump closing timed-out piped open()'s #947
Comments
From [email protected]I've been developping some binary testing software and ran into the most When we got more interested in performance, I switched to an open('program', If a program exceeds a certain run-time, I kill it. I've got an alarm set, This may not be the best way to do it, if you can suggest a better way, I'm all (gdb) bt This problem can be reproduced with the following code: #!/usr/bin/perl # (gdb) bt $SIG{ALRM} = \&sigalrm; while(1) { } Perl Info
|
Migrated from rt.perl.org#1892 (status was 'resolved')
Searchable as RT1892$
The text was updated successfully, but these errors were encountered: