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: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
