I've got a strange problem here involving some versions of PHP installed in my local machine (MacOS Ventura 13.5).
Certain pages (two at this moment) doesn't load in some versions of PHP. It's loads ok in [email protected] but doesn't load in [email protected], [email protected] and [email protected]. Detail: these pages are compatible with any php version and works on Windows and Linux over [email protected], for example.
I can't debug this error (or i don't know how can i do that).
dmesg show me only this:
[ 3074.896856]: Waking up reference: 1001
Thread waiting on reference 1001 woke up
evaluation result: 1001, allowed, skip-cache, 0
Waking up reference: 1002
Thread waiting on reference 1002 woke up
evaluation result: 1002, allowed, skip-cache, 0
Waking up reference: 1003
Thread waiting on reference 1003 woke up
evaluation result: 1003, allowed, skip-cache, 0
php-fpm[10627] Corpse allowed 1 of 5
Apache log or php-fpm log show me something like this:
WARNING: [pool www] child 10627 exited on signal 11 (SIGSEGV) after 632.773071 seconds from start
More info:
- Without php-fpm: same problems.
- Tried to change some options in php-fpm.conf, no success.
- I think it's related with some php extension not compiled very well, maybe?