I do have a jenkins instance that is stuck in some kind of endless loop without any visible activity.
I can get the pid of the running process so how do I generate a trace that I can use for a bug report?
I’m running on linux.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try with jstack. It’ll give you a full list of what your threads are doing. All it needs is the process pid.