tag: gdb

如何用gdb调试python程序

24 Sep, 2020 - 2 minutes
之前写的一个python服务突然挂住了,于是想看下挂住线程的堆栈,用pstack只能看到python的栈,不能看到python code的栈,