-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
24
-
+ uname -a
Linux iZbp18ri3uy5ukv9laid9tZ 5.10.134-17.2.al8.aarch64 #1 SMP Fri Aug 9 15:44:30 CST 2024 aarch64 aarch64 aarch64 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: 245Gi 1.7Gi 213Gi 1.0Mi 30Gi 242Gi
Swap: 0B 0B 0B
+ lscpu
+ head -n 25
Architecture: aarch64
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Thread(s) per core: 1
Core(s) per socket: 64
Socket(s): 1
NUMA node(s): 1
Vendor ID: ARM
BIOS Vendor ID: Alibaba Cloud
Model: 0
Model name: Neoverse-N2
BIOS Model name: virt-rhel7.6.0
Stepping: r0p0
CPU MHz: 3000.000
CPU max MHz: 3000.0000
CPU min MHz: 3000.0000
BogoMIPS: 100.00
L1d cache: 64K
L1i cache: 64K
L2 cache: 1024K
L3 cache: 65536K
NUMA node0 CPU(s): 0-63
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh
+ java -version
openjdk version "21.0.6-internal" 2025-01-21
OpenJDK Runtime Environment (build 21.0.6-internal-046c4aa1)
OpenJDK 64-Bit Server VM (build 21.0.6-internal-046c4aa1, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (21.0.6-internal-046c4aa1) for linux-aarch64 JRE (21.0.6-internal-046c4aa1), built on 2024-11-30T08:09:47Z by "testUserForTone" with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
+ jtreg -version
jtreg 7.3.1-dev+0
Installed in /tmp/tone/run/jtreg/jtreg/lib/jtreg.jar
Running on platform version 21.0.6-internal from /tmp/tone/run/jtreg/jdk-repo/build/linux-aarch64-server-release/images/jdk.
Built with Java(TM) 2 SDK, Version 11.0.13+8 on September 12, 2023.
Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
Use is subject to license terms.
JT Harness, version 6.0 ea b24 (September 12, 2023)
Java Assembler Tools, version 7.0 ea b09 (September 12, 2023)
TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar
JUnit: junit-platform-console-standalone-1.9.2.jar
+ git remote -v
origin git@github.com:openjdk/jdk21u-dev.git (fetch)
origin git@github.com:openjdk/jdk21u-dev.git (push)
+ git branch- master
+ git log -n 1
+ head -n 1
commit 046c4aa16167134d1614be81a375d2d86e44077a
+ 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 iZbp18ri3uy5ukv9laid9tZ 5.10.134-17.2.al8.aarch64 #1 SMP Fri Aug 9 15:44:30 CST 2024 aarch64 aarch64 aarch64 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: 245Gi 1.7Gi 213Gi 1.0Mi 30Gi 242Gi Swap: 0B 0B 0B + lscpu + head -n 25 Architecture: aarch64 Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 1 Core(s) per socket: 64 Socket(s): 1 NUMA node(s): 1 Vendor ID: ARM BIOS Vendor ID: Alibaba Cloud Model: 0 Model name: Neoverse-N2 BIOS Model name: virt-rhel7.6.0 Stepping: r0p0 CPU MHz: 3000.000 CPU max MHz: 3000.0000 CPU min MHz: 3000.0000 BogoMIPS: 100.00 L1d cache: 64K L1i cache: 64K L2 cache: 1024K L3 cache: 65536K NUMA node0 CPU(s): 0-63 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh + java -version openjdk version "21.0.6-internal" 2025-01-21 OpenJDK Runtime Environment (build 21.0.6-internal-046c4aa1) OpenJDK 64-Bit Server VM (build 21.0.6-internal-046c4aa1, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (21.0.6-internal-046c4aa1) for linux-aarch64 JRE (21.0.6-internal-046c4aa1), built on 2024-11-30T08:09:47Z by "testUserForTone" with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + jtreg -version jtreg 7.3.1-dev+0 Installed in /tmp/tone/run/jtreg/jtreg/lib/jtreg.jar Running on platform version 21.0.6-internal from /tmp/tone/run/jtreg/jdk-repo/build/linux-aarch64-server-release/images/jdk. Built with Java(TM) 2 SDK, Version 11.0.13+8 on September 12, 2023. Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. JT Harness, version 6.0 ea b24 (September 12, 2023) Java Assembler Tools, version 7.0 ea b09 (September 12, 2023) TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar JUnit: junit-platform-console-standalone-1.9.2.jar + git remote -v origin git@github.com:openjdk/jdk21u-dev.git (fetch) origin git@github.com:openjdk/jdk21u-dev.git (push) + git branch master + git log -n 1 + head -n 1 commit 046c4aa16167134d1614be81a375d2d86e44077a + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff - master
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000ffffb07e0780, pid=3950215, tid=3963665
#
# JRE version: OpenJDK Runtime Environment (24.0) (build 24-internal-28ae281b)
# Java VM: OpenJDK 64-Bit Server VM (24-internal-28ae281b, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, shenandoah gc, linux-aarch64)
# Problematic frame:
# C [libpthread.so.0+0x10780] pthread_getcpuclockid+0x0
#
# Core dump will be written. Default location: /tmp/tone/run/jtreg/jt-work/index-297/gc/shenandoah/TestEvilSyncBug_generational/core.3950215
#
# An error report file with more information is saved as:
# /tmp/tone/run/jtreg/jt-work/index-297/gc/shenandoah/TestEvilSyncBug_generational/hs_err_pid3950215.log
#
# If you would like to submit a bug report, please visit:
# mailto:yansendao.ysd@alibaba-inc.com
#
];
stderr: []
exitValue = 134
java.util.concurrent.ExecutionException: java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [134]
at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:124)
at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:193)
at TestEvilSyncBug.main(TestEvilSyncBug.java:85)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.VirtualThread.run(VirtualThread.java:458)
- duplicates
-
JDK-8345970 pthread_getcpuclockid related crashes in shenandoah tests
- Resolved