- 
    Bug 
- 
    Resolution: External
- 
     P3 P3
- 
    24
- 
    + uname -a 
 Linux iZbp14cymttjjs36sec2ncZ 5.10.134-17.2.al8.x86_64 #1 SMP Fri Aug 9 15:49:42 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
 + cat /etc/os-release
 NAME="Alibaba Cloud Linux"
 VERSION="3 (OpenAnolis Edition)"
 ID="alinux"
 ID_LIKE="rhel fedora centos anolis"
 VERSION_ID="3"
 VARIANT="OpenAnolis Edition"
 VARIANT_ID="openanolis"
 ALINUX_MINOR_ID="2104"
 ALINUX_UPDATE_ID="10"
 PLATFORM_ID="platform:al8"
 PRETTY_NAME="Alibaba Cloud Linux 3.2104 U10 (OpenAnolis Edition)"
 ANSI_COLOR="0;31"
 HOME_URL="https://www.aliyun.com/"
 + free -h
 total used free shared buff/cache available
 Mem: 247Gi 1.1Gi 181Gi 2.0Mi 64Gi 244Gi
 Swap: 0B 0B 0B
 + lscpu
 + head -n 25
 Architecture: x86_64
 CPU op-mode(s): 32-bit, 64-bit
 Byte Order: Little Endian
 CPU(s): 64
 On-line CPU(s) list: 0-63
 Thread(s) per core: 2
 Core(s) per socket: 32
 Socket(s): 1
 NUMA node(s): 1
 Vendor ID: GenuineIntel
 BIOS Vendor ID: Alibaba Cloud
 CPU family: 6
 Model: 106
 Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
 BIOS Model name: pc-i440fx-2.1
 Stepping: 6
 CPU MHz: 3499.997
 BogoMIPS: 5399.99
 Hypervisor vendor: KVM
 Virtualization type: full
 L1d cache: 48K
 L1i cache: 32K
 L2 cache: 1280K
 L3 cache: 49152K
 NUMA node0 CPU(s): 0-63
 + java -version
 openjdk version "24" 2025-03-18
 OpenJDK Runtime Environment (build 24)
 OpenJDK 64-Bit Server VM (build 24, mixed mode, sharing)
 + java -Xinternalversion
 OpenJDK 64-Bit Server VM (24) for linux-amd64 JRE (24), built on 2024-10-15T12:09:46Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
 + git remote -v
 origin git@github.com:openjdk/jdk.git (fetch)
 origin git@github.com:openjdk/jdk.git (push)
 + git branch- master
 + git log -n 1
 + head -n 1
 commit 2c0c65353b2f67bdcd954b4d2c2ae3e9b24d1c22
 + git status
 On branch master
 Your branch is up to date with 'origin/master'.
 nothing to commit, working tree clean 
 + git diff+ uname -a Linux iZbp14cymttjjs36sec2ncZ 5.10.134-17.2.al8.x86_64 #1 SMP Fri Aug 9 15:49:42 CST 2024 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release NAME="Alibaba Cloud Linux" VERSION="3 (OpenAnolis Edition)" ID="alinux" ID_LIKE="rhel fedora centos anolis" VERSION_ID="3" VARIANT="OpenAnolis Edition" VARIANT_ID="openanolis" ALINUX_MINOR_ID="2104" ALINUX_UPDATE_ID="10" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3.2104 U10 (OpenAnolis Edition)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" + free -h total used free shared buff/cache available Mem: 247Gi 1.1Gi 181Gi 2.0Mi 64Gi 244Gi Swap: 0B 0B 0B + lscpu + head -n 25 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 2 Core(s) per socket: 32 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel BIOS Vendor ID: Alibaba Cloud CPU family: 6 Model: 106 Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz BIOS Model name: pc-i440fx-2.1 Stepping: 6 CPU MHz: 3499.997 BogoMIPS: 5399.99 Hypervisor vendor: KVM Virtualization type: full L1d cache: 48K L1i cache: 32K L2 cache: 1280K L3 cache: 49152K NUMA node0 CPU(s): 0-63 + java -version openjdk version "24" 2025-03-18 OpenJDK Runtime Environment (build 24) OpenJDK 64-Bit Server VM (build 24, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (24) for linux-amd64 JRE (24), built on 2024-10-15T12:09:46Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + git remote -v origin git@github.com:openjdk/jdk.git (fetch) origin git@github.com:openjdk/jdk.git (push) + git branch master + git log -n 1 + head -n 1 commit 2c0c65353b2f67bdcd954b4d2c2ae3e9b24d1c22 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff
- master
- 
        x86_64
- 
        linux
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f75f335da90, pid=449522, tid=449534
#
# JRE version: OpenJDK Runtime Environment (24.0) (build 24)
# Java VM: OpenJDK 64-Bit Server VM (24, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [libdl.so.2+0x2a90] dlerror+0x1e0
#
# Core dump will be written. Default location: /tmp/tone/run/jtreg/jt-work/jtreg/test_jdk/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.870892f2/core.449522
#
# An error report file with more information is saved as:
# /tmp/tone/run/jtreg/jt-work/jtreg/test_jdk/tools/jpackage/share/jdk/jpackage/tests/MainClassTest/test.870892f2/hs_err_pid449522.log
#
# If you would like to submit a bug report, please visit:
# mailto:yansendao.ysd@alibaba-inc.com
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[22:51:18.972] TRACE: exec: Done. Exit code: 134
jdk configure command:
bash configure --with-jobs=64 --prefix=/tmp/tone/run/jtreg/jdk-repo/install-release --verbose --with-debug-level=release --enable-unlimited-crypto --with-vendor-name=yansendao --with-vendor-url=https://github.com/sendaoYan --with-vendor-bug-url=mailto:yansendao.ysd@alibaba-inc.com --with-vendor-vm-bug-url=mailto:yansendao.ysd@alibaba-inc.com --with-jvm-variants=server --with-boot-jdk=/tmp/tone/run/jtreg/binary-download/jdk-binary --with-gtest=/tmp/tone/run/jtreg/googletest-v1.14.x --with-jtreg=/tmp/tone/run/jtreg/jtreg --with-jmh=build/jmh/jars --with-version-pre='' --with-version-opt= --with-zlib=system --enable-ccache
- relates to
- 
                    JDK-8341458 JVM crashes on JavaFX application start, occasionally during runtime -           
- Closed
 
-