diff options
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1787')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/1787 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1787 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1787 new file mode 100644 index 000000000..d7a87a524 --- /dev/null +++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/1787 @@ -0,0 +1,13 @@ +Qemu asan test make vm crash when using qxl and spice +Description of problem: +When I tested QEMU with asan, the vm crash. The error message is as follows: + +Steps to 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 information: +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. |