https://bugs.documentfoundation.org/show_bug.cgi?id=170913
--- Comment #2 from Gael Chauffaut <[email protected]> --- Steps: 1. Download attachment (LOTest.java) and attachment (blank.odt). 2. Edit LOTest.java: 2.2. Line 19: change ODT_FILE constant to point to your blank.odt (for me, it became "C:\\Downloads\\blank.odt"). 2.1. Line 21: change SOFFICE_EXE constant, the first element of cmdArray, into a path to your LO. 3. Build and Run the result, using the libreoffice.jar found in your LO installation. E.g., my command lines were: build to C:\Downloads > javac.exe -cp "C:\Program Files\LibreOffice\program\classes\libreoffice.jar" > C:\Downloads\LOTest.java -d C:\Downloads\build Run > java.exe -cp "C:\Downloads\build;C:\Program > Files\LibreOffice\program\classes\libreoffice.jar" LOTest You may need 2 ou 3 executions to reproduce, but the crashes are very frequent. And sometimes, no crash but the GUI becomes erratic (and may crash after a while) By the way, disabling Skia may help for GUI visual glitches on 25.8, but it's not an option anymore on 26.2 Feel free to ask for anything I can do to help for this bug investigation ! -- You are receiving this mail because: You are the assignee for the bug.
