Details
-
Bug
-
Resolution: Fixed
-
P3
-
20
-
b24
-
ppc, aarch64
-
linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8314596 | 17.0.9 | Ralf Schmelter | P3 | Resolved | Fixed | b04 |
JDK-8319530 | 11.0.22 | Ralf Schmelter | P3 | Resolved | Fixed | b02 |
Description
It reports the following :
Attempt 0. Verification failed:
File length 0. Should at least be some bytes: expected 0 to not equal 0
Retrying...
Attempt 1. Verification failed:
File length 0. Should at least be some bytes: expected 0 to not equal 0
Retrying...
Attempt 2. Verification failed:
File length 0. Should at least be some bytes: expected 0 to not equal 0
Retrying...
java.lang.Exception: 3 attempts with failure!
at jdk.jfr.jvm.TestDumpOnCrash.test(TestDumpOnCrash.java:118)
at jdk.jfr.jvm.TestDumpOnCrash.main(TestDumpOnCrash.java:79)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:1589)
So 3 times an "evacuation" file of 0 bytes is reported .
The test "generates" crashes when trying to test the jfr "evacuation".
But in these crashes I notice timeouts like these :
[thread 76208 also had an error]
------ Timeout during error reporting after 120 s. ------
# [ timer expired, abort... ]
Is it maybe related to 8242181: [Linux] Show source information when printing native stack ?
That might change the crashing behavior in Linux ?
Should the timeouts be increased somehow for this test ?
The test machines showing the issue are based on SuSE SLES15 and RedHat 8 so the kernel should be not that old.
Attachments
Issue Links
- backported by
-
JDK-8314596 jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
- Resolved
-
JDK-8319530 jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
- Resolved
- relates to
-
JDK-8297142 jdk/jfr/event/runtime/TestShutdown.java fails on Linux ppc64le and Linux aarch64
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/b64a1acb
-
Commit openjdk/jdk17u-dev/4dca60e4
-
Commit openjdk/jdk/5551cb66
-
Review openjdk/jdk11u-dev/2238
-
Review openjdk/jdk17u-dev/1594
-
Review openjdk/jdk/10943