[Libreoffice-bugs] [Bug 44497] Extension CorePolyGUI causes Calc to crash when clicked on via Addons menu OSX

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 28 17:34:30 UTC 2017


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

--- Comment #24 from Jan-Marek Glogowski <glogow at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170928/55b3a820/attachment.html>


More information about the Libreoffice-bugs mailing list