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=5457>. 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=5457 Segmentation fault if schema file not found Summary: Segmentation fault if schema file not found Product: Xerces-C++ Version: 1.5.2 Platform: Other OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The DOM parser crashes if validation by schema is requested but the schema file specified in the XML input is not found. Sample output: Error at file imsmanifest.xml, line 8, char 63 Message: Type not found in http://www.w3.org/2001/XMLSchema:anyURI Error at file imsmanifest.xml, line 8, char 63 Message: Type not found in http://www.w3.org/2001/XMLSchema:anyURI Fatal Error at file , line 0, char 0 Message: An exception occured! Type:RuntimeException, Message:The primary document entity could not be opened. Id=imsmd_v1p2.xsd Error at file imsmanifest.xml, line 8, char 63 Message: Can't get back Schema document's root element imsmd_v1p2.xsd. Program received signal SIGSEGV, Segmentation fault. 0x40198777 in XMLScanner::scanStartTagNS () from /usr/lib/libxerces-c.so.1.5 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]