Use top to find the pid of the running Python process that was hanging. It was 20 for me. Run gdb /usr/bin/python3 -p 20 to launch gdb against ...
確定! 回上一頁