diff options
Diffstat (limited to 'results/classifier/deepseek-r1:14b/output/hypervisor/655')
| -rw-r--r-- | results/classifier/deepseek-r1:14b/output/hypervisor/655 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:14b/output/hypervisor/655 b/results/classifier/deepseek-r1:14b/output/hypervisor/655 new file mode 100644 index 00000000..3bc6a088 --- /dev/null +++ b/results/classifier/deepseek-r1:14b/output/hypervisor/655 @@ -0,0 +1,33 @@ + +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). |