#39992 [Opn->Fbk]: proc_terminate() leaves children of child running

[email protected]
Newsgroups php.bugs
Message-ID <[email protected]>
 ID:               39992
 Updated by:       [email protected]
 Reported By:      [email protected]
-Status:           Open
+Status:           Feedback
 Bug Type:         Program Execution
 Operating System: linux
 PHP Version:      6CVS-2006-12-30 (CVS)
 New Comment:

Nuno, is this still valid bug? I can't reproduce it even with PHP
5.2.6..


Previous Comments:
------------------------------------------------------------------------

[2006-12-30 15:54:27] [email protected]

Ah I forgot: removing the "2>&1" part everything works fine.

------------------------------------------------------------------------

[2006-12-30 15:52:20] [email protected]

Description:
------------
With the short reproduce code below, PHP fork()s a new process (sh),
that itself forks a new one (php). proc_terminate() kill()s the sh
process, but the php one doesn't get killed.
I'm not really sure what is causing this problem, but it is breaking
run-tests.php on timeout.

Reproduce code:
---------------
<?php

$cmd='php -r "while(1){}" 2>&1';
$proc = proc_open($cmd, array(), $pipes);
var_dump(proc_terminate($proc));

?>



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39992&edit=1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.