Closed evantorrie closed 10 years ago
This reenables the stack backtrace support of monitr when receiving a SIGHUP.
In addition, code is now more thread-friendly. Note that signals can be delivered to any thread inside a process which has not blocked the signal.
SIGHUP catcher uses only async-safe functions
CLA is valid!
@rohiniwork any word on when this is getting merged in?
This reenables the stack backtrace support of monitr when receiving a SIGHUP.
In addition, code is now more thread-friendly. Note that signals can be delivered to any thread inside a process which has not blocked the signal.
SIGHUP catcher uses only async-safe functions