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: $!"
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 /^.\s+$catp
2 matches
Mail list logo