summary refs log tree commit diff stats
path: root/gitlab/issues/target_arm/host_missing/accel_missing/1920.toml
blob: 684ceddf9d21e4b24c39a4c20a7433281e50bffe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
id = 1920
title = "regrssion on 8.1.x: java/maven fails to run on qemu-aarch64"
state = "closed"
created_at = "2023-10-03T13:30:44.415Z"
closed_at = "2024-01-20T16:45:21.621Z"
labels = ["hostos: Linux", "linux-user", "target: arm"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1920"
host-os = "Fedora 39"
host-arch = "x86_64"
qemu-version = "8.1.1-1.fc39"
guest-os = "Ubuntu 22.04.3 LTS"
guest-arch = "aarch64"
description = """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."""
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 = """podman version 4.7.0"""