summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1830.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1830.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1830.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1830.toml34
1 files changed, 0 insertions, 34 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1830.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1830.toml
deleted file mode 100644
index 20633eec8..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1830.toml
+++ /dev/null
@@ -1,34 +0,0 @@
-id = 1830
-title = "command hangs in CentOS 7 arm64 container with Ubuntu 22 amd64 host"
-state = "opened"
-created_at = "2023-08-15T17:07:14.463Z"
-closed_at = "n/a"
-labels = []
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1830"
-host-os = "Ubuntu 22.04"
-host-arch = "x86_64"
-qemu-version = "QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.12)"
-guest-os = "CentOS 7"
-guest-arch = "aarch64"
-description = """The command hangs in the container, taking over the CPU:
-
-```
-$ docker run -it centos:7
-[root@42e655bf3d60 /]# LD_DEBUG=all /lib64/ld-2.17.so --list /usr/bin/true &
-[1] 74
-[root@42e655bf3d60 /]#         74:      file=/usr/bin/true [0];  generating link map
-
-[root@42e655bf3d60 /]# ps -e -o pid,ppid,etime,time,state,args
-    PID    PPID     ELAPSED     TIME S COMMAND
-      1       0       34:59 00:00:00 S /usr/libexec/qemu-binfmt/aarch64-binfmt-P /bin/bash /bin/bash
-     74       1       03:16 00:03:13 R /usr/libexec/qemu-binfmt/aarch64-binfmt-P /lib64/ld-2.17.so /lib64/ld-2.17.so
-     80       1  4-19:34:01 00:00:00 R ps -e -o pid,ppid,etime,time,state,args
-[root@42e655bf3d60 /]#
-```"""
-reproduce = """1. Start container
-2. Run `/lib64/ld-2.17.so --list /usr/bin/true`"""
-additional = """1. The problem is not observed in an Ubuntu 20.04 host system performing the same scenario.
-2. My team build environment has amd64 native architecture hardware.  I ran a similar scenario on an AWS arm64 native machine (QEMU is not needed) and the command works fine in the container.
-3. My team builds several Linux images daily - about a dozen amd64 and eight arm64.  This is the only image that's causing us this problem.
-4. I built trace-cmd but when I tried to start a trace it told me `No events enabled with kvm`.
-5. I built qemu-8.1.0-rc3 and saw the same behavior but I don't think `/usr/libexec/qemu-binfmt/aarch64-binfmt-P` was replaced with a new version so I don't think the old version was used for my container."""