On Tue, 14 Dec 1999, C. R. Oldham wrote:
> Greetings,
>
> My Apache core dumps on graceful restart. I've noticed that it only
> happens after mod_perl pages are accessed, and it seems to have
> something to do with Mysql access as well. A backtrace from gdb
> indicated the problem was in do_obj_cleanup (maybe a spelling error
> there--I had the core file but it disappeared from my /tmp directory
> after an unexpected reboot). This is on Debian Linux (Potato) with a
> 2.2.13 kernel.
if you can reproduce the core dump and run:
% gdb httpd core
(gdb) where
the results of that might help.
do you have PerlFreshRestart On, by chance?