-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 27
-
Component/s: hotspot
-
b07
-
linux
Some linux systems setup /proc/sys/kernel/core_pattern to point to a script that will gzip the core file. When this happens, CoreUtils cannot find the core file and silently causes the test to pass with SkippedException. After failing to find the core file in the expected place, CoreUtils should attempt to locate the core file with the .gz suffix, and if found then unzip it.
- caused by
-
JDK-8368551 Core dump warning may be confusing
-
- Resolved
-
- relates to
-
JDK-8374341 Remove core_pattern matching and coredumpctl call in CoreUtils.getCoreFileLocation
-
- Open
-
- links to
-
Commit(master)
openjdk/jdk/fa1b1d67
-
Review(master)
openjdk/jdk/29284