PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3054 *** shadow/3054 Wed Aug 8 17:31:10 2001 --- shadow/3054.tmp.9815 Wed Aug 8 17:31:10 2001 *************** *** 0 **** --- 1,21 ---- + +============================================================================+ + | IDOM_Document::getElementsByTagName() segfaults | + +----------------------------------------------------------------------------+ + | Bug #: 3054 Product: Xerces-C++ | + | Status: NEW Version: Nightly build | + | Resolution: Platform: Macintosh | + | Severity: Normal OS/Version: Linux | + | Priority: Other Component: Validating Parser (DTD) | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Calling getElementsByTagName() using a DOM_Element now works in CVS. However + calling it using a DOM_Document() still causes a SIGSEV. + + XMLCh *tag = XMLString::transcode("sometag"); + IDOM_NodeList *nodeList = document->getElementsByTagName(tag); \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
