[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

seg. fault during samples/XML/Store.java



I used Store.java very often. If I use small files, it works fine,
but if I store bigger ones a get a seg.fault. the file looks like this:

<doc>
<element id="1"/>
.....
<element id="995"/>
<element id="996"/>
<element id="997"/>
<element id="998"/>
<element id="999"/>
</doc>

Here is what I did:

bash-2.03$ java Store big.xml
filename: big.xml
hostname: localhost
parse into memory time: 624 ms
SIGSEGV   11*  segmentation violation
    si_signo [11]: SIGSEGV   11*  segmentation violation
    si_errno [0]: Erfolg
    si_code [0]: SI_USER [pid: 0, uid: 0]
        stackpointer=0xbfffe71c

Has someone experience with storing "big" (I think a file with 1000 is
not really big)
xml-files in ozone.

The same xml-file with 100 elements was stored without problems