Dump backtrace for a given PID
Suppose a PHP process is hung and I would like to dump the开发者_JAVA技巧 backtrace from shell. Is it possible to dump backtrace of a PHP process given PID? If yes, how do I do it? Similar to kill -3
in Java.
proc_terminate()
精彩评论