> (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 the cvs snapshot, or in a PerlRequire file, preload it like so:
Apache::Constants::OPT_EXECCGI();
- Re: Hanging processes [LONG with debugging output] Tony Demark
- Re: Hanging processes [LONG with debugging output] Doug MacEachern
- Re: Hanging processes [LONG with debugging output] Tony Demark
- Doug MacEachern
