You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/10/21 14:44:53 UTC

DO NOT REPLY [Bug 4311] New: - exception when new DOMParser againt

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4311>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4311

exception when new DOMParser againt

           Summary: exception when new DOMParser againt
           Product: Xerces-C++
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: jfzhou@yahoo.com


system report error when i new DOMParser again.
error message:
"unhandled exception in ntdll.dll:0xc0000005 access violation"
simple example code:
for (int k=0; k<3; k++)
{
    XMLPlatformUtils::Initialize();
    DOMParser *parser = new DOMParser;
    delete parser;
    XMLPlatformUtils::Terminate();
}

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org