forked from External/ergo
fix #1975
Provide a nondestructive stack trace dump option even when the http pprof listener is disabled
This commit is contained in:
parent
77de026961
commit
d17faf6bcb
3 changed files with 28 additions and 5 deletions
|
|
@ -18,4 +18,7 @@ var (
|
|||
syscall.SIGINT,
|
||||
syscall.SIGTERM,
|
||||
}
|
||||
|
||||
// no SIGUSR1 on plan9
|
||||
ServerTracebackSignals []os.Signal
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue