php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #61865 SISSEG with PHP-FPM and Nginx
Submitted: 2012-04-27 10:30 UTC Modified: 2013-02-18 00:35 UTC
From: austinlhammer at gmail dot com Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5.4.1 OS: centOS 5
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2012-04-27 10:30 UTC] austinlhammer at gmail dot com
Description:
------------
I recently upgraded to PHP 5.4 and a month ago, APC wasn't compatible, so I downgraded back to PHP 5.3 and everything worked fine and dandy. However, I'd like to take advantage of the new features of PHP 5.4 and I cant seem to get it to work with my current setup. Supposedly, APC is now "compatible" as of their latest beta version, however I get the following errors:

[21-Apr-2012 22:56:53] WARNING: [pool www] child 12245 exited on signal 11 (SIGSEGV) after 61.544928 seconds from start

[21-Apr-2012 22:56:51] WARNING: [pool www] child 12250 exited on signal 11 (SIGSEGV) after 43.367441 seconds from start

etc etc.

My setup is: nginx + php 5.4 via php-fpm plus APC. If I disable APC, everything works fine.

Ive installed both the beta and the trunk versions and neither seem to work. I just get a 502 Bad Gateway error on all pages EXCEPT for a phpinfo(); page, which works just fine.


On the first page of every request I get random apc-related errors - this then goes away.

Notice: require_once(): 1. h->opened_path=[/var/www/config/ProjectConfiguration.class.php] h->filename=[/var/www/config/ProjectConfiguration.class.php] in /var/www/web/index.php on line 6 Notice: require_once(): apc_cache_find


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-27 12:12 UTC] pajoye@php.net
-Status: Open +Status: Feedback
 [2012-04-27 12:12 UTC] pajoye@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2013-02-18 00:35 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 01:01:30 2024 UTC