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 ...