From a8f33bfb334c9f18771986133ce49e1e0411b2b7 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Wed, 1 Jun 2022 16:28:08 +0000 Subject: [PATCH] Future bug fix. --- src/omx/omx.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/omx/omx.cc b/src/omx/omx.cc index 2c18f3e..9f81984 100644 --- a/src/omx/omx.cc +++ b/src/omx/omx.cc @@ -156,6 +156,11 @@ void OMX::stopEventsProcessing() eventsProcessorCond.notify_one(); eventsProcessorMutex.unlock(); eventsProcessorThread.join(); + // eventsProcessorShutdownNow = false; // This is the fix. + + // But where else triggers the bug? + + abort(); } else { -- 2.39.5