Hello,
Can anyone with a stuck VM provide us with the output for strace and GDB by issuing the following commands:
Can anyone with a stuck VM provide us with the output for strace and GDB by issuing the following commands:
Bash:
cat /var/run/qemu-server/VM.pid | read PID | strace -p "$PID"
gdb attach -q $(cat /var/run/qemu-server/VM.pid) -ex='handle SIGUSR1 nostop noprint pass' -ex='handle SIGPIPE nostop print pass' -ex='set logging on' -ex='set pagination off' -ex='cont'
Last edited: