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/1787.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_missing/host_missing/accel_missing/1787.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1787.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1787.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1787.toml new file mode 100644 index 000000000..2163046b8 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1787.toml @@ -0,0 +1,21 @@ +id = 1787 +title = "Qemu asan test make vm crash when using qxl and spice" +state = "opened" +created_at = "2023-07-25T08:09:12.608Z" +closed_at = "n/a" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1787" +host-os = "linux-5.10" +host-arch = "x86" +qemu-version = "qemu-6.2.0" +guest-os = "kylinOS desktop(or other guestos with desktop)" +guest-arch = "x86" +description = """When I tested QEMU with asan, the vm crash. The error message is as follows: +""" +reproduce = """1.Start the vm with qxl and spice. +2.Attach the vm with vnc and spice. +3.Placed for more than three days. +4.Operation on spice client and possible reproduce this bug.""" +additional = """https://github.com/qemu/qemu/blob/44f28df24767cf9dca1ddc9b23157737c4cbb645/ui/cursor.c#L112 +I think the reason for the problem is that the cursor pointer was not set to NULL when qemu call cursor_put. But I don't know what situation will trigger this error. +This error is difficult to reproduce by natural.""" |