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_arm/host_missing/accel_TCG/840.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_arm/host_missing/accel_TCG/840.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_TCG/840.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_TCG/840.toml b/gitlab/issues/target_arm/host_missing/accel_TCG/840.toml new file mode 100644 index 000000000..9686ed352 --- /dev/null +++ b/gitlab/issues/target_arm/host_missing/accel_TCG/840.toml @@ -0,0 +1,18 @@ +id = 840 +title = "When O2 level is enabled raspi3b board crash randomly when creating abuffer of a differnt size" +state = "closed" +created_at = "2022-01-25T18:12:44.413Z" +closed_at = "2022-10-31T15:39:49.010Z" +labels = ["Closed::Duplicate", "accel: TCG", "target: arm", "workflow::Needs Info"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/840" +host-os = "Arch Linux 22.1.2" +host-arch = "x86_64" +qemu-version = "6.2.0" +guest-os = "Custom" +guest-arch = "ARM64" +description = """Sometimes when running the code creating a framebuffer different from the default size ej:1024x768 qemu hangs and crash with a SIGV, making a weird screen that's painted with the original size and the background of the current window merged onto a large window. This happens when you resize a window without updating it's contents, so qemu is crashing before the first frame after reising the window.""" +reproduce = """1. Create a producedure similar to the one descrived below +2. Run qemu with O2 enabled(debuggind disabled) +3. You may need to run it multiple times to see the bug(like two or three times)""" +additional = """Here is the example procedure implemented on rust, the mailbox interface is test and it's sure that the procedure it's well implemented: +[code.rs](/uploads/a28fe33a856fb843d80ffeb078bc6729/code.rs)""" |