You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like an issue was introduced in 1.3.x build when opcache is enabled, doing a post request in my application renders the following error. Removing opcode cache fixes this issue. I've tried to build all versions of 1.3.x and same issue comes up, including the safe and 64build. Any ideas on how to get this working with opcache or debugged further?
Running php 5.5.12
/var/log/php-fpm/error.log
[07-Jun-2014 23:19:14] WARNING: [pool www] child 5194 exited on signal 11 (SIGSEGV - core dumped) after 107.461694 seconds from start
[07-Jun-2014 23:19:14] NOTICE: [pool www] child 5211 started
/var/log/messages
Jun 7 23:19:14 li163-202 kernel: php-fpm[5194]: segfault at 18 ip 000000000058d249 sp 00007fffabfa3470 error 4 in php-fpm[400000+323000]
Jun 7 23:19:14 li163-202 abrtd: Directory 'ccpp-2014-06-07-23:19:14-5194' creation detected
Jun 7 23:19:14 li163-202 abrt[5210]: Saved core dump of pid 5194 (/usr/sbin/php-fpm) to /var/spool/abrt/ccpp-2014-06-07-23:19:14-5194 (148742144 bytes)
Jun 7 23:19:15 li163-202 abrtd: Package 'php55u-fpm' isn't signed with proper key
Jun 7 23:19:15 li163-202 abrtd: 'post-create' on '/var/spool/abrt/ccpp-2014-06-07-23:19:14-5194' exited with 1
Jun 7 23:19:15 li163-202 abrtd: Deleting problem directory '/var/spool/abrt/ccpp-2014-06-07-23:19:14-5194'
Seems like an issue was introduced in 1.3.x build when opcache is enabled, doing a post request in my application renders the following error. Removing opcode cache fixes this issue. I've tried to build all versions of 1.3.x and same issue comes up, including the safe and 64build. Any ideas on how to get this working with opcache or debugged further?
Running php 5.5.12
/var/log/php-fpm/error.log
/var/log/messages
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: