Dmitry Beransky wrote:
> 
> Hi again, folks,
> 
> Last Saturday after manually relinking SDBM_File with a reference to
> mod_perl libperl.so, I was able to preload Apache::ASP and precompile the
> asp scripts from startup.pl without any segfaults.   This however, resulted
> in a different problem.  I didn't notice it right away (don't know how I
> could've missed it), but now every time a child process is been shutdown a
> hole slew of 'null: Attempt to free non-existent shared string during
> global destruction' messages (on the order of 2500 per process) is been
> dumped into the error log.  I've narrowed the problem down to the
> ASP->Loader call in startup.pl.  Any chance anybody knows what's going
> on?  Is it possible to at least somehow disable this error?
> 

You could try a " local $^W = 0; " before the Apache::ASP->Loader()
call, this might do away with these altogether.  But, there
is something else wrong lurking here, 2500 errors!!, so keep
this is the back of your mind in case anything else comes up.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to