Skip to content
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

USE_ZEND_ALLOC=0 to mitigate SIGSEGV in zend_hash_str_find() #4604

Closed
ghost opened this issue Jul 17, 2018 · 4 comments
Closed

USE_ZEND_ALLOC=0 to mitigate SIGSEGV in zend_hash_str_find() #4604

ghost opened this issue Jul 17, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 17, 2018

A known php allocator bug causes occasional crashes of PHP unless USE_ZEND_ALLOC=0 is set in the environment. A reproducer was provided and will hopefully allow this rather old problem to be fixed.

In the meantime I suggest USE_ZEND_ALLOC=0 is set to mitigate the problem.

@tianon
Copy link
Member

tianon commented Jul 17, 2018

I think this has likely been filed in the wrong place -- this is the repo for the official images at large. If you're having an issue with a specific image, see "where to file issues" in the "quick reference" section of the image description.

@tianon tianon closed this as completed Jul 17, 2018
@ghost
Copy link
Author

ghost commented Jul 17, 2018

This issues concerns all images based on php 7+

@tianon
Copy link
Member

tianon commented Jul 17, 2018 via email

@ghost
Copy link
Author

ghost commented Jul 17, 2018

Oh, right, my bad. Sorry for the noise!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant