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.
- relates to
-
JDK-8374341 Remove core_pattern matching and coredumpctl call in CoreUtils.getCoreFileLocation
-
- Open
-