We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a378dbc + 88f19a9 commit 06ff5efCopy full SHA for 06ff5ef
1 file changed
cmd/containerd/command/main_windows.go
@@ -65,7 +65,7 @@ func setupDumpStacks() {
65
// Windows does not support signals like *nix systems. So instead of
66
// trapping on SIGUSR1 to dump stacks, we wait on a Win32 event to be
67
// signaled. ACL'd to builtin administrators and local system
68
- event := "Global\\containerd-daemon-" + fmt.Sprint(os.Getpid())
+ event := "Global\\stackdump-" + fmt.Sprint(os.Getpid())
69
ev, _ := windows.UTF16PtrFromString(event)
70
sd, err := winio.SddlToSecurityDescriptor("D:P(A;;GA;;;BA)(A;;GA;;;SY)")
71
if err != nil {
0 commit comments