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=7307>. 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=7307 DOM Parser's ErrorHandler Class's fatalError() function generates Segmentation Fault Summary: DOM Parser's ErrorHandler Class's fatalError() function generates Segmentation Fault Product: Xerces-C++ Version: 1.7.0 Platform: Sun OS/Version: Solaris Status: NEW Severity: Major Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] I use the DOMParser's parse function to parse a file, this function is supposed to call the ErrorHandler class's fatalError() function whenever it faces a fatal error. I get a Segmentation Fault when the ErrorHandler class's fatalError () function tries to throw a copy of the SaxParseException, which it gets from the parse() function. This situation comes up when I ask parser to parse a non existing XML file, and expect the parse() function to call the fatalError() function. All goes well but when the ErrorHandler's fatalError() function tries throwing the SaxParseException I get this Segmentation Fault. I have made sure that I am not throwing a reference of the Exception and have proper handlers for all expected Excetion types. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]