CoreDumpDirectory isn't working on ubuntu; getting segmentation fault with php
Posted
by siran
on Stack Overflow
See other posts from Stack Overflow
or by siran
Published on 2010-03-28T20:56:19Z
Indexed on
2010/03/28
21:03 UTC
Read the original article
Hit count: 264
I'm trying to solve a segmentation fault. This message appears in my apache-error.log:
[notice] child pid 3979 exit signal Segmentation fault (11)
I've tried disabling some apache and php modules but I'm still getting the same error.
I've also tried putting this in apache2.conf:
CoreDumpDirectory /tmp/apache2-gdb-dump
and then chmod 777, chown www-data... so that the server can write.
I can see no core-dump files to give me a hint on the error.
Does anybody have an idea why CoreDumpDirectory isn't working on Ubuntu?
© Stack Overflow or respective owner