On Tue, 4 Jun 2002, Herbert Rosmanith wrote:
 
> I am using httpd-2.0.36
> 
> gdb says:
> (gdb) bt
> #0  0x40166728 in strcmp () from /lib/libc.so.6

...

this should be fixed in modperl cvs now.  problem was modperl added a 
-DMODPERL2 during the pre_config phase, which only happens once, then 
mod_perl.so is unloaded which took the static string with it.  the string 
is now copied using the server pool.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to