FS#60955 - [jre-openjdk-headless] debuginfo mismatch
Attached to Project:
Arch Linux
Opened by Clouds Flowing (clouds56) - Monday, 03 December 2018, 07:22 GMT
Last edited by freswa (frederik) - Tuesday, 07 November 2023, 21:10 GMT
Opened by Clouds Flowing (clouds56) - Monday, 03 December 2018, 07:22 GMT
Last edited by freswa (frederik) - Tuesday, 07 November 2023, 21:10 GMT
|
Details
Description:
the debug information found in "/usr/lib/jvm/java-11-openjdk/lib/server/libjvm.debuginfo" does not match "/usr/lib/jvm/java-11-openjdk/lib/server/libjvm.so" (CRC mismatch) also for: /usr/lib/jvm/java-11-openjdk/lib/libverify.debuginfo /usr/lib/jvm/java-11-openjdk/lib/libjava.debuginfo /usr/lib/jvm/java-11-openjdk/lib/libzip.debuginfo /usr/lib/jvm/java-11-openjdk/lib/libjimage.debuginfo and maybe some others. Additional info: * 11.0.1.u13-2 Steps to reproduce: `gdb /usr/lib/jvm/default/lib/server/libjvm.so` |
This task depends upon
# Run progress: 60.00% complete, ETA 00:00:01
# Fork: 5 of 5
# Preparing profilers: AsyncProfiler
# Warmup Iteration 1: [WARN] Install JVM debug symbols to improve profile accuracy
<failure>
java.lang.IllegalStateException: No AllocTracer symbols found. Are JDK debug symbols installed?
at org.openjdk.jmh.profile.AsyncProfiler$JavaApi.execute0(Native Method)
at org.openjdk.jmh.profile.AsyncProfiler$JavaApi.execute(AsyncProfiler.java:588)
at org.openjdk.jmh.profile.AsyncProfiler.execute(AsyncProfiler.java:430)
at org.openjdk.jmh.profile.AsyncProfiler.start(AsyncProfiler.java:337)
at org.openjdk.jmh.profile.AsyncProfiler.beforeIteration(AsyncProfiler.java:316)
at org.openjdk.jmh.runner.BenchmarkHandler.startProfilers(BenchmarkHandler.java:249)
at org.openjdk.jmh.runner.BenchmarkHandler.runIteration(BenchmarkHandler.java:325)
at org.openjdk.jmh.runner.BaseRunner.runBenchmark(BaseRunner.java:261)
at org.openjdk.jmh.runner.BaseRunner.runBenchmark(BaseRunner.java:233)
at org.openjdk.jmh.runner.BaseRunner.doSingle(BaseRunner.java:138)
at org.openjdk.jmh.runner.BaseRunner.runBenchmarksForked(BaseRunner.java:75)
at org.openjdk.jmh.runner.ForkedRunner.run(ForkedRunner.java:72)
at org.openjdk.jmh.runner.ForkedMain.main(ForkedMain.java:84)
The same profile run works with adopt and zulu jdks downloaded direct from their providers.
FS#60955https://bugs.archlinux.org/task/60955