-
Notifications
You must be signed in to change notification settings - Fork 577
killing subprocess ==> reproducible core dump (fwd) #130
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
Comments
From [email protected]mips-sgi-irix6.2, perl 5.004_04. The attached program will make perl dump core on Irix 6.2. What I am trying to do is, run a subprocess, and if it doesn't complete In this example, the part of the non-terminating sub-process will be The call to "kill" apparently does nothing. If you un-comment the call to waitpid, perl doesn't die -- but waitpid It dumps core the second time through the loop, as soon as it tries to Any suggestions on how I can do what I'm trying to do? Second question -- it seems that you can't use "use diagnostics" in Uncaught exception from user code: when, in fact, I *am* catching that exception (at least in the sense of, -- |
Migrated from rt.perl.org#935 (status was 'resolved')
Searchable as RT935$
The text was updated successfully, but these errors were encountered: