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

Reply via email to