-
Bug
-
Resolution: External
-
P3
-
None
-
24, repo-riscv-port-11
-
+ uname -a
Linux fedora-riscv 6.1.22 #2 SMP Thu May 4 19:24:40 CST 2023 riscv64 GNU/Linux
+ cat /etc/os-release
NAME="Fedora Linux"
VERSION="38 (Workstation Edition)"
ID=fedora
VERSION_ID=38
VERSION_CODENAME=""
PLATFORM_ID="platform:f38"
PRETTY_NAME="Fedora Linux 38 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:38"
DEFAULT_HOSTNAME="fedora"
HOME_URL="https://fedoraproject.org/"
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/"
SUPPORT_URL="https://ask.fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=38
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=38
SUPPORT_END=2024-05-14
VARIANT="Workstation Edition"
VARIANT_ID=workstation
+ free -h
total used free shared buff/cache available
Mem: 62Gi 1.3Gi 56Gi 16Mi 4.9Gi 60Gi
Swap: 8.0Gi 4.0Mi 8.0Gi
+ lscpu
+ head -n 25
Architecture: riscv64
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
NUMA node(s): 4
NUMA node0 CPU(s): 0-7,16-23
NUMA node1 CPU(s): 8-15,24-31
NUMA node2 CPU(s): 32-39,48-55
NUMA node3 CPU(s): 40-47,56-63
+ java -version
openjdk version "11.0.24" 2024-07-16
OpenJDK Runtime Environment (build 11.0.24+0)
OpenJDK 64-Bit Server VM (build 11.0.24+0, mixed mode)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (11.0.24+0) for linux-riscv64 JRE (11.0.24+0), built on May 30 2024 12:17:02 by "yansendao" with gcc 13.2.1 20230728 (Red Hat 13.2.1-1)
+ git remote -v
origin git@github.com:sendaoYan/riscv-port-jdk11u-ysd.git (fetch)
origin git@github.com:sendaoYan/riscv-port-jdk11u-ysd.git (push)
+ git branch- jbs8333261
+ git log -n 1
commit 5fed2d905d6171ce66a81ecbb81d190929a1a333
Author: sendaoYan <yansendao.ysd@alibaba-inc.com>
Date: Thu May 30 20:08:01 2024 +0800
8333261: [repo-riscv-port-11] sun/jvm/hotspot/debugger/risv64 should be riscv64
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>+ gcc
v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/riscv64-redhat-linux/13/lto-wrapper Target: riscv64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c+,fortran,objc,obj-c+,ada,go,d,m2,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-13.1.1-20230426/obj-riscv64-redhat-linux/isl-install --enable-gnu-indirect-function --with-arch=rv64gc --with-abi=lp64d --with-multilib-list=lp64d --build=riscv64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.1.1 20230426 (Red Hat 13.1.1-1) (GCC)+ uname -a Linux fedora-riscv 6.1.22 #2 SMP Thu May 4 19:24:40 CST 2023 riscv64 GNU/Linux + cat /etc/os-release NAME="Fedora Linux" VERSION="38 (Workstation Edition)" ID=fedora VERSION_ID=38 VERSION_CODENAME="" PLATFORM_ID="platform:f38" PRETTY_NAME="Fedora Linux 38 (Workstation Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:38" DEFAULT_HOSTNAME="fedora" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f38/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=38 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=38 SUPPORT_END=2024-05-14 VARIANT="Workstation Edition" VARIANT_ID=workstation + free -h total used free shared buff/cache available Mem: 62Gi 1.3Gi 56Gi 16Mi 4.9Gi 60Gi Swap: 8.0Gi 4.0Mi 8.0Gi + lscpu + head -n 25 Architecture: riscv64 Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 NUMA node(s): 4 NUMA node0 CPU(s): 0-7,16-23 NUMA node1 CPU(s): 8-15,24-31 NUMA node2 CPU(s): 32-39,48-55 NUMA node3 CPU(s): 40-47,56-63 + java -version openjdk version "11.0.24" 2024-07-16 OpenJDK Runtime Environment (build 11.0.24+0) OpenJDK 64-Bit Server VM (build 11.0.24+0, mixed mode) + java -Xinternalversion OpenJDK 64-Bit Server VM (11.0.24+0) for linux-riscv64 JRE (11.0.24+0), built on May 30 2024 12:17:02 by "yansendao" with gcc 13.2.1 20230728 (Red Hat 13.2.1-1) + git remote -v origin git@github.com:sendaoYan/riscv-port-jdk11u-ysd.git (fetch) origin git@github.com:sendaoYan/riscv-port-jdk11u-ysd.git (push) + git branch jbs8333261 + git log -n 1 commit 5fed2d905d6171ce66a81ecbb81d190929a1a333 Author: sendaoYan <yansendao.ysd@alibaba-inc.com> Date: Thu May 30 20:08:01 2024 +0800 8333261: [repo-riscv-port-11] sun/jvm/hotspot/debugger/risv64 should be riscv64 Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com> + gcc v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/riscv64-redhat-linux/13/lto-wrapper Target: riscv64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=c,c+ ,fortran,objc,obj-c +,ada,go,d,m2,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl= http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable __cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=/usr/share/zoneinfo --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-13.1.1-20230426/obj-riscv64-redhat-linux/isl-install --enable-gnu-indirect-function --with-arch=rv64gc --with-abi=lp64d --with-multilib-list=lp64d --build=riscv64-redhat-linux --with-build-config=bootstrap-lto --enable-link-serialization=1 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.1.1 20230426 (Red Hat 13.1.1-1) (GCC) - jbs8333261
-
riscv
-
linux
fail probability: 2/1k
The core dump files has been uploaded to https://cr.openjdk.org/~syan/JDK-8333315/