[
https://issues.apache.org/jira/browse/LUCENE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086371#comment-13086371
]
Robert Muir commented on LUCENE-3379:
-------------------------------------
looks like here is the offending test method:
{noformat}
<testcase
classname="org.apache.lucene.analysis.wikipedia.WikipediaTokenizerTest"
name="testStopWord" time="0.0010">
<error message="Forked Java VM exited abnormally. Please note the time in
the report does not reflect the time until the VM exit."
type="junit.framework.AssertionFailedError">junit.framework.AssertionFailedError:
Forked Java VM exited abnormally. Please note the time in the report does not
reflect the time until the VM exit.
at java.lang.Thread.run(Thread.java:662)
</error>
{noformat}
> jre crashes in ArrayUtil mergeSort
> ----------------------------------
>
> Key: LUCENE-3379
> URL: https://issues.apache.org/jira/browse/LUCENE-3379
> Project: Lucene - Java
> Issue Type: Bug
> Environment: 1.6.0_24
> Reporter: Robert Muir
> Attachments: hs_err_pid4624.log
>
>
> while running the analyzers test, i got a JRE crash with 1.6.0_24 in
> {noformat}
> Current CompileTask:
> C2: 54 org.apache.lucene.util.SorterTemplate.merge(IIIII)V (151 bytes)
> {noformat}
> {noformat}
> [junit] #
> [junit] # A fatal error has been detected by the Java Runtime Environment:
> [junit] #
> [junit] # SIGSEGV (0xb) at pc=0x00007f768cc2f0ec, pid=4624,
> tid=140147041961728
> [junit] #
> [junit] # JRE version: 6.0_24-b07
> [junit] # Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode
> linux-amd64 compressed oops)
> [junit] # Problematic frame:
> [junit] # V [libjvm.so+0x3eb0ec]
> [junit] #
> [junit] # An error report file with more information is saved as:
> [junit] #
> /home/rmuir/workspace/lucene-trunk/modules/analysis/build/common/test/8/hs_err_pid4624.log
> [junit] #
> [junit] # If you would like to submit a bug report, please visit:
> [junit] # http://java.sun.com/webapps/bugreport/crash.jsp
> [junit] #
> {noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]