<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - qemu crash if I reboot a windows guest when "past / copy clipboard" function is enabled ( vd_agent )"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83284#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - qemu crash if I reboot a windows guest when "past / copy clipboard" function is enabled ( vd_agent )"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=83284">bug 83284</a>
              from <span class="vcard"><a class="email" href="mailto:teuf@gnome.org" title="Christophe Fergeau <teuf@gnome.org>"> <span class="fn">Christophe Fergeau</span></a>
</span></b>
        <pre>As you are using spicec which does not expose
SPICE_MAIN_CAP_AGENT_CONNECTED_TOKENS , it's very likely to be fixed by
<a href="http://cgit.freedesktop.org/spice/spice/commit/?id=4639817f0eb26316894cc83b43a736bdd72f9018">http://cgit.freedesktop.org/spice/spice/commit/?id=4639817f0eb26316894cc83b43a736bdd72f9018</a>

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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>