One of my services is deadlocked, I can't print the stack information. Is there any way to troubleshoot the problem?
Asked
Active
Viewed 114 times
1

dai
- 1,025
- 2
- 13
- 33
-
Have you tried to run with `sudo`? – Juraj Martinka Jan 16 '19 at 09:24
-
@JurajMartinka I tried – dai Jan 16 '19 at 10:33
-
You could try `kill -3 PID` to get the threads stacks printed on the process' stdout: https://access.redhat.com/solutions/18178 – Juraj Martinka Jan 16 '19 at 10:37