in reply to Re^2: segmentation fault issue while joining threads in perl
in thread segmentation fault issue while joining threads in perl
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)
|
|---|