https://bugs.documentfoundation.org/show_bug.cgi?id=44497

--- Comment #24 from Jan-Marek Glogowski <glo...@fbihome.de> ---
> solarmutex.cxx:0

Nice.

As for most of my clean-ups, I have dropped a few workarounds and exchanged
them for std::abort() calls, so instead of ignoring the problem and hoping for
the best, LO quits / crashs.

In this case we try to release the SolarMutex we don't own, which is forbidden
AKA undefined. Either the Mutex is locked by an other thread, or not locked at
all. If frame #3 had a valid line number, one would know which of these two is
the problem here.

My guess: somewhere in this BT we must grab the SolarMutex, so we can correctly
release it. Since we're doing GUI stuff, we definitely need it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to