Re: Core dump on graceful restart.

1999-12-21 Thread Doug MacEachern
(gdb) where #0 0x80f4d4b in do_clean_objs () #1 0x80f4ccf in visit () #2 0x80f4df2 in Perl_sv_clean_objs () #3 0x80c2418 in perl_destruct () #4 0x8062920 in perl_shutdown () #5 0x8063aee in perl_child_exit () do you create any global objects that don't go out of scope until the

Re: Core dump on graceful restart.

1999-12-15 Thread C. R. Oldham
Doug MacEachern wrote: On Tue, 14 Dec 1999, C. R. Oldham wrote: My Apache core dumps on graceful restart. if you can reproduce the core dump and run: % gdb httpd core (gdb) where (gdb) where #0 0x80f4d4b in do_clean_objs () #1 0x80f4ccf in visit () #2 0x80f4df2 in Perl_sv_clean_objs

Re: Core dump on graceful restart.

1999-12-14 Thread Cliff Rayman
not sure, but this may be relevant: http://perl.apache.org/guide/troubleshooting.html#Evil_things_might_happen_when_us cliff rayman genwax.com "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,