summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1929.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/1929.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/1929.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/1929.toml29
1 files changed, 0 insertions, 29 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1929.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1929.toml
deleted file mode 100644
index 5c8232246..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/1929.toml
+++ /dev/null
@@ -1,29 +0,0 @@
-id = 1929
-title = "regression: 7.0.0 breaks registering process subreaper on Apple silicon"
-state = "closed"
-created_at = "2023-10-11T08:17:54.578Z"
-closed_at = "2024-03-13T12:35:53.217Z"
-labels = ["Closed::Fixed", "linux-user"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/1929"
-host-os = "Mac OS Sonoma 14.0"
-host-arch = "ARM / aarch64 (Apple M1)"
-qemu-version = "QEMU emulator version 8.1.1"
-guest-os = "Fedora CoreOS 38 (via podman)"
-guest-arch = "ARM / aarch64"
-description = """When running any container on the QEMU virtual guest that is using a utility like `tini` which is trying to register itself as a process subreaper I get an error message like this:
-
-```
-[FATAL tini (1)] PR_SET_CHILD_SUBREAPER is unavailable on this platform. Are you using Linux >= 3.4?
-```
-
-The issue has been observed by multiple people on Apple silicon Macs, e.g. in these issues:
-https://github.com/docker/for-mac/issues/6620#issuecomment-1694380189
-https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/issues/1735"""
-reproduce = """1. Install QEMU 7.0.0+ on an Apple silicon MAC
-2. Run a virtual guest
-3. Try to register a process subreaper, e.g. like `tini -s` does"""
-additional = """the issue was introduced in QEMU 7.0.0 with this commit:
-https://gitlab.com/qemu-project/qemu/-/commit/220717a6f46a99031a5b1af964bbf4dec1310440
-
-tini readme talking about process subreaping:
-https://github.com/krallin/tini#subreaping"""