Details
-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 22, 23
-
b11
-
ppc
-
linux
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8326195 | 22.0.1 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
JDK-8326662 | 21.0.3 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
JDK-8329744 | 17.0.12 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
JDK-8335550 | 11.0.25 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
Description
The crash looks like this :
containers/docker/TestContainerInfo.java
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x00007fffa18cfc50, pid=1, tid=7
#
# JRE version: OpenJDK Runtime Environment (23.0) (fastdebug build 23-internal-adhoc.jenkinsi.jdk)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 23-internal-adhoc.jenkinsi.jdk, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, serial gc, linux-ppc64le)
# Problematic frame:
# C [libz.so.1+0xfc50] inflateReset+0x60
#
# Core dump will be written. Default location: //core.1
#
# An error report file with more information is saved as:
# //hs_err_pid1.log
However 'ubuntu ppc64le latest' (and even 'ubuntu ppc64le 22.04') does not work any more on Power8 machines.
See https://ubuntu.com/download/server/power : "Starting with Ubuntu 22.04 LTS, POWER9 and POWER10 processors are supported.
The support for POWER8 ends with Ubuntu 21.10, respectively Ubuntu 20.04 LTS, which is still supported for several years."
So we should consider changing the image on Linux ppc64le or skipping somehow the tests in such environments.
Attachments
Issue Links
- backported by
-
JDK-8326195 crashes in docker container tests on Linuxppc64le Power8 machines
- Resolved
-
JDK-8326662 crashes in docker container tests on Linuxppc64le Power8 machines
- Resolved
-
JDK-8329744 crashes in docker container tests on Linuxppc64le Power8 machines
- Resolved
-
JDK-8335550 crashes in docker container tests on Linuxppc64le Power8 machines
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/99435be8
-
Commit openjdk/jdk17u-dev/e789a673
-
Commit openjdk/jdk21u-dev/55f9bcf0
-
Commit openjdk/jdk22u/1ccd6543
-
Commit openjdk/jdk/ba8db1f6
-
Review openjdk/jdk11u-dev/2806
-
Review openjdk/jdk17u-dev/2366
-
Review openjdk/jdk21u-dev/287
-
Review openjdk/jdk22u/57
-
Review openjdk/jdk/17867