test-document fails with libxml2 2.4.24 (and 2.4.23)

"T.J. Mather" <[email protected]> Sat, 31 Aug 2002 13:06:08 -0400 (EDT)
Newsgroups gmane.comp.gnome.gdome
Message-ID <[email protected]>
I tested this on Mandrake 9.0beta3 and Redhat 7.2, libxml2 2.4.23,
and libxml2 2.4.24 (it works fine for libxml2 2.4.22 and under).

Here the output of the test-document test:

# ./test-document
...........test_document1
...test_document2

Document.getElementById("1"), NULL
Document.getElementById("3"), NULL
Document.getElementById("5"), NULL
Document.getElementById("7"), NULL.
Document.getElementByTagName("urn:test.tst","NODE"), wrong 0-th item
Document.getElementByTagName("urn:test.tst","NODE"), wrong 1-th item
Document.getElementByTagName("urn:test.tst","NODE"), wrong 2-th item
Document.getElementByTagName("urn:test.tst","NODE"), wrong 3-th item.
** CRITICAL **: file gdome-xml-node.c: line 1343 
(gdome_xml_n_removeChild): assertion `old_priv != NULL' failed.

NODELIST IS NOT LIVE!!.test_document3

I'm going to take a look at this and see if I can find the problem.

-TJ