in reply to realloc(): invalid pointer
Might be a perl bug or a compiler (prerelease gcc) bug.
You can try disabling malloc consistency checks in the environment:
That won't fix any bugs, however. The checks are there for a good reason.$ export MALLOC_CHECK_=0
I'd suggest installing a stable compiler (say, gcc-4.8.4) and recompiling your perl from source.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: realloc(): invalid pointer
by ChrisDennis (Sexton) on Mar 11, 2015 at 18:48 UTC | |
by ChrisDennis (Sexton) on Mar 11, 2015 at 19:23 UTC |