You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Michael McCandless (Jira)" <ji...@apache.org> on 2021/06/02 12:34:00 UTC

[jira] [Created] (LUCENE-9987) JVM 11.0.6 crash while trying to read term vectors in CheckIndex?

Michael McCandless created LUCENE-9987:
------------------------------------------

             Summary: JVM 11.0.6 crash while trying to read term vectors in CheckIndex?
                 Key: LUCENE-9987
                 URL: https://issues.apache.org/jira/browse/LUCENE-9987
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Michael McCandless


[This build|https://jenkins.thetaphi.de/job/Lucene-main-Linux/30482/] failed with JVM crash:
{noformat}
Current thread (0x00007f68780d24e0):  JavaThread "TEST-TestExpressionSorts.testQueries-seed#[25E6600265A5C2D4]" [_thread_in_Java, id=530195, stack(0x00007f68ae1f2000,0x00007f68ae2f3000)]

Stack: [0x00007f68ae1f2000,0x00007f68ae2f3000],  sp=0x00007f68ae2ef800,  free space=1014k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
J 4987% c2 org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingTermVectorsReader.positionIndex(IILorg/apache/lucene/util/LongValues;[I)[[I (136 bytes) @ 0x00007f69347af02e [0x00007f69347ae480+0x0000000000000bae]
J 4952 c1 org.apache.lucene.codecs.lucene90.compressing.Lucene90CompressingTermVectorsReader.get(I)Lorg/apache/lucene/index/Fields; (2695 bytes) @ 0x00007f692db07754 [0x00007f692db025c0+0x0000000000005194]
J 4895 c1 org.apache.lucene.codecs.asserting.AssertingTermVectorsFormat$AssertingTermVectorsReader.get(I)Lorg/apache/lucene/index/Fields; (26 bytes) @ 0x00007f692daace2c [0x00007f692daacd20+0x000000000000010c]
j  org.apache.lucene.index.CheckIndex.testTermVectors(Lorg/apache/lucene/index/CodecReader;Ljava/io/PrintStream;ZZZ)Lorg/apache/lucene/index/CheckIndex$Status$TermVectorStatus;+96
j  org.apache.lucene.index.CheckIndex.checkIndex(Ljava/util/List;)Lorg/apache/lucene/index/CheckIndex$Status;+1718
j  org.apache.lucene.util.TestUtil.checkIndex(Lorg/apache/lucene/store/Directory;ZZLjava/io/ByteArrayOutputStream;)Lorg/apache/lucene/index/CheckIndex$Status;+67
j  org.apache.lucene.store.MockDirectoryWrapper.close()V+276
j  org.apache.lucene.expressions.TestExpressionSorts.tearDown()V+11
v  ~StubRoutines::call_stub
V  [libjvm.so+0x887569]  JavaCalls::call_helper(JavaValue*, methodHandle const&, JavaCallArguments*, Thread*)+0x3b9
V  [libjvm.so+0xcb1a2d]  invoke(InstanceKlass*, methodHandle const&, Handle, bool, objArrayHandle, BasicType, objArrayHandle, bool, Thread*) [clone .constprop.80]+0x43d
V  [libjvm.so+0xcb2a62]  Reflection::invoke_method(oopDesc*, Handle, objArrayHandle, Thread*)+0x102
V  [libjvm.so+0x93b0cc]  JVM_InvokeMethod+0xfc
j  jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 java.base@11.0.6
j  jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+100 java.base@11.0.6
j  jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 java.base@11.0.6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+59 java.base@11.0.6
j  com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)V+69
j  com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate()V+69
j  org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate()V+20 {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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