-
Notifications
You must be signed in to change notification settings - Fork 7.9k
zend_signal_handler_defer() called in a thread not managed by PHP on ARM64 ZTS build #9809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I see those too in https://app.travis-ci.com/github/php/php-src/jobs/586399691 . From a quick look it seems to me like it might be due to the way the http server is killed in posix_kill($pid, SIGTERM);
pcntl_waitpid($pid, $status); Not sure really why though so this might need some further investigation. |
I'll try to take a look tomorrow or on Monday. Basically the change prevents the signal handlers to be executed on threads where TSRM hasn't been started (that was causing segmentation faults). We're probably in this case here. |
/cc @arnaud-lb |
This could happen if the signal is delivered after |
Yeah agreed, the |
CI looks good now, so I'm assuming this is properly fixed. Thank you! |
Description
One of the Travis builds failed for an unrelated PR after #9766 got merged.
For file
FAIL $http_reponse_header (redirect) [ext/standard/tests/http/http_response_header_02.phpt]
@dunglas any idea what the issue may be?
PHP Version
PHP 8.3.0-dev
Operating System
No response
The text was updated successfully, but these errors were encountered: