|
There is no way to know what is the problem based on the information you've given. Your code may be using non-thread-safe modules, or it may be encounter a previously know threads issues (such as close() of filehandles in multiple threads). You would need to provide a self-contained script that reproduces the problem. Also, you should report what version of Perl and 'threads' you are using. |