summary refs log tree commit diff stats
path: root/gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml')
-rw-r--r--gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml b/gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml
new file mode 100644
index 000000000..956dcf67a
--- /dev/null
+++ b/gitlab/issues/target_s390x/host_missing/accel_missing/1854.toml
@@ -0,0 +1,26 @@
+id = 1854
+title = "s390x: qemu-user: ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached"
+state = "closed"
+created_at = "2023-08-30T15:37:27.087Z"
+closed_at = "2023-10-19T18:50:49.895Z"
+labels = ["Closed::Fixed", "linux-user", "target: s390x"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/1854"
+host-os = "ArchLinux"
+host-arch = "x86_64"
+qemu-version = "qemu-s390x version 8.1.50 (v8.1.0-192-g4f84c2b3aa3e)"
+guest-os = "Linux"
+guest-arch = "s390x"
+description = """The nolibc-test program from the Linux kernel crashes since 5f4e5b34092556ab1577e25d1262bd5975b26980 .
+Reverting that commit fixes the issue."""
+reproduce = """1. Build `nolibc-test` for s390x from Linux kernel tree. (from `tools/testing/selftests/nolibc/`). EDIT: compiled binary is uploaded below.
+2. Run it under qemu-s390x.
+
+```
+ ./qemu-s390x nolibc-test
+**
+ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached
+Bail out! ERROR:../linux-user/elfload.c:2239:zero_bss: code should not be reached
+Aborted (core dumped)
+
+```"""
+additional = """"""