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

Concerning commit 721b267 Win32 killpg

Thread Next
From:
Karl Williamson
Date:
March 27, 2014 17:55
Subject:
Concerning commit 721b267 Win32 killpg
Message ID:
53346653.6060304@khwilliamson.com
The perldelta for this has several spelling errors.  Also I, a native 
English speaker, cannot understand what it is trying to say:

On a Perl built without psuedo-fork (psuedo-fork builds were not affected by
this bug), probably since prcess tree kill feature was implemented on Win32,
killing a process tree with L<perlfunc/kill> and a negative signal, resulted
in kill inverting the returned value.  This ment successfully killing
1 process tree PID returned 0, and also passing 2 invalid PID, returned 2.
This has been corrected so the documented behavior for return values for 
kill
executes.  [perl #121230]

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