Tagged Questions
1
vote
2answers
192 views
kill -3 return empty
I have a java application, that seems to be stuck. I tried kill -3 but the output is empty (it is redirected to file but nothing is there).
what way can I see what it is doing?
EDIT:
I tried ...
1
vote
3answers
2k views
Thread dump not getting generated on JBoss
I used to generate thread dumps by running kill -quit and I would get them in a log file where my server logs were there. When the file grew too large I removed it using rm and created a new file of ...