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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
