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:
@ -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)
|
||||
|
Reference in New Issue
Block a user