drich wrote:
php keeps dumping core on some requests. There are days
that it dumps core almost continuously. However there are days it works
smoothly.
Do you use e-accelerator?

No. Here is full
extension list:
Hmmm... you might try moving memcache.so to the top
of the list.

Impossible - requires session. After that - dumps
core.

I have dealt with the php core dumping issue tons of times,
generally I can find it running phpinfo();. Try the following:

php -r
'phpinfo();' 2>&1 | less

I use `php -i > /dev/null` to detect such errors.

Anyway everything works like a charm but one special request into piwik causes php to dump core.

--
Sphinx of black quartz judge my vow.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to