vit has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks,
Someone may ran into a similar problem.
I use ActiveState perl on Windows. When I am trying to store a large hash I am getting:
"Perl Command Line Interpreter has encountered a problem and needs to close. We are sorry for the inconvenience." poped up.
For smaller hashes it works fine.

Replies are listed 'Best First'.
Re: Storable store for big hashes
by GrandFather (Saint) on Jun 25, 2009 at 00:54 UTC

    Show us some sample code. Tell us the versions of Perl and and modules you are using. Tell us how much memory and virtual memory space are available.

    If you can't write a succinct example the reproduces the issue, tell us how big the hash is that you are having trouble with.

    Are you sure there aren't any differences in the type of data the large hash is storing compared with the small hash? Are you sure there aren't self referential loops in the large hash that don't exist in the small hash?


    True laziness is hard work