php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #54586 not documented that exec returns -1 if pcntl_signal(SIGCHLD,.. is used
Submitted: 2011-04-21 11:02 UTC Modified: 2011-07-02 04:12 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: johncart at cisco dot com Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: 5.3.6 OS: n/a
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: johncart at cisco dot com
New email:
PHP Version: OS:

 

 [2011-04-21 11:02 UTC] johncart at cisco dot com
Description:
------------
If pcntl_signal(SIGCHLD,... has been used then exec() will always have a return 
code of -1. This gotcha should be documented.

Someone's added a comment with details: 
http://us.php.net/manual/en/function.exec.php#76687

Test script:
---------------
n/a


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-02 08:15 UTC] frozenfire@php.net
I feel that this edge-case is obscure enough that it's not really worth 
documenting.

The reason why exec() will return false when binding a handler to SIGCHLD is 
that the handler is intercepting the result before it can "bubble" down to the 
native signal handler.

Anyone with the expertise to be installing POSIX signal handlers should already 
be aware that they're intercepting process behaviours, and should be able to 
code around this.
 [2011-07-02 04:12 UTC] frozenfire@php.net
-Status: Open +Status: Wont fix
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 09:01:28 2024 UTC