cv = 0x0, flags = 33 '!', attrs = 0, next = 0x0}
Justin
Philippe M. Chiasson wrote:
> Justin Wheeler wrote:
>
>>Here is the backtrace with debugging enabled:
>
>
> Can you try :
>
> (gdb) info locals
> (gdb) print *gv
> (gdb) print *handler
>
>
>
0x080d6f67 in make_child ()
#19 0x080d7079 in startup_children ()
#20 0x080d7477 in ap_mpm_run ()
#21 0x080de169 in main ()
Justin
Philippe M. Chiasson wrote:
Justin Wheeler wrote:
Oh, wait .. it gets better.
I fixed my previous problem, but have a new one.
Sorry to hear that.
If I put my
Oh, wait .. it gets better.
I fixed my previous problem, but have a new one.
If I put my system under heavy load, I start seeing these in my log files:
[Tue Aug 09 15:46:05 2005] [error] lookup of 'Main::session_check' failed
session_check is sometimes another handler in the list of handlers
(d
PerlResponseHandlers before starting over again.
Justin
Justin Wheeler wrote:
> I realise there's a good chance my issue is my own stupidity, but I'm
> hoping someone else can help out -- I've searched this mailing list and
> google, all to no avail.
>
> I am in the
I realise there's a good chance my issue is my own stupidity, but I'm
hoping someone else can help out -- I've searched this mailing list and
google, all to no avail.
I am in the midst of trying to convert my software from mod_perl 1 to
mod_perl 2 without the use of Apache2::Compat.
I have import