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

SAX parser returns silently before document end

           Summary: SAX parser returns silently before document end
           Product: Xerces2-J
           Version: 2.1.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: SAX
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


We are using a sax parser to read in an xml file with 3,099,287 lines of CDATA, 
the file size is 240,841,204 bytes compressed (2,162,828,949 bytes 
uncompressed). The CDATA is normal ASCII character data, nothing special. Using 
an instance of org.apache.xerces.parsers.SAXParser we read in the data and 
handle all the call backs. When we get towards the end of the CDATA (2 lines 
left) the SAX parser just returns. It does not throw an exception, it does not 
call the endDocument method, it just seems to die. There are no VM errors (like 
memory exceptions or panics). We are using JDK 1.4.0 with -d64 and -Xmx2000m on 
a 4 CPU, 8GB, Solaris box. 

It does work on smaller files.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to