in reply to Re^2: Perl jumps to END logic after fileno (Win32)
in thread Perl jumps to END logic after fileno (Win32)
It is possibly a race condition, as the Perl software is identical between the systems I test on, yet one fails within the first 50 iterations of the loop in this test, whereas the other system has processed over 40000 iterations of the loop with no issues (aside from the warning messages) ... failure is either the report that either STDOUT or STDERR are gone, or message that new_from_fd failed
Hi,
What is "perl software" and "systems" (versions)?
I cannot reproduce on strawberry-perl-5.18.2.2-32bit-portable on old winxp machine
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl jumps to END logic after fileno (Win32)
by dchidelf (Novice) on Aug 09, 2017 at 13:02 UTC |