1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon
Aaron Lehmann a4c68ee857 daemon: Remove daemon datastructure dump functionality
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>
2017-06-08 14:08:49 -07:00
..
caps
cluster Service alias should not be copied to task alias 2017-06-07 13:05:15 -07:00
config daemon: correctly try to retrieve init/runtime versions 2017-06-06 19:36:24 +02:00
discovery
events
exec
graphdriver Remove error return from RootPair 2017-06-07 11:45:33 -04:00
initlayer Partial refactor of UID/GID usage to use a unified struct. 2017-06-07 11:44:33 -04:00
links
logger Logging driver should receive same file in start/stop request 2017-06-08 10:05:52 +02:00
network
stats Do not treat C.sysconf(C._SC_NPROCESSORS_ONLN) non-zero errno as error 2017-06-01 18:23:49 +03:00
apparmor_default.go
apparmor_default_unsupported.go
archive.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
archive_tarcopyoptions.go Partial refactor of UID/GID usage to use a unified struct. 2017-06-07 11:44:33 -04:00
archive_tarcopyoptions_unix.go Fix vfs unit test and port VFS to the new IDMappings 2017-06-07 11:44:34 -04:00
archive_tarcopyoptions_windows.go
archive_unix.go
archive_windows.go
attach.go
auth.go
bindmount_solaris.go
bindmount_unix.go
build.go
cache.go
changes.go
checkpoint.go
cluster.go
commit.go
configs.go
configs_linux.go
configs_unsupported.go
configs_windows.go
container.go
container_linux.go
container_operations.go Lock container while connecting to a new network. 2017-05-31 15:13:04 -04:00
container_operations_solaris.go
container_operations_unix.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
container_operations_windows.go
container_windows.go
create.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
create_unix.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
create_windows.go
daemon.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
daemon_experimental.go
daemon_linux.go
daemon_linux_test.go
daemon_solaris.go
daemon_test.go Partial refactor of UID/GID usage to use a unified struct. 2017-06-07 11:44:33 -04:00
daemon_unix.go Partial refactor of UID/GID usage to use a unified struct. 2017-06-07 11:44:33 -04:00
daemon_unix_test.go Partial refactor of UID/GID usage to use a unified struct. 2017-06-07 11:44:33 -04:00
daemon_unsupported.go
daemon_windows.go Partial refactor of UID/GID usage to use a unified struct. 2017-06-07 11:44:33 -04:00
debugtrap_unix.go daemon: Remove daemon datastructure dump functionality 2017-06-08 14:08:49 -07:00
debugtrap_unsupported.go
debugtrap_windows.go daemon: Remove daemon datastructure dump functionality 2017-06-08 14:08:49 -07:00
delete.go
delete_test.go
dependency.go
disk_usage.go
errors.go
events.go
events_test.go
exec.go
exec_linux.go
exec_solaris.go
exec_windows.go
export.go Partial refactor of UID/GID usage to use a unified struct. 2017-06-07 11:44:33 -04:00
getsize_unix.go
health.go
health_test.go
image.go
image_delete.go
image_exporter.go
image_history.go
image_inspect.go
image_pull.go
image_push.go
image_tag.go
images.go
import.go Remove the last of pkg/httputil 2017-06-02 16:54:36 -04:00
info.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
info_unix.go daemon: correctly try to retrieve init/runtime versions 2017-06-06 19:36:24 +02:00
info_unix_test.go
info_windows.go
inspect.go
inspect_solaris.go
inspect_unix.go
inspect_windows.go
keys.go
keys_unsupported.go
kill.go Merge pull request #33335 from cpuguy83/33334_check_unset_sig 2017-06-01 23:10:16 +02:00
links.go
list.go
list_unix.go
list_windows.go
logdrivers_linux.go
logdrivers_windows.go
logs.go
logs_test.go
metrics.go
metrics_unix.go
metrics_unsupported.go
monitor.go
monitor_linux.go
monitor_solaris.go
monitor_windows.go
mounts.go
names.go
network.go
oci_linux.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
oci_solaris.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
oci_windows.go
pause.go
prune.go
reload.go
reload_test.go
rename.go
resize.go
restart.go
search.go
search_test.go
seccomp_disabled.go
seccomp_linux.go
seccomp_unsupported.go
secrets.go
secrets_linux.go
secrets_unsupported.go
secrets_windows.go
selinux_linux.go
selinux_unsupported.go
start.go
start_unix.go
start_windows.go
stats.go
stats_collector.go
stats_unix.go
stats_windows.go
stop.go
top_unix.go
top_unix_test.go
top_windows.go
unpause.go
update.go
update_linux.go
update_solaris.go
update_windows.go
volumes.go
volumes_unit_test.go
volumes_unix.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00
volumes_unix_test.go
volumes_windows.go Partial refactor of UID/GID usage to use a unified struct. 2017-06-07 11:44:33 -04:00
wait.go
workdir.go Remove error return from RootPair 2017-06-07 11:45:33 -04:00