diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1186.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1186.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1186.toml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1186.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1186.toml new file mode 100644 index 00000000..ef670886 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1186.toml @@ -0,0 +1,25 @@ +id = 1186 +title = "qos-test fails when built with LTO and gcc-12" +state = "closed" +created_at = "2022-09-02T00:21:23.684Z" +closed_at = "2024-03-07T11:43:34.050Z" +labels = ["Tests"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1186" +host-os = "Arch Linux" +host-arch = "x86_64" +qemu-version = "7.1.0" +guest-os = "n/a" +guest-arch = "n/a" +description = """The issue is already discussed here [1]. I'm simply building latest QEMU release and running the test suite. I thought the issue was fixed in 7.0 but it has resurfaced. Do QEMU dev's not build with LTO? I'm not able to debug this but I can test any proposed fixes etc. Thanks. + +[1] https://lore.kernel.org/all/1d3bbff9e92e7c8a24db9e140dcf3f428c2df103.camel@suse.com/""" +reproduce = """1. Build QEMU with gcc-12 and LTO enabled +2. Run make check +3. Observe test suite failures in qos-test""" +additional = """``` +Summary of Failures: + + 2/265 qemu:qtest+qtest-aarch64 / qtest-aarch64/qos-test ERROR 0.59s killed by signal 6 SIGABRT + 3/265 qemu:qtest+qtest-i386 / qtest-i386/qos-test ERROR 0.22s killed by signal 6 SIGABRT + 7/265 qemu:qtest+qtest-x86_64 / qtest-x86_64/qos-test ERROR 0.40s killed by signal 6 SIGABRT +```""" |