Hi Guys,
I am using threads-1.69 with threads-shared-1.18 in my Perl program on a Linux machine. I have 3 modules x.pm, y.pm and common.pm. Both x.pm and y.pm uses the threads module therefore 'use threads;' is in common.pm. x.pm works fine but y.pm has give me some strange error message when I am trying to join the joinable threads. I read the "Making your module threadsafe" but It was not totally clear. Please give me some help or hint.
Error:
...
+Limit Reached
- 1 1
PmmREFCNT_dec: REFCNT decremented below 0! during global destruction.
...
Segmentation fault (core dumped)
...
Example code:
(0)
]
