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

--- Comment #4 from Tor Lillqvist <t...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to