in reply to Re: segmentation fault issue while joining threads in perl
in thread segmentation fault issue while joining threads in perl

Thank you. Now, I know where to debug :)

  • Comment on Re^2: segmentation fault issue while joining threads in perl

Replies are listed 'Best First'.
Re^3: segmentation fault issue while joining threads in perl
by SimonPratt (Friar) on Nov 14, 2014 at 10:08 UTC

    Just in addition to what BrowserUK said, if you are unable to modify the package causing the problem, then move it from a use statement in the parent thread to a require statement in the child threads - Chances are good this will resolve your issue (assuming you don't need access to the package in the main thread)