QtWasm icon indicating copy to clipboard operation
QtWasm copied to clipboard

ASSERT: "!g_staticDataMutex.try_lock()" crash in debug build

Open forderud opened this issue 1 year ago • 0 comments

Startup crash:

ASSERT: "!g_staticDataMutex.try_lock()" in file /development/qt5/qtbase/src/corelib/kernel/qeventdispatcher_wasm.cpp, line 206

Failing QEventDispatcherWasm::isValidEventDispatcherPointer code in Qt 6.6.1.

Possible fix

Might need to add LOCK_GUARD(g_staticDataMutex); before calling isValidEventDispatcherPointer also in QEventDispatcherWasm::processEvents

forderud avatar Nov 29 '23 12:11 forderud