Implement stack trace dump for all running threads on SIGQUIT

This is handy when we're debugging the thread locks: we can try to
understand which thread does what and how it was called.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Eygene Ryabinkin
2013-01-28 22:49:29 +04:00
parent 83e8fca2e0
commit de84c3941c
4 changed files with 36 additions and 2 deletions

View File

@ -7,7 +7,8 @@ ChangeLog
WIP (add new stuff for the next release)
========================================
=======
* Dump stacktrace for all threads on SIGQUIT: ease debugging
of threading and other issues
* SIGHUP is now handled as the termination notification rather than
the signal to reread the configuration (Dmitrijs Ledkovs)
* Honor the timezone of emails (Tobias Thierer)