PyPy 5.0.0 dumps core with LXML 3.6.0
Created originally on Bitbucket by PimvanderEijk (Pim van der Eijk)
Running the attached script crashes PyPy. The exact crash differs.
One time I got:
Checking new party new_party_1 against new party new_party_100 Exception AssertionError: u'Tried to unregister unknown proxy' in 'lxml.etree._Element.dealloc' ignored Exception AssertionError: u'Tried to unregister unknown proxy' in 'lxml.etree._Element.dealloc' ignored Exception AssertionError: u'Tried to unregister unknown proxy' in 'lxml.etree._Element.dealloc' ignored Exception AssertionError: u'Tried to unregister unknown proxy' in 'lxml.etree._Element.dealloc' ignored Segmentation fault (core dumped)
A later time I got:
Checking new party new_party_0 against new party new_party_131 Exception AssertionError: u'Tried to unregister unknown proxy' in 'lxml.etree._Element.dealloc' ignored *** Error in `python': corrupted double-linked list: 0x0000000004d84b30 *** Aborted (core dumped)
Attachments: pypy_lxml_bug.pysegfault.txt