unexpected failure of cygwin32_winpid_to_pid

2005-11-08 Thread Yitzchak Scott-Thoennes
Using 20051108, I just saw failures twice in tests of the perl binding for cygwin32_winpid_to_pid, but no failure on every try since. The test looks like: my $catpid = open my $cat, |cat or die Couldn't cat: $!; open my $ps, ps| or die Couldn't do ps: $!; my ($catwinpid) = map

Re: unexpected failure of cygwin32_winpid_to_pid

2005-11-08 Thread Yitzchak Scott-Thoennes
On Tue, Nov 08, 2005 at 04:17:41PM -0800, Yitzchak Scott-Thoennes wrote: Using 20051108, I just saw failures twice in tests of the perl binding for cygwin32_winpid_to_pid, but no failure on every try since. The test looks like: my $catpid = open my $cat, |cat or die Couldn't cat: $!; open