Comment 12 for bug 427190

Revision history for this message
Charlie Powell (powellc) wrote :

Bug #424789 is another bug that sounds very similar to this one. Try removing the suhosin patch,
[CLI]
sudo apt-get remove php5-suhosin
sudo /etc/init.d/apache2 restart
[/CLI]
and see if your environment keeps randomly crashing. Also, try removing xdebug if you have that (php5-xdebug).

My dev environment kept behaving this exact same way several months back when I was testing php 5.2.9 with suhosin and xdebug on Jaunty. I didn't want to waste any more time on it, so I just reverted back to 5.2.6 that came with the distro, hoping that it would be worked out by the next release... I guess I was wrong.