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() #393

Closed
ghost opened this issue Jul 16, 2018 · 2 comments
Closed

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

ghost opened this issue Jul 16, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Jul 16, 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 yesterday 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.

@pierreozoux
Copy link
Member

Could you try to report the bug on the upstream php base image? We use the base php image, and I have the feeling that this could be part of the default php image.

@ghost
Copy link
Author

ghost commented Jul 17, 2018

Could you try to report the bug on the upstream php base image?

Good idea! Filed docker-library/official-images#4604

@tilosp tilosp closed this as completed Aug 24, 2018
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

2 participants