moby--moby/pkg/signal
Phil Estes 95fcf76cc6 Add SIGUSR1 handler for dumping stack/goroutine traces
Add handler for SIGUSR1 based on feedback regarding when to dump
goroutine stacks.  This will also dump goroutine stack traces on SIGQUIT
followed by a hard-exit from the daemon.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2015-05-12 10:09:23 +10:00
..
README.md
signal.go
signal_darwin.go
signal_freebsd.go
signal_linux.go
signal_unix.go
signal_unsupported.go
signal_windows.go
trap.go Add SIGUSR1 handler for dumping stack/goroutine traces 2015-05-12 10:09:23 +10:00

README.md

This package provides helper functions for dealing with signals across various operating systems