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/01 22:17:43 UTC

DO NOT REPLY [Bug 3909] New: - Parser Library Code Exits on Fatal Error with exit code 0

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

Parser Library Code Exits on Fatal Error with exit code 0

           Summary: Parser Library Code Exits on Fatal Error with exit code
                    0
           Product: Xerces-C++
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: DOM
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: Chris.Knowles@ChoicePointPRG.net


When parsing some XML using the domcount sample program, I noticed that after 
the error handling code printed a message that a Fatal Error had occurred the 
program would exit.  Since I was calling this executable from within another 
program I was checking for the exit code and none was detected.  Following 
through the debugger revealed that the program was exiting somewhere within the 
parse object and not attempting to return control to the calling program.  
While the problem with the sample code itself is not critical, not returning 
control to the calling program is.

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