From a4caf998bdf87c59fa1e2c0a8453e19f42c4d2b6 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 8 Nov 2012 22:57:11 +0100 Subject: [PATCH] Add debug thread feature to changelog. --- docs/changes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index a01eb1c7..594b5496 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -88,6 +88,10 @@ backends: - Added support for search by filename to local backend. +- Added optional background thread for debuging deadlocks. When the feature is + enabled via the ``--debug-thread`` or ``settings.DEBUG_THREAD`` a ``SIGUSR1`` + signal will dump the traceback for all running threads. + **Bug fixes** - :issue:`218`: The MPD commands ``listplaylist`` and ``listplaylistinfo`` now