aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

sanity.openjdk pLinux: SimulResumerTest: java.lang.IndexOutOfBoundsException

Open andrew-m-leonard opened this issue 3 years ago • 2 comments

https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_sanity.openjdk_ppc64le_linux/530/consoleFull

20:27:54  bkpts = 19477, iters = 160
20:27:54  kind = ownedMonitors()
20:27:54  kind = ownedMonitorsAndFrames()
20:27:54  kind = currentContendedMonitor()
20:27:54  kind = frames()
20:27:54  kind = frames(0, size - 1)
20:27:54  kind = frameCount()
20:27:54  kind = name()
20:27:54  kind = status()
20:27:54  kind = ownedMonitors()
20:27:54  bkpts = 19676, iters = 161
20:27:54  kind = ownedMonitors()
20:27:54  kind = ownedMonitorsAndFrames()
20:27:54  kind = currentContendedMonitor()
20:27:54  kind = frames()
20:27:54  kind = frames(0, size - 1)
20:27:54  kind = ownedMonitors()
20:27:54  bkpts = 19866, iters = 162
20:27:54  kind = ownedMonitors()
20:27:54  STDERR:
20:27:54  run args: [SimulResumerTarg]
20:27:54  failure: Got exception from frames(0, size - 1): java.lang.IndexOutOfBoundsException
20:27:54  VMDisconnectedException
20:27:54  java.lang.Exception: SimulResumerTest: failed; bkpts = 20000, iters = 162
20:27:54  	at SimulResumerTest.runTests(SimulResumerTest.java:275)
20:27:54  	at TestScaffold.startTests(TestScaffold.java:429)
20:27:54  	at SimulResumerTest.main(SimulResumerTest.java:120)
20:27:54  	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
20:27:54  	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
20:27:54  	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
20:27:54  	at java.lang.reflect.Method.invoke(Method.java:498)
20:27:54  	at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
20:27:54  	at java.lang.Thread.run(Thread.java:748)

andrew-m-leonard avatar Jun 30 '21 10:06 andrew-m-leonard

maybe a connection glitch:

20:27:54  VMDisconnectedException

andrew-m-leonard avatar Jun 30 '21 10:06 andrew-m-leonard

I also catch this intermittent failure on linux aarch64:

run args: [SimulResumerTarg]
failure: Got exception from frames(0, size - 1): java.lang.IndexOutOfBoundsException
VMDisconnectedException
java.lang.Exception: SimulResumerTest: failed; bkpts = 20000, iters = 33
        at SimulResumerTest.runTests(SimulResumerTest.java:275)
        at TestScaffold.startTests(TestScaffold.java:429)
        at SimulResumerTest.main(SimulResumerTest.java:120)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.lang.Thread.run(Thread.java:855)

image

sendaoYan avatar Jun 08 '22 09:06 sendaoYan