diff options
Diffstat (limited to 'results/classifier/gemma3:12b/hypervisor/1920')
| -rw-r--r-- | results/classifier/gemma3:12b/hypervisor/1920 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/hypervisor/1920 b/results/classifier/gemma3:12b/hypervisor/1920 new file mode 100644 index 000000000..1e10b4962 --- /dev/null +++ b/results/classifier/gemma3:12b/hypervisor/1920 @@ -0,0 +1,12 @@ + +regrssion on 8.1.x: java/maven fails to run on qemu-aarch64 +Description of problem: +Java process crashes when running simple "mvn -version" command inside qemu-aarch64. "java -version" works. +Last known working version: 8.0.3 (qemu-8.0.3-4.fc39) +Failing versions: 8.1.1 (qemu-8.1.1-1.fc39) and 8.1.0 (qemu-8.1.0-1.fc39) +The same image works on native arm64 machine. +Steps to reproduce: +1. podman run --platform linux/arm64 docker.io/library/maven:3.9-eclipse-temurin-20 mvn -version +2. should display few lines of version information and not a NullPointerException +Additional information: +podman version 4.7.0 |