https://bugs.documentfoundation.org/show_bug.cgi?id=170913
Bug ID: 170913
Summary: LibreOffice frequent crashes and erratic GUI when
opening document from UNO socket
Product: LibreOffice
Version: 25.8.4.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
Created attachment 205657
--> https://bugs.documentfoundation.org/attachment.cgi?id=205657&action=edit
Java code demonstrating the problem
I have a Java program (attached) that starts a LO process with --accept=socket
option, connects to it using a socket and uses loadComponentFromURL to open an
ODT file.
This is NOT headless mode, the user then uses LO to do its work on the opened
file.
Doing this with up to LO 25.2 works perfectly, but LO 25.8 and 26.2 are
unstable when started that way. Frequent crashes, even more frequent visual
glitches from menus and other GUI elements.
It happens with any ODT files that I've tried, all of which can be opened
without problems when LO is started without the --accept=socket option - the
one I am testing with has been created in LO 26.2 and is completely empty.
Some crash dumps are created under %USERPROFILE%\AppData\Local\CrashDumps but
I'm missing the pdb files (especially mergedlo) to analyse them (sorry...)
--
You are receiving this mail because:
You are the assignee for the bug.