You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by yo...@bnt.co.il on 2000/04/24 18:10:43 UTC

Unknown Error Message

Hi,

I keep getting the following error in the error_log:

panic: POPSTACK
Callback called exit.

What does this mean? They always come together :)

Thanks,
Yoav



RE: Unknown Error Message

Posted by Doug MacEachern <do...@covalent.net>.
On Mon, 24 Apr 2000, Ian Mahuron wrote:

> 
> I get something similar when I wrap my call to Apache::Session::DBI in an
> eval to try to catch it die()ing (ie. session id not found).  IIRC, this is
> a known bug in perl.

right, which is fixed in 5.6.0
 
> 
> >> panic: POPSTACK
> >> Callback called exit.
> 
> 


RE: Unknown Error Message

Posted by Ian Mahuron <ia...@dmi.net>.
I get something similar when I wrap my call to Apache::Session::DBI in an
eval to try to catch it die()ing (ie. session id not found).  IIRC, this is
a known bug in perl.


>> panic: POPSTACK
>> Callback called exit.