Ticket #51 (closed defect)
PHP v5.2.3 coredumps if using xcache r272 on pfSense HEAD
| Reported by: | DanielSHaischt | Owned by: | moo |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.2 |
| Component: | cacher | Version: | 1.2.0 |
| Keywords: | Cc: | ||
| Blocked By: | PHP Version: | ||
| Application: | Need User Feedback: | no | |
| Other Exts: | SAPI: | FastCGI | |
| Probability: | Blocking: |
Description
At pfSense we are currently trying to integrate Xcache together with PHP 5.2.0. Unfortunatly XCache behaves quite unstable and causes lots of core dumps.
Disabling XCache, solves these issues.
I was able to track it down to the fact, that the following page allways results in a HTTP 500 if beeing saved and if using Xcache:
If trying to save the above page using EAccelerator I do not get a HTTP 500.
I even tried to use XCache v1.1.0 but the issue remains.
Enabled/Used? modules (in that order):
# add additional extensions below
extension=xcache.so
#extension=xdebug.so
extension=radius.so
#extension=suhosin.so
#extension=uuid.so
# standard PHP extension
extension=bz2.so
extension=bcmath.so
extension=ctype.so
extension=curl.so
extension=gettext.so
extension=mbstring.so
extension=pcntl.so
extension=posix.so
extension=session.so
extension=shmop.so
extension=sysvmsg.so
extension=sysvsem.so
extension=sysvshm.so
extension=tokenizer.so
extension=xml.so
extension=simplexml.so
extension=zlib.so
XCache config:
[xcache]
xcache.mmap_path = "/tmp/xcache"
xcache.cacher = On
xcache.size = 6M
xcache.stat = On
xcache.optimizer = On
auto_globals_jit = Off


