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