develooper Front page | perl.perl5.porters | Postings from March 2014

[perl #121230] process group kill on Win32 broken in 5.17.2, regression 5.18

Thread Previous | Thread Next
From:
bulk88 via RT
Date:
March 25, 2014 00:11
Subject:
[perl #121230] process group kill on Win32 broken in 5.17.2, regression 5.18
Message ID:
rt-4.0.18-30443-1395706299-1860.121230-15-0@perl.org
On Mon Mar 24 16:09:44 2014, shay wrote:
> Sorry, I had assumed that I couldn't reproduce either this since my
> recent perl build/tests have all been happily passing, but on closer
> inspection I see that George's smoker only fails without useithreads.
> 
> So I built with USE_MULTI=undef USE_ITHREADS=undef USE_IMP_SYS=undef
> and sure enough it fails:

Reproduced.

-----------------------------------------
C:\perl519\src\t>..\perl -I..\lib op/kill0.t
1..9
ok 1 - kill(0, $pid) returns true if $pid exists
ok 2 - kill(0, $pid) returns false if $pid does not exist
ok 3 - dies killing undef pid
ok 4 - dies killing empty string pid
ok 5 - dies killing alphabetic pid
ok 6 - can kill a number string in a magic variable
not ok 7 - process group kill, named signal
# Failed test 7 - process group kill, named signal at op/kill0.t line 82
#      got "0"
# expected "1"
ok 8 - $Config{sig_name} parsed correctly
not ok 9 - process group kill, numeric signal
# Failed test 9 - process group kill, numeric signal at op/kill0.t line 107
#      got "0"
# expected "1"

C:\perl519\src\t>
-----------------------------------------

I will investigate.

-- 
bulk88 ~ bulk88 at hotmail.com

---
via perlbug:  queue: perl5 status: open
https://rt.perl.org/Ticket/Display.html?id=121230

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About