modperl_storable_problem

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: Storable problem?
From: Aaron Johnson <solution@gina.net>
Date: Tue, 22 Aug 2000 17:46:54 -0400

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

===

Subject: Re: Storable problem?
From: Aaron Johnson <solution@gina.net>
Date: Tue, 22 Aug 2000 20:18:37 -0400

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.

===



the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu