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/11/26 11:13:52 UTC

DO NOT REPLY [Bug 5083] New: - creating DOMParser crashes if I terminate and Initialize again.

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=5083>.
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=5083

creating DOMParser crashes if I terminate and Initialize again.

           Summary: creating DOMParser crashes if I terminate and Initialize
                    again.
           Product: Xerces-C++
           Version: 1.5.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Miscellaneous
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: elm.gysel@dateq.be


Creating a new DOMParser object crashes after Terminating XMLPlatformUtils
even if we Initialize again.

XMLPlatformUtils::Initialize();
DOMParser* parser = new DOMParser();
delete parser;
XMLPlatformUtils::Terminate();

XMLPlatformUtils::Initialize();
parser = new DOMParser();  <-- crash!
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