You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/08/17 16:42:27 UTC

[jira] [Created] (LUCENE-3379) jre crashes in ArrayUtil mergeSort

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (LUCENE-3379) jre crashes in ArrayUtil mergeSort

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (LUCENE-3379) jre crashes in ArrayUtil mergeSort

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-3379:
--------------------------------

    Attachment: hs_err_pid25327.log

Here's one from _26, with more information in the stacktrace:

{noformat}
Stack: [0x00007f8534fd2000,0x00007f85350d3000],  sp=0x00007f85350ce9c0,  free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x4ac378]  IndexSetIterator::advance_and_next()+0x58
V  [libjvm.so+0x4a4e03]  PhaseIFG::SquareUp()+0x143
V  [libjvm.so+0x334930]  PhaseChaitin::Register_Allocate()+0x760
V  [libjvm.so+0x3a20ff]  Compile::Code_Gen()+0x35f
V  [libjvm.so+0x39de56]  Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool)+0x8f6
V  [libjvm.so+0x320d2e]  C2Compiler::compile_method(ciEnv*, ciMethod*, int)+0x9e
V  [libjvm.so+0x3a862a]  CompileBroker::invoke_compiler_on_method(CompileTask*)+0x2ca
V  [libjvm.so+0x3a7f15]  CompileBroker::compiler_thread_loop()+0x355
V  [libjvm.so+0x81fbe9]  compiler_thread_entry(JavaThread*, Thread*)+0x9
V  [libjvm.so+0x8190f1]  JavaThread::run()+0x121
V  [libjvm.so+0x710adf]  java_start(Thread*)+0x13f


Current CompileTask:
C2:   9130  70      org.apache.lucene.util.SorterTemplate.merge(IIIII)V (151 bytes)
{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_pid25327.log, 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Commented] (LUCENE-3379) jre crashes in ArrayUtil mergeSort

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086437#comment-13086437 ] 

Robert Muir commented on LUCENE-3379:
-------------------------------------

i sucked in all ubuntu upgrades and rebooted, now i can't reproduce anymore (which is good as it wont annoy me hopefully).

I'll keep the issue open a while in case someone else hits this.

> 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_pid25327.log, 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Closed] (LUCENE-3379) jre crashes in ArrayUtil mergeSort

Posted by "Simon Willnauer (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Willnauer closed LUCENE-3379.
-----------------------------------

    Resolution: Not A Problem

closing this - nobody seemed to hit this again
                
> 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_pid25327.log, 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Updated] (LUCENE-3379) jre crashes in ArrayUtil mergeSort

Posted by "Robert Muir (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Muir updated LUCENE-3379:
--------------------------------

    Attachment: hs_err_pid4624.log

> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org