Subject: | Threads still failing? |
Date: | Thu, 2 Jan 2014 19:09:43 +0000 |
To: | bug-XML-LibXML [...] rt.cpan.org |
From: | D Perrett <perrettdl [...] googlemail.com> |
https://gist.github.com/pdl/8222887
breaks with error
PmmFreeHashTable: not empty
On Strawberry Perl, the error is different, it lists the memory addresses.
I have observed this on 5.12 (Strawberry 32-bit), 5.14 (cygwin 32-bit,
Ubuntu 64-bit, Fedora 32-bit). I have confirmed this occurs even when
t/90threads.t is executed and passes and is not skipped.
I don't have access to later releases compiled with threads but I
can't see anything in
https://metacpan.org/pod/release/SHLOMIF/XML-LibXML-2.0108/LibXML.pod#THREAD-SUPPORT
or in perldelta indicating later perls will yield different results.
Daniel