fedeagostini has asked for the wisdom of the Perl Monks concerning the following question:
Hello, I have the following error message when i run my script.
Scripting *** Error in `/usr/bin/perl': free(): invalid size: 0x00007fffdb68aef0 ***
I found the problem. RAM was shortly.
But, after upgrade RAM, the error is
*** Error in `/usr/bin/perl': munmap_chunk(): invalid pointer: 0x00007fff7db11060 ***
Aborted
perl -v says v5.18.2
The OS is Ubuntu 14.04 LTS
Any idea?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Scripting *** Error in `/usr/bin/perl': free(): invalid size: 0x00007fffdb68aef0 *** (less XS)
by tye (Sage) on Dec 16, 2014 at 18:18 UTC | |
by fedeagostini (Initiate) on Dec 18, 2014 at 19:51 UTC | |
|
Re: Scripting *** Error in `/usr/bin/perl': free(): invalid size: 0x00007fffdb68aef0 ***
by Anonymous Monk on Dec 16, 2014 at 17:39 UTC | |
by AnomalousMonk (Archbishop) on Dec 16, 2014 at 18:12 UTC |