bsshetty17 has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I am using following modules in a thread based script:
use threads; use threads::shared; use Thread::Queue; use Text::CSV_XS; use SOAP::Lite; use XML::Twig; use Config::IniFiles; use Tie::File; uname -a Linux c2t17958.xxxx.xxxx.net 2.6.32-642.11.1.el6.x86_64 #1 SMP Wed Oct + 26 10:25:23 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux
I get the following error sometimes:
"*** glibc detected *** perl: double free or corruption (!prev): 0x000 +07f9594461ca0 ***"
and sometimes script dies without showing any errors.
Can anyone suggest solution or help in debugging the issue?
Script works as expected most of the time. Problem occurs vary rarely. Still it is a serious problem
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with script using threads
by choroba (Cardinal) on May 09, 2017 at 11:25 UTC | |
|
Re: Problem with script using threads
by Anonymous Monk on May 09, 2017 at 21:54 UTC | |
by bsshetty17 (Acolyte) on May 11, 2017 at 08:53 UTC | |
by Anonymous Monk on May 12, 2017 at 23:44 UTC | |
by Anonymous Monk on May 13, 2017 at 10:12 UTC | |
by bsshetty17 (Acolyte) on May 10, 2017 at 05:20 UTC | |
by bsshetty17 (Acolyte) on May 10, 2017 at 08:53 UTC | |
by Anonymous Monk on May 10, 2017 at 11:05 UTC | |
|
Re: Problem with script using threads
by oiskuu (Hermit) on May 11, 2017 at 16:56 UTC | |
by bsshetty17 (Acolyte) on May 12, 2017 at 03:49 UTC |