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

--- Comment #33 from Patrick Luby <[email protected]> ---
(In reply to Alex Thurgood from comment #31)
> Created attachment 187286 [details]
> LLDB backtrace on crash

Thank you for the lldb output. What jumped out of the output was the following
messages right before the crash:

2023-05-15 10:59:49.241237+0200 soffice[3817:127564] [default]
CGSWindowShmemCreateWithPort failed on port 0
libc++abi: terminating due to uncaught exception of type
com::sun::star::uno::RuntimeException

The CGSWindowShmemCreateWithPort() is a very low level macOS function that we
cannot call directly.

I am not sure what can be done is this function fails, but maybe worst case is
we can catch the C++ com::sun::star::uno::RuntimeException that the failure
CGSWindowShmemCreateWithPort() apparently triggers. Not sure if that will work
or just leave the application in an unusable state.

I'll doing some web searching is see if any other applications have any insight
on how to handle these failures.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to