Re: Hanging processes [LONG with debugging output]

1999-12-15 Thread Tony Demark
In message [EMAIL PROTECTED], Doug MacEac hern writes: (gdb) longmess at /opt/local/perl/Apache/Constants.pm line 19 Apache::Constants::AUTOLOAD() called at /opt/local/perl/Apache/Regis try hmm, add this to .gdbinit: define perl_get_sv set $sv = perl_get_sv($arg0, 0) printf

Re: Hanging processes [LONG with debugging output]

1999-12-15 Thread Doug MacEachern
(gdb) perl_get_sv("Apache::Constants::AUTOLOAD") Apache::Constants::OPT_EXECCGI what I was about to suggest trying is already in the modperl cvs Changes: preload Apache::Constants::OPT_EXECCGI() for Apache::{Registry,PerlRun} thanks to Chris Remshaw for spotting this w/ Apache::DProf so try

Re: Hanging processes [LONG with debugging output]

1999-12-14 Thread Tony Demark
In message [EMAIL PROTECTED], Doug MacEac hern writes: On Tue, 14 Dec 1999, Tony Demark wrote: Doug, Tried what you suggest, but with seemingly disappointing results. (below) Th e hangs seem to come _after_ the logging phase - the heap just keep growing an d the process takes up all