You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/10/15 17:15:09 UTC

DO NOT REPLY [Bug 13653] New: - SAX2 throw unhandled exception on parsing file 60 Mb

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

SAX2 throw unhandled exception on parsing file 60 Mb 

           Summary: SAX2 throw unhandled exception on parsing file 60 Mb
           Product: Xerces-C++
           Version: 2.1.0
          Platform: Alpha
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: SAX/SAX2
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: sasgon@yahoo.com


xerces 1.7.0, 2_1_0
Alpha
TRU64 V5.1A (Rev. 1885)
Compaq C++ V6.2-024 for Compaq Tru64 UNIX V5.1A (Rev. 1885)

Hi2all,
I discovered a critical problem when I try to parse 60 Mb file using SAX2. 
This file contains 1 mln. record( element VALUE ), look like:
<SEC NAME="afasfafa" TYPE="P">
                       <VALUE NAME="A1">0</VALUE>
                       <VALUE NAME="A10000">1765</VALUE>
                       <VALUE NAME="A1000012">176473</VALUE>
                       <VALUE NAME="A1000029">176476</VALUE>
                       <VALUE NAME="A1000046">176479</VALUE>
                        ......
 <SEC NAME="afasfafa" TYPE="P">
And all time I got fail:  "IOT/Abort trap"
I have reproduced this fail on three independent servers.
Using debugger I found that exception is thrown in SAX2XMLReaderImpl.cpp:547
I really have a big problem with that :(

Rgrds,
    Alex

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