[Bug 669005] Re: Apache2 crashes on reload

Clint Byrum clint at fewbar.com
Thu Nov 4 07:03:25 GMT 2010


Hello Guy, thank you for taking the time to file this bug report and
help us make Ubuntu better.

Can you enable core dumps for apache so we get a core file when it
segfaults?

This *should* do the trick:

service apache2 stop
ulimit -c unlimited
service apache2 start

After it has crashed, you can backtrace it yourself:

gdb /usr/sbin/apache2 /path/to/core/file (probably /tmp/something, look
in /var/log/error.log)

then run

'bt'

and paste the output here.

Marking Incomplete pending response from Guy.

** Changed in: apache2 (Ubuntu)
       Status: New => Incomplete

** Tags added: hardy

-- 
Apache2 crashes on reload
https://bugs.launchpad.net/bugs/669005
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.



More information about the Ubuntu-server-bugs mailing list