- SSH into the machine where qemu-kvm crashed
- debuginfo-install qemu-kvm => This should install a bunch of packages to get a lot of symbol info.
- gdb /usr/libexec/qemu-kvm <path to core file>
- Pass "thread apply all bt" to get the backtrace at the gdb prompt
No comments:
Post a Comment