https://bugs.documentfoundation.org/show_bug.cgi?id=107039
--- Comment #41 from Tor Lillqvist <[email protected]> ---
Explanation to the backtraces in Comment #39:
Thread 1 is attempting to lock the oslMutexImpl at 0x2ad7eb0. It has already
locked the SolarMutex at slot #16, in
DocumentStorageModifyListener::modified().
Thread 6 is attempting to lock the SolarMutex. It has already locked the same
mutex that thread 1 is attempting to lock when creating the AutoRecovery object
being used around slot #14.
Thus the suggested patch makes sure we lock the SolarMutex first, in the code
at slot #14.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs