[Libreoffice-bugs] [Bug 123733] Crash when loading the same file twice but first load was not "complete"

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Oct 11 09:53:30 UTC 2019


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

--- Comment #5 from Tor Lillqvist <tml at iki.fi> ---
Just adding some general notes in case I forget, if other more urgent things
intervene, and/or if somebody else starts looking into this:

Although a good fix for this seems to be hard to find, it is reasonably obvious
what the problem is. If one pauses the app process during the never-ending
"Connecting..." spinner, one sees that there are two lokit_main threads. That
is a clear sign that the plumbing of the separate threads, FakeSockets, and
whatnot in the app is totally confused, and no wonder that nothing works. I
tried various things including adding mutexes to make sure just one
lokit_main() is running at a time, but no cigar so far.

-- 
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/20191011/705cab45/attachment.html>


More information about the Libreoffice-bugs mailing list