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)
Core dumps are disabled on Ubuntu by default
Try this:
ulimit -c unlimited
"ulimit -a" tells you what the current limit is (0 means disabled)