[Bug 150368] Crash opening XML file in traversal code

[email protected] Tue, 17 May 2005 00:41:55 -0400 (EDT)
Newsgroups gmane.editors.conglomerate.cvs
Message-ID <[email protected]>
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=150368
 conglomerate | Document Types | Ver: 0.7.14





------- Additional Comments From Dave Malcolm  2005-05-17 04:41 -------
Am investigating this...
Assetion failure  is in initial creation of traversal nodes, state of traversal is:
-> XML_DOCUMENT_NODE
   -> type = XML_DTD_NODE, name = 0x8432b78 "book" (at 0x83f7760)
      -> type = XML_ENTITY_DECL, name = 0x8388918 "supercopy"
         -> type = XML_ENTITY_REF_NODE, name = 0x83c3bf8 "copy"
            -> type = XML_ENTITY_DECL, name = 0x846da80 "copy"
         parent: type = XML_DTD_NODE, name = 0x83d2d30 "book" has NULL parent
(hence should_have_traversal_node assertion fails); at 0x8430cc0, hence
different to the one above.


------- You are receiving this mail because: -------
You are the assignee for the bug.