GNOME Bugzilla – Bug 306806
xmllint core dumps on schema validation attempt
Last modified: 2009-08-15 18:40:50 UTC
Steps to reproduce: 1. execute xmllint --schema my.xsd --noout my.xml 2. 3. Stack trace: (gdb) bt
+ Trace 60669
Other information: I can send the schema and xml instance if needed.
Yes, please add a test case, so we can reproduce it.
Created attachment 47428 [details] This is the schema used which produced the xmllint core dump.
Created attachment 47429 [details] This is the xml instance used which produced the xmllint core dump.
>xmllint --noout --schema bug306806.xsd bug306806.xml bug306806.xml validates >xmllint --version xmllint: using libxml version 20619CVS2405 compiled with: DTDValid FTP HTTP HTML C14N Catalog XPath XPointer XInclude Ic onv MemDebug Unicode Regexps Automata Schemas Modules Seems to be fixed with the currect CVS HEAD. Thanks for the report!
This should be closed by release of libxml2-2.6.21, thanks, Daniel