threads - Re: Memory corruption, potentially in shared hashes of hashes or in IO::File

Posted on Thu Jul 10 14:50:34 2008 by jdhedden in response to 8261 (See the whole thread of 2)
Re: Memory corruption, potentially in shared hashes of hashes or in IO::File
The issue is probably with the IO modules. It is an XS-based module and may not be thread-safe.

Read Using non-thread-safe modules in the Bugs and Limitations section of the 'threads' POD for potential workarounds.

If you still have problems, a small test script the evokes the bug would be an absolute.
Write a response