-
Notifications
You must be signed in to change notification settings - Fork 561
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
kill thinks it killed a nonexistant pid #193
Comments
From dhoover@cadence.comThe kill function seems to think it killed a pid even when it hasn't. I've #!/usr/bin/perl if(!defined($kid_pid = fork())) { When I run this program, it says that it's killed 1 child in each of Am I doing something stupidly wrong? Thanks, Perl Info
|
Migrated from rt.perl.org#999 (status was 'resolved')
Searchable as RT999$
The text was updated successfully, but these errors were encountered: