Bug 171310

Summary: www/apache22 exit signal Segmentation fault (11) with php-5.4.6
Product: Ports & Packages Reporter: Bas Smeelen <b.smeelen>
Component: Individual Port(s)Assignee: freebsd-apache (Nobody) <apache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bas Smeelen 2012-09-04 07:50:06 UTC
After upgrading php to version 5.4.6 including extensions apache will stop serving php pages with errors [Tue Sep 04 08:15:59 2012] [notice] child pid 56169 exit signal Segmentation fault (11)

Fix: 

Comment out the apc.so extension with a semicolon (;) in /usr/local/etc/php/extensions.ini like shown 
below:
....
;extension=apc.so
....
How-To-Repeat: Install apache 2.2.22, php-5.4.6 and cacti 0.8.8a.
Look at some graphs in cacti and get empty response in the browser.
The apache errorlog show Segmentation faults (11).
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2012-09-10 09:51:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer(s).
Comment 2 Bas Smeelen 2012-09-11 06:54:32 UTC
This is solved after an update to pecl-APC-3.1.13

Bas


Disclaimer: http://www.ose.nl/email
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2012-09-11 12:04:37 UTC
State Changed
From-To: open->closed

Issue solved by updating pecl-APC-3.1.13