Project

General

Profile

Actions

Feature #2795

closed

Thread dump via kill -TTIN <pid>

Added by Lukas Zapletal almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Low
Category:
-
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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:

  1. kill -TTIN <thin PID>

Nice tiny feature.

Actions #1

Updated by Dominic Cleal almost 11 years ago

  • Status changed from New to Ready For Testing
  • Target version set to 1.3.0
Actions #2

Updated by Lukas Zapletal almost 11 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF