Comment 7 for bug 1888601

Revision history for this message
Jason Wang (jasowang) wrote :

Yon can get the calltrace by:

1) compile the qemu with --enable-debug
2) using gdb -p $pid_of_qemu when you see the hang
3) thread apply all bt

Thanks