Package: perl
Version: 5.10.0-18

As seen in 

 http://lists.debian.org/debian-perl/2008/12/msg00114.html

 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-12/msg00402.html

$? & 128 isn't set properly.

# perl -le 'system($^X, "-e", q/kill 6,$$; sleep 1/); print "version=$] \$?=$? 
native=${^CHILD_ERROR_NATIVE}"'

gives

version=5.010000 $?=6 native=134

version=5.008008 $?=134 native=

while dumping core in both cases.

I've got a patch ready, will send it in shortly.
-- 
Niko Tyni   [email protected]



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to