From d8d97e7036087008232bf8da77755f2ab9da8b29 Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Wed, 17 May 2006 18:38:16 +0100 Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind Message-ID: <20060517163816.GN17109@iabyn.com> (Dave's fix, plus a test taken from [perl #39145]) p4raw-id: //depot/perl@28215 --- t/op/fork.t | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 't/op') diff --git a/t/op/fork.t b/t/op/fork.t index 588d88b153..b344990fd6 100755 --- a/t/op/fork.t +++ b/t/op/fork.t @@ -462,3 +462,9 @@ if ($pid == 0) { } EXPECT 1 +######## +# [perl #39145] Perl_dounwind() crashing with Win32's fork() emulation +sub { @_ = 3; fork ? die "1\n" : die "1\n" }->(2); +EXPECT +1 +1 -- cgit v1.2.1