获取正在运行 进程的函数栈 Dec 7, 2011 1、gdb -p pid 当前进程会挂起 2、pstack -p pid or gstack -p pid 3、gcore [-o filename] pid 然后用gdb调试。