Dockerfile icon indicating copy to clipboard operation
Dockerfile copied to clipboard

Segmentation Fault with Symfony Commands Using webdevops/php-nginx-dev:8.2 Image

Open Cepulis opened this issue 7 months ago • 2 comments

I'm encountering a segmentation fault when running Symfony commands using the webdevops/php-nginx-dev:8.2 image. The error message is as follows:

Program received signal SIGSEGV, Segmentation fault.
0x000055c10020b86b in zend_observer_fcall_end_all ()

Interestingly, the segmentation fault disappears when ionCube is disabled.

Cepulis avatar Jul 10 '24 14:07 Cepulis