https://bugs.documentfoundation.org/show_bug.cgi?id=155212
--- Comment #11 from Chris Tapp <[email protected]> --- More testing: If LibreOffice is open, but there are no open documents: % time /Applications/LibreOffice.app/Contents/MacOS/soffice --convert-to pdf With-Fonts.odt 0.49s user 0.10s system 4% cpu 12.369 total If LibreOffice is open and displaying Without-Fonts.odt: % time /Applications/LibreOffice.app/Contents/MacOS/soffice --convert-to pdf With-Fonts.odt 0.49s user 0.10s system 0% cpu 2:45.82 total So, user and system time are the same, but there is a large increase in the total processing time. If there are 6 documents open, then the total time increases even more (other timings the same): % time /Applications/LibreOffice.app/Contents/MacOS/soffice --convert-to pdf With-Fonts.odt 0.50s user 0.11s system 0% cpu 18:16.57 total To me, this looks like there may be a lock related issue somewhere? -- You are receiving this mail because: You are the assignee for the bug.
