[discussion moved here from dev-list]

Could it be an out-of-mem error?
Can you run it with a debugger, to see what really happens?
JVMs usually create a javacore file, and in case of an out-of-mem also a
heapdump file - these give more info on the problem. In case this file was
not created in this crash, perhaps try a different jvm - e.g. if you used,
say, sun's jvm try to switch to, say, ibm's jvm - perhaps a javacore file
would be created.

Johannes Zillmann <[EMAIL PROTECTED]> wrote on 04/09/2006 09:57:00:

> Dear lucene folks,
>
> we have 3 indicees a la 10 mio documents.
> All indicees are accessed via one MultiReader.
> For the the first hits of a query we call:
> FieldCache.DEFAULT.getStrings(reader, field);
>
> After start querying the first 10 queries seems to hang in the
> getStrings()-method, then the the jvm crashes silently...
> Any clue what the problem could be ?
>
> best regards
> Johannes


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

Reply via email to