Bug#385588: I get this on each restart
On Monday 24 September 2007, Ferenc Wagner wrote:
> Hi, > > my Apache (stock Etch) seems to produce this on each restart. I'd > be glad to gather further information (like a backtrace) given some > pointers on how to do it. > -- > Regards, > Feri.
A list of all modules you have loaded would be useful
("ls /etc/apache2/mods-enabled" should do, unless you have added
modules somewhere else). Which apache2 version are you using exactly?
2.2.3-4+etch1? Which mpm are you using?
To create a backtrace, do:
- install libapr1-dbg libaprutil1-dbg gdb
- add "CoreDumpDirectory /tmp" to your apache config
- do:
/etc/init.d/apache2 stop
ulimit -c unlimited
/etc/init.d/apache2 start
- do whatever it takes to reproduce the error
- there should now be /tmp/core. Do
gdb /usr/sbin/apache2 /tmp/core
(gdb) bt
- undo the changes to your config
Cheers,
Stefan
--
To UNSUBSCRIBE, email to debian-apache-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Mon Sep 24 15:15:15 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 07:57:47 EDT
|