https://bugs.documentfoundation.org/show_bug.cgi?id=165295
Caolán McNamara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #4 from Caolán McNamara <[email protected]> --- #25 in cppuhelper/source/implbase_ex.cxx getTypeEntries( class_data * cd ) std::scoped_lock guard( aMutex ); Type const & rType = (*pEntry->m_type.getCppuType)( nullptr ) #5 in cppuhelper/source/implbase_ex.cxx getTypeEntries( class_data * cd ) so this ends up holding the mutex while it gets called again, which is unfortunate. Lets just revert those getTypeEntries changes then with https://gerrit.libreoffice.org/c/core/+/181799 -- You are receiving this mail because: You are the assignee for the bug.
