libxml-raku / LibXML-raku

Raku bindings to the libxml2 native library
Artistic License 2.0
11 stars 5 forks source link

Flapping newly added test in t/90threads.t #75

Closed dwarring closed 2 years ago

dwarring commented 2 years ago

Recently added test docfrag4 has caused a test failure in LibXML::DocumentFragment DESTROY method https://github.com/libxml-raku/LibXML-raku/runs/6547418189.

To be investigated

dwarring commented 2 years ago

Not fixed https://github.com/libxml-raku/LibXML-raku/runs/6564627245

dwarring commented 2 years ago

I've thrown in a lock and extra guards against null values. Possibly heavy handed, but should be fixed this time.