From e30f3a377b417069864b643a33decd7e42e08a4a Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 2 Jul 2021 16:08:32 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/closed-channel-bug.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/closed-channel-bug.md diff --git a/changelog/unreleased/closed-channel-bug.md b/changelog/unreleased/closed-channel-bug.md new file mode 100644 index 000000000..60698a3df --- /dev/null +++ b/changelog/unreleased/closed-channel-bug.md @@ -0,0 +1,7 @@ +Bugfix: Panic when service fails to start + +Tags: runtime + +When attempting to run a service through the runtime that is currently running and fails to start, a race condition still redirect os Interrupt signals to a closed channel. + +https://github.com/owncloud/ocis/pull/2252