summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-28 12:47:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-28 12:47:54 +0200
commit0af3ed548c86b5b2670fbf5610ee41d36b48761a (patch)
treedf07a184bbbaf8c9964c3c5610bcbc4ccb402bed /HISTORY
parent7cdd4877c3064d2fedf3182ccf6f6c8df48cafed (diff)
downloadvdr-0af3ed548c86b5b2670fbf5610ee41d36b48761a.tar.gz
vdr-0af3ed548c86b5b2670fbf5610ee41d36b48761a.tar.bz2
Added debug output for checking the correct sequence of locking global lists
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY8
1 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 7ce65868..adb33c05 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9055,3 +9055,11 @@ Video Disk Recorder Revision History
The newplugin script has also been modified accordingly.
- Fixed detecting the inclusion of STL header files in tools.h (thanks to Jasmin
Jessich).
+
+2017-05-28: Version 2.3.6
+
+- Added debug output for checking the correct sequence of locking global lists
+ (with help and suggestions from Jasmin Jessich). To activate this, define the
+ macro DEBUG_LOCKSEQ in thread.c. At the first occurrence of an invalid locking
+ sequence, the 20 most recent locks will be printed to stderr, followed by a
+ backtrace that led to the call in question.