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 [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]