diff options
Diffstat (limited to 'results/classifier/118/PID/655')
| -rw-r--r-- | results/classifier/118/PID/655 | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/results/classifier/118/PID/655 b/results/classifier/118/PID/655 new file mode 100644 index 00000000..51b05e55 --- /dev/null +++ b/results/classifier/118/PID/655 @@ -0,0 +1,62 @@ +PID: 0.989 +kernel: 0.972 +ppc: 0.969 +device: 0.968 +architecture: 0.963 +files: 0.948 +graphic: 0.942 +semantic: 0.936 +permissions: 0.892 +vnc: 0.884 +VMM: 0.878 +TCG: 0.871 +performance: 0.868 +network: 0.853 +socket: 0.852 +register: 0.848 +debug: 0.832 +KVM: 0.828 +risc-v: 0.811 +hypervisor: 0.781 +boot: 0.745 +virtual: 0.738 +user-level: 0.735 +arm: 0.716 +mistranslation: 0.637 +peripherals: 0.629 +x86: 0.343 +assembly: 0.261 +i386: 0.079 + +Java crashes on s390x VM with SIGILL/ILL_PRVOPC at '__kernel_getcpu+0x8' +Description of problem: +The `java` command fails with the following message: + +```console +$ /usr/lib/jvm/java-17-openjdk-s390x/bin/java --version +# +# A fatal error has been detected by the Java Runtime Environment: +# +# SIGILL (0x4) at pc=0x000003ff9e4fe6f4, pid=2883, tid=2884 +# +# JRE version: (17.0+35) (build ) +# Java VM: OpenJDK 64-Bit Server VM (17+35-Ubuntu-120.04, mixed +# mode, sharing, tiered, compressed oops, compressed class ptrs, +# serial gc, linux-s390x) +# Problematic frame: +# C [linux-vdso64.so.1+0x6f8] __kernel_getcpu+0x8 +# +# Core dump will be written. Default location: Core dumps may +# be processed with "/usr/share/apport/apport %p %s %c %d %P %E" +# (or dumping to /home/ubuntu/core.2883) +# +# An error report file with more information is saved as: +# /home/ubuntu/hs_err_pid2883.log +# +# +Aborted (core dumped) +``` +Steps to reproduce: +1. Run `java --version` +Additional information: +The corresponding log file is attached as the file [hs_err_pid2883.log](/uploads/1631b6a0f0aad2f77c4928ed6bb540c6/hs_err_pid2883.log). |