summary refs log tree commit diff stats
path: root/gitlab/issues/target_ppc/host_missing/accel_TCG/588.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues/target_ppc/host_missing/accel_TCG/588.toml')
-rw-r--r--gitlab/issues/target_ppc/host_missing/accel_TCG/588.toml73
1 files changed, 0 insertions, 73 deletions
diff --git a/gitlab/issues/target_ppc/host_missing/accel_TCG/588.toml b/gitlab/issues/target_ppc/host_missing/accel_TCG/588.toml
deleted file mode 100644
index cb5888ef6..000000000
--- a/gitlab/issues/target_ppc/host_missing/accel_TCG/588.toml
+++ /dev/null
@@ -1,73 +0,0 @@
-id = 588
-title = "ppc64le: fatal: Tried to call a TRAP"
-state = "closed"
-created_at = "2021-09-01T07:30:34.713Z"
-closed_at = "2022-07-19T08:56:43.862Z"
-labels = ["accel: TCG", "linux-user", "target: ppc"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/588"
-host-os = "(Windows 10 21H1, Fedora 34, etc.)"
-host-arch = "(x86, ARM, s390x, etc.)"
-qemu-version = "(e.g. `qemu-system-x86_64 --version`)"
-guest-os = "(Windows 10 21H1, Fedora 34, etc.)"
-guest-arch = "(x86, ARM, s390x, etc.)"
-description = """`qemu: fatal: Tried to call a TRAP` occurs while running the:
-
-`/etc/ca-certificates/update.d/jks-keystore` script which is part of the package `ca-certificates-java` that is installed as a dependency of `openjdk-11-jdk`
-
-```
-Unknown privilege violation (03)
-NIP 0000004012db12b0   LR 0000004002a4335c CTR 0000004012db1280 XER 0000000000000000 CPU#1
-MSR 9000000102806901 HID0 0000000000000000  HF 9000000002806001 iidx 6 didx 6
-TB 00000538 2314542730558
-GPR00 ffffffbffcc22660 00000040033dd940 0000004002d92f00 00000040033de9a0
-GPR04 0000000000000000 0000000000002000 0000000000000000 0000000000000000
-GPR08 0000004002df2f00 0000004002df3460 0000000000000001 0000000000000000
-GPR12 0000004012db1280 00000040033e88f0 0000004001b87410 0000000000000000
-GPR16 0000004001872000 0000004012db12a4 0000004012db12ac 0000004012db12d0
-GPR20 0000004012db12d8 00000000000003d8 0000004004014e20 00000040040151f8
-GPR24 0000004002dc39f8 00000040033df9a0 0000004004014e10 0000004004014dd0
-GPR28 0000004002df3470 0000004012db1280 0000004002df4600 00000040033dd940
-CR 24884400  [ E  G  L  L  G  G  -  -  ]             RES 00000040033de9a0
-qemu: fatal: Tried to call a TRAP
-
-NIP 0000004013342588   LR 0000004013340d84 CTR 0000004013340c8c XER 0000000000000000 CPU#1
-MSR 9000000102806901 HID0 0000000000000000  HF 9000000002806001 iidx 6 didx 6
-TB 00000539 2317026761994
-GPR00 0000000000000001 00000040033df9d0 0000004013340c00 00000000fff7ad68
-GPR04 00000000fff7ad68 000000404d235860 0000000000000105 0000000000000000
-GPR08 0000000100013f10 0000000000000000 0000000000000008 00000040033cfa60
-GPR12 000000010003cd10 00000040033e88f0 000000404d204303 00000040033dfac0
-GPR16 0000004004016000 00000000fff7ad68 00000040033dfb88 0000000100001808
-GPR20 0000004012db8b90 00000040033dfa50 0000004012db8b90 0000000044000000
-GPR24 0000004012dd9000 0000004002dd6aa0 00000040033dfad8 000000404d204b08
-GPR28 0000000000000000 0000004012db1000 0000000000000010 000000404d2047a8
-CR 48884424  [ G  L  L  L  G  G  E  G  ]             RES ffffffffffffffff
-FPR00 0000000100016f00 3ff000853ce957eb 0000000000000000 0000000000000000
-FPR04 000000000000000a 0000000000000006 000000000000000e 0000000000000000
-FPR08 0000000000000042 403a000000000000 0000000000000064 0000000000000064
-FPR12 4060000000000000 0000003000000000 0000000000000000 0000000000000060
-FPR16 0000000000000000 0000000000000000 0000000000000000 0000000000000000
-FPR20 0000000000000000 0000000000000000 0000000000000000 0000000000000000
-FPR24 0000000000000000 0000000000000000 0000000000000000 0000000000000000
-FPR28 0000000000000000 0000000000000000 0000000000000000 0000000000000000
-FPSCR 000000008a008000
-Aborted (core dumped)
-```"""
-reproduce = """1. `apt-get install -y qemu qemu-user-static`
-2. `docker run --rm --privileged multiarch/qemu-user-static --reset -p yes`
-3. `docker run -it ppc64le/ubuntu:20.04 bash`
-4. `apt-get update && apt-get install -y openjdk-11-jdk`"""
-additional = """I actually encountered this while building https://github.com/jenkinsci/docker/blob/22f3f03e03e9902640c730cdfa896dc16a21d9d5/11/debian/bullseye/hotspot/Dockerfile
-
-Specifically running:
-```
-jlink \\
-         --add-modules ALL-MODULE-PATH \\
-         --no-man-pages \\
-         --compress=2 \\
-         --output /javaruntime
-```
-
-But when I tried to reduce this down installing openjdk from the ubuntu repository didn't work and it looks to be the same issue.
-
-This looks quite similar to https://gitlab.com/qemu-project/qemu/-/issues/319, we hit that issue as well and I've verified that s390x works now"""