GNOME Bugzilla – Bug 309637
libxml 2.6.19: xmllint crashes on xmltest 045.xml from xmltest
Last modified: 2009-08-15 18:40:50 UTC
File is available from http://dev.w3.org/cvsweb/~checkout~/XML/xmltest/valid/sa/045.xml?rev=1.1 Output and backtrace: 045.xml:4: validity warning : Attribute a1 of element doc: already defined <!ATTLIST doc a1 CDATA "z1"> ^ Program received signal SIGSEGV, Segmentation fault.
+ Trace 61604
Thread NaN (LWP 8282)
This was caused by a problem in valid.c - duplicate attribute in DTD caused an attempt to free a dictionary entry. Fixed in CVS, and your 045.xml test has been added to the regression tests. Thanks for the report. Bill
This should be closed by release of libxml2-2.6.21, thanks, Daniel