--stack 与 --showoff 问题 #41
-
我是先打开stackplz再打开应用, 应用启动前打开stackplz的话会显示"warn, no running process of ...", 请问是什么原因?
|
Beta Was this translation helpful? Give feedback.
Answered by
SeeFlowerX
Jan 13, 2024
Replies: 1 comment 7 replies
-
warn就是warn,启动前运行也是可以正常追踪的,只是堆栈之类目前处理得不是很好,需要目标进程处于运行状态 可以结合 另外,如果是pid为0,那不支持对这样的进程进行回溯 |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
chouex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
warn就是warn,启动前运行也是可以正常追踪的,只是堆栈之类目前处理得不是很好,需要目标进程处于运行状态
可以结合
--kill SIGSTOP
功能避免目标过早退出,详细用法可以查阅下面的文章另外,如果是pid为0,那不支持对这样的进程进行回溯