https://bugs.documentfoundation.org/show_bug.cgi?id=171948
--- Comment #3 from Patrick (volunteer) <[email protected]> --- What jumps out at me in the crash log is that none of the stack is actually in LibreOffice's extension. To me, it looks like macOS is in the middle of launching an application so I assume that the crash is happening while macOS' "Quick Look Preview" application is creating its window. Is the stack in the crash log identical when previewing an .odt and an .ods file? I ask because macOS does not use LibreOffice's extension for .odt files. Instead, macOS uses its own bundled extension for .odt files: https://wiki.documentfoundation.org/MacOS/Quick_Look#Known_issues So, since macOS loads different extensions for .odt and .ods files and the .odt extension is a system extension, my first guess is that something is broken before an extension is even loaded. What happens if create very simple .docx and .xlsx files using LibreOffice's File > Save As menu item? Do you see the same crash? -- You are receiving this mail because: You are the assignee for the bug.
