GNOME Bugzilla – Bug 170779
xml Schemas : memory fault in xmlSchemaBubbleIDCNodeTables when using 'unique' elements.
Last modified: 2009-08-15 18:40:50 UTC
xmlllint --schema test.xsd --noout test.xml produces a memory fault (files are attached) Here is the gdb stack :
+ Trace 57021
Created attachment 38889 [details] test.xml file reproducing the bug
Created attachment 38890 [details] test.xsd file reproducing the bug
Should be fixed in CVS, xmlschemas.c rev 1.120. Additionally, I deactivated the unnecessary bubbling for <key>s/<unique>s if not referenced by a <keyref>. Thanks for the report!
This should be closed by release of libxml2-2.6.21, thanks, Daniel