[Bug 83284] qemu crash if I reboot a windows guest when "past / copy clipboard" function is enabled ( vd_agent )

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 28 03:06:19 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=83284

--- Comment #5 from Christophe Fergeau <teuf at gnome.org> ---
As you are using spicec which does not expose
SPICE_MAIN_CAP_AGENT_CONNECTED_TOKENS , it's very likely to be fixed by
http://cgit.freedesktop.org/spice/spice/commit/?id=4639817f0eb26316894cc83b43a736bdd72f9018

Using remote-viewer is highly recommended though.

Regarding your question as to how to get a bactrace with your qemu script, I'd
start the script as usual, and then run
gdb --pid $(pidof qemu-system-x86_64)
Type 'c' (or 'continue') at the gdb prompt
Then reboot your VM, and when it crashes, go back to gdb, and type "thread
apply all bt"
You can exit gdb with 'exit' or ctrl+d

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/spice-bugs/attachments/20141028/64b7ea49/attachment.html>


More information about the spice-bugs mailing list