-
Notifications
You must be signed in to change notification settings - Fork 577
Perl hangs when when using backticks or popen from a thread on Win32 #8489
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]This is a bug report for perl from kdoyle@emdeon.com, Discovered that in ActiveState Perl build 813 & 817 will often hang when Some machines will hang immediately, some will require looping the test a ===========example code follows: thread2.pl=============================== sub test { my $cmd = "c:/windows/system32/sort.exe test$t.dat"; sleep 1; # kludge to insure all threads are up... system "$cmd >sorted$t.dat"; open F, "<sorted$t.dat" or die $!; open F, "$cmd|" or die $!; my $t1 = async{ \&test(1); }; $t1->join;
|
From @jkeenanOn Mon Jun 19 09:51:24 2006, KDoyle@emdeon.com wrote:
In the course of reviewing older tickets this morning, I came across Keith, were you ever able to resolve this problem? Was the vendor with Thank you very much. |
The RT System itself - Status changed from 'new' to 'open' |
From [email protected]Likely duplicate of Bugs 38723, 77672, fixed in v5.19.8. |
From [Unknown Contact. See original ticket]Likely duplicate of Bugs 38723, 77672, fixed in v5.19.8. |
From @jkeenanOn Fri, 17 Aug 2018 02:06:09 GMT, vlad.romascanu@gmail.com wrote:
Thanks for spotting that. And since the OP hasn't responded to my 2013 request for an update, I'm closing this ticket. Thank you very much. |
@jkeenan - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#39531 (status was 'resolved')
Searchable as RT39531$
The text was updated successfully, but these errors were encountered: