https://bugs.kde.org/show_bug.cgi?id=487439
Bug ID: 487439 Summary: SIGILL in JDK11, JDK17 Classification: Developer tools Product: valgrind Version: 3.15 SVN Platform: RedHat Enterprise Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: memcheck Assignee: jsew...@acm.org Reporter: wallstp...@gmail.com Target Milestone: --- In the process of upgrading from JDK8 to JDK11 we are seeing consistent crashes when running under valgrind, similar to below. We've tried a number of builds, including "plain vanilla", Azul and Oracle builds of JDK11 and JDK17. valgrind crashes consistently when running on Xeon 5670 cpu's, but not when running on i7-4770R (both running CentOS 7.6). valgrind versions 3.15, 3.19 and 3.23 all exhibit the same behavior. The application appears to run fine on both platforms when NOT running under valgrind. Note that we're also asking on OpenJDK forums. TIA for any help/suggestions! # # A fatal error has been detected by the Java Runtime Environment: # # SIGILL (0x4) at pc=0x00000000170d1795, pid=2190035, tid=2190037 # # JRE version: OpenJDK Runtime Environment Zulu17.50+19-CA (17.0.11+9) (build 17.0.11+9-LTS) # Java VM: OpenJDK 64-Bit Server VM Zulu17.50+19-CA (17.0.11+9-LTS, compiled mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64) # Problematic frame: # v ~StubRoutines::libmLog # # Core dump will be written. Default location: /var/log/cores/%e.core.2190035 # # If you would like to submit a bug report, please visit: # http://www.azul.com/support/ # --------------- S U M M A R Y ------------ Command Line: -Xshare:off -Dpython.cachedir.skip=true -enableassertions -XX:+PreserveFramePointer -verbose:gc -Xlog:gc:/home/btorpey/btlogs/abim/gc.log -XX:+PrintGCDetails -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8015 -Xcomp -verbose:class -Dappia.config.class=ConfFac -Dappia.whitelist=/tmp/btorpey/install/BusTalk/master/release/abim/config/whitelist.txt Route /tmp/btorpey/build/bustalk/master/abim/dev/appia MILLIT-10034 Host: Intel(R) Xeon(R) CPU X5670 @ 2.93GHz, 24 cores, 188G, Red Hat Enterprise Linux release 8.7 (Ootpa) Time: Tue May 21 09:03:33 2024 EDT elapsed time: 1111.010074 seconds (0d 0h 18m 31s) --------------- T H R E A D --------------- Current thread (0x00000000058e1d00): JavaThread "main" [_thread_in_Java, id=2190037, stack(0x0000000004053000,0x0000000004154000)] Stack: [0x0000000004053000,0x0000000004154000], sp=0x0000000004136748, free space=909k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) v ~StubRoutines::libmLog J 8066 c1 java.math.BigInteger.<clinit>()V java.base@17.0.11 (1688 bytes) @ 0x000000000fe6c996 [0x000000000fe6c360+0x0000000000000636] v ~StubRoutines::call_stub ... -- You are receiving this mail because: You are watching all bug changes.