in reply to /usr/bin/perl: double free or corruption
You don't show your code, but the first suggestion I have is to upgrade your Perl to the latest version, which handles threads better. Otherwise, post an example of some threaded code which causes the error. One needs to be careful with threads regarding thread safety, it sounds like you are trying to share an object improperly across threads.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: /usr/bin/perl: double free or corruption
by sagarika (Novice) on Sep 09, 2011 at 05:03 UTC | |
by Anonymous Monk on Dec 16, 2014 at 15:18 UTC |