[Libreoffice-bugs] [Bug 122543] Crash after device was put into "stand by" mode

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 20 11:43:58 UTC 2019


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

--- Comment #4 from Tor Lillqvist <tml at iki.fi> ---
The immediate cause of the crash is that in DocumentViewController.mm, in the
block ("lambda") for the thread started by the dispatch_async() call in the
userContentController:didReceiveScriptMessage: instance method, the
fakeSocketAvailableDataLength() function returns -1 and that return value is
passed to the constructor for std::vector<char> buf(n). The root cause is more
complicated; for some reason a new Document object gets constructed even if an
existing one is active.

-- 
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/20190320/bafb4dc6/attachment.html>


More information about the Libreoffice-bugs mailing list