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=7206>. 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=7206 Memory leak when doc has many references to external entities. Summary: Memory leak when doc has many references to external entities. Product: Xerces2-J Version: 2.0.1 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The org.apache.xerces.parsers.SAXParser has a memory leak. When I use SAXParser to parse an XML document that has 100 references to an external parsed general entity, my application fails with an out-of-memory exception. My application does not fail when I use com.icl.saxon.aelfred.SAXDriver to parse this document. Also, my application does not fail when I use org.apache.xerces.parsers.SAXParser to parse a large XML document that does not contain any references to external parsed general entities. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
