mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
25d6047ec0
error log : signal_test.go:20: assertion failed: error is not nil: Invalid signal: SIGEMT signal_test.go:22: assertion failed: When "ParseSignal" function parse sigStr from SignalMap, it find the signal object with key ("SIG"+sigStr). But EMT signal named "SIGEMT" in SignalMap structrue, so the real key is "SIGSIGEMT" , and cannot find the target signal. modify "SIGEMT" to "EMT" in SignalMap structrue. Signed-off-by: liuxiaodong <liuxiaodong@loongson.cn> |
||
---|---|---|
.. | ||
testfiles | ||
README.md | ||
signal.go | ||
signal_darwin.go | ||
signal_freebsd.go | ||
signal_linux.go | ||
signal_linux_mipsx.go | ||
signal_linux_test.go | ||
signal_test.go | ||
signal_unix.go | ||
signal_unsupported.go | ||
signal_windows.go | ||
trap.go | ||
trap_linux_test.go |
This package provides helper functions for dealing with signals across various operating systems