This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
680cf1c8f4
moby--moby
/
daemon
/
debugtrap_unsupported.go
8 lines
98 B
Go
Raw
Normal View
History
Unescape
Escape
Windows: Win32 event for sigusr1 linux equivalence Signed-off-by: John Howard <jhoward@microsoft.com>
2015-07-06 21:58:53 -04:00
// +build !linux,!darwin,!freebsd,!windows
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-04-21 00:24:24 -04:00
Fix package on debugtrap_unsupported.go Signed-off-by: John Howard <jhoward@microsoft.com>
2015-05-13 19:38:59 -04:00
package
daemon
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-04-21 00:24:24 -04:00
Windows: Win32 event for sigusr1 linux equivalence Signed-off-by: John Howard <jhoward@microsoft.com>
2015-07-06 21:58:53 -04:00
func
setupDumpStackTrap
(
)
{
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-04-21 00:24:24 -04:00
return
}
Copy permalink