You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2000/04/01 00:25:39 UTC

Re: Error on CGI execution

On Fri, 31 Mar 2000, Paolo Tealdi wrote:

> Hello all.
> 
> What exactly means this error (from my error_log )
> 
> "Attempt to free non-existent shared string during global destruction. "
> 
> It is from a big CGI ported in mod_perl. Unfortunately i haven't written it 
> (the CGI, not mod_perl :-) ) and i'd like to have some more explication on 
> this error to search it in the source.

that error can only be triggered during child_exit(), which calls
perl_destruct().  what version of Perl are you running?  any xs modules in
the mix?