-
Notifications
You must be signed in to change notification settings - Fork 38
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
Spurious warning '"unknown result, unknown PID" isn't numeric ..." has reappeared #169
Comments
Agreed; probably like this:
Could you make a self-contained test case for the warning you were seeing? I'm not seeing it with this quick try:
|
Unfortunately, I am now unable to reproduce the problem. I update my system once a week; maybe some other fix made the problem go away? Anyway, I'm closing this issue because I can't provide a test case that demonstrates the "bug". |
I was able to reproduce it by ignoring
The
|
I checked my code and it was not setting SIGCHLD. But because the bug can be reproduced and a fix is available (thank you), I'm going to reopen the issue. |
I'm using IPC::Run::start and
Although the program I'm running seems to work properly, I get warnings every time I run it:
I get the warning twice per run. This seems very similar to CPAN bug 5852 that was apparently resolved. In fact, lines 3619-3620 of Run.pm seem to handle an identical issue in the
results
method. Perhaps a similar patch can be applied at line 3594 in theresult
method?For completeness, I'm using Perl5 (revision 5 version 36 subversion 0) undef Fedora Linux 37. I recently upgraded from Fedora 36 to Fedora 37 and was not seeing these warnings under Fedora 36.
The text was updated successfully, but these errors were encountered: