Actions
Feature #2795
closedThread dump via kill -TTIN <pid>
Description
From Katello mailing list:
Been wanting to be able to get a thread dump from Ruby for a while, similar to Java's 'kill -3'
jweiss pointed me at:
http://www.mikeperham.com/2012/06/02/debugging-with-thread-dumps/
which prompted:
https://github.com/Katello/katello/pull/2631
so, now if you have a ruby process in katello that you want to dump a
thread-dump to see what it is doing do a:
- kill -TTIN <thin PID>
Nice tiny feature.
Updated by Dominic Cleal over 11 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.3.0
Updated by Lukas Zapletal over 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 48f948578d6f62537aacfd9a2bac4c7a2e51dee8.
Actions