diff --git a/changelog/10456.txt b/changelog/10456.txt new file mode 100644 index 000000000..ea1d24172 --- /dev/null +++ b/changelog/10456.txt @@ -0,0 +1,3 @@ +```release-note:bug +core: Avoid deadlocks by ensuring that if grabLockOrStop returns stopped=true, the lock will not be held. +```