mirror of
https://github.com/docker/cli.git
synced 2026-08-28 02:24:15 -05:00
29886fb9781392cdcb93b37a90419bcd0acb00d9
When sending SIGUSR1 to the daemon, it can crash because of a concurrent map access panic, showing a stack trace involving dumpDaemon. It appears it's not possible to recover from a concurrent map access panic. Since it's important that SIGUSR1 not be a destructive operation, sadly the best course of action I can think of is to remove this functionality. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: a4c68ee8574c9b8a3309ebebee0d90108042ba61 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%