
Stefan Behnel wrote:
Hi Martijn,
Martijn Faassen wrote:
Hey,
Also note that running valgrind over the lxml testsuite now reports quite a few problems -- invalid reads of content previously freed by libxml2, for instance.
I hope you're refering to the test_attribute_xmlns_move test. That's the xml:id bug that Noah found. I'm working on that, but it's rather tricky. See here:
I indeed get problems with test_attribute_xmlns_move, but also with test_module_HTML_unicode. I also appear to get a whole bunch of problems near the end of the test run (possbily when it's running doctests? not sure..). Note that test_attribute_xmlns_move currently also fails when I run the tests. Are you checking with valgrind, by the way? What do you do with the supression? Or is valgrind not an option for you and is this something I should do regularly for you? Regards, Martijn