Date: Tue, 04 Sep 2012 03:02:14 -0400 From: Michael Powell <nightrecon@hotmail.com> To: freebsd-questions@freebsd.org Subject: Re: Error after upgrading to php 5.4.6 Message-ID: <k24915$1bf$1@ger.gmane.org> References: <F937A155-7B1D-4421-8BA8-6BD4659D09C0@norden1.com> <5044C2FC.5050703@ifdnrg.com> <k23ocm$iju$1@ger.gmane.org> <50459ED4.3020804@ose.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Bas Smeelen wrote: [snip] > > My previous response was sent too early :( > > I still get errors in apache > [Tue Sep 04 08:14:42 2012] [error] [client 192.168.1.189] PHP Warning: > Unknown: Unable to allocate memory for pool. in Unknown on line 0, > referer: > http://sys.ose.nl/cacti/graph_view.php?action=tree&tree_id=1&leaf_id=21 > [Tue Sep 04 08:14:43 2012] [notice] child pid 56172 exit signal > [Segmentation > fault (11) > [Tue Sep 04 08:14:43 2012] [notice] child pid 56163 exit signal > [Segmentation > fault (11) > [Tue Sep 04 08:14:53 2012] [error] [client 192.168.1.189] PHP Warning: > Unknown: Unable to allocate memory for pool. in Unknown on line 0, > referer: > http://sys.ose.nl/cacti/graph_view.php?action=tree&tree_id=1&leaf_id=7 > [Tue Sep 04 08:15:59 2012] [notice] child pid 56169 exit signal > [Segmentation > fault (11) > > So now I will comment out all extensions and start investigating. > Well it turns out to be apc.so, this comes with core php I guess? > For completeness: The php manual states this is for alternative php cache. > http://php.net/manual/en/book.apc.php I use xcache. However, whenever I rebuild PHP I also rebuild xcache. Sometimes when the change is very small you may get away with not doing it, but whenever updating between major versions it is a must. I had this happen one time too many and just got into the habit of whenever I rebuild/update PHP I rebuild xcache as well. I believe it pulls in includes form PHP during it's build process so if PHP changes too much xcache will segfault, or just outright refuse to load. [snip]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?k24915$1bf$1>