> Attempt to free unreferenced scalar during global destruction.
> Attempt to free unreferenced scalar during global destruction.
> Attempt to free unreferenced scalar during global destruction.
> Attempt to free unreferenced scalar during global destruction.
> Out of memory!
> Callback called exit.
> Callback called exit.
> Callback called exit.
> Callback called exit.
> Callback called exit.
> Callback called exit.
> Callback called exit.
> Callback called exit.
> ....etc.
>
>
> The last line "Callback called exit." is repeated a million times until
> the whole disc is full. It happens from time to time, I can't say when.
> Maybe it has something to do with heavy load, the webserver has about 10
> hits / second, in peak times more.

Your webserver has run out of memory.

as in, you have NOT limited the allowable resources that apache/mod_perl can
use
and have exceeded both RAM and swap.

Look into Apache::SizeLimit.

HTH!


L8r,
Rob

#!/usr/bin/perl -w
use Disclaimer qw/:standard/;


Reply via email to