On Tue, Jan 24, 2012 at 11:35:36AM +1100, Tony Cook wrote: > commit 676a678ac0683a727a07d56ed1a6e1fb59085d5a > C:\Users\tony\dev\perl\git\perl\t>.\perl harness -v op/fork.t > op/fork.t .. > ok 1 > ok 15 > (windows complains about a crashed program) > PROG: > if (eval q{$pid = fork}) { > eval q{ die "parent died" }; > print $@; > } > else { > eval q{ die "child died" }; > print $@; > } > EXPECTED: > parent died at (eval 2) line 1. > child died at (eval 2) line 1. > GOT: > > # Failed at ./test.pl line 1033 > not ok 16 > ok 17 There isn't an RT ticket for this yet, is there? I think it needs to be a 5.16.0 blocker. Nicholas ClarkThread Previous | Thread Next