You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/08/07 05:47:59 UTC

[Bug 3013] New: - Large File Parsing

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3013

*** shadow/3013	Mon Aug  6 20:47:59 2001
--- shadow/3013.tmp.11465	Mon Aug  6 20:47:59 2001
***************
*** 0 ****
--- 1,28 ----
+ +============================================================================+
+ | Large File Parsing                                                         |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3013                        Product: Xerces-J                |
+ |       Status: NEW                         Version: 1.4.2                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Linux                   |
+ |     Priority: Other                     Component: SAX                     |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: lgalanis@cs.wisc.edu                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Using the Xmark benchmark (found at http://monetdb.cwi.nl/xml/index.html) I
+ tried to pare a really big file using SAX (doing nothing but parsing). When
+ piping the output of 
+ 
+ <xmarkbinary> -f 20 through sax (approx. 2GB) I got the following:
+ 
+ java.lang.RuntimeException: Internal Error: fPreviousChunk == NULL
+         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1094)
+         at niagara.search_engine.xmark.DummyParser.main(DummyParser.java:22)
+ 
+ For values of -f such as 10,15,18  there is no problem. The binary can be made
+ using the file at http://monetdb.cwi.nl/xml/Assets/unix.c
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org