Comment 6 for bug 1464278

Revision history for this message
Serge Hallyn (serge-hallyn) wrote : Re: [Bug 1464278] Re: Qemu-Libgfapi: periodical shutdown of virtual machines.

Ok,

you can get the CoreFile from that using apport-unpack:

mkdir crashfiles; apport-unpack /var/crash/_usr_bin_qemu-system-x86_64.0.crash crashfiles

Then you should be able to use the 'where' command in gdb

gdb /usr/bin/qemu-system-x86_64 crashfiles/CoreDump
(gdb) where

to get more information. Please paste that information here.