You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Aaron Johnson <so...@gina.net> on 2000/08/22 23:46:54 UTC

Storable problem?

I made some changes to a module to use a hash stored with the Storable
module.  On our development server all is well, but when I moved it to
the production server I was greeted with this when I stopped and
attempted to restart the server:

Out of memory!
Callback called exit.
END failed--cleanup aborted at /dev/null line 26.
Callback called exit at /dev/null line 26.

The only change in configuration was the use of the Storable module
versus an embedded hash.  Like I said it works great on the development
machine.

I compared the too servers versions for all loaded modules and the perl
stratup scipts and everthing is the same or newer on the production
machine, except DBI which is 1.13 vs. 1.14.

What can I run to get more information then the above?

Storable 0.7.0.2
mod_perl 1.24
Apache 1.3.12
perl 5.005_03

Aaron Johnson


Re: Storable problem?

Posted by Aaron Johnson <so...@gina.net>.

Aaron Johnson wrote:

> I made some changes to a module to use a hash stored with the Storable
> module.  On our development server all is well, but when I moved it to
> the production server I was greeted with this when I stopped and
> attempted to restart the server:
>
> Out of memory!
> Callback called exit.
> END failed--cleanup aborted at /dev/null line 26.
> Callback called exit at /dev/null line 26.

I had transfered them to the other machine with ftp set to ASCII thereby
botching the binary storage of the storable files. DUH!

Thanks to those who responded to me personally.

Aaron

>
> The only change in configuration was the use of the Storable module
> versus an embedded hash.  Like I said it works great on the development
> machine.
>
> I compared the too servers versions for all loaded modules and the perl
> stratup scipts and everthing is the same or newer on the production
> machine, except DBI which is 1.13 vs. 1.14.
>
> What can I run to get more information then the above?
>
> Storable 0.7.0.2
> mod_perl 1.24
> Apache 1.3.12
> perl 5.005_03
>
> Aaron Johnson