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

--- Comment #30 from Patrick Luby <plub...@libreoffice.org> ---
(In reply to Patrick Luby from comment #29)
> Why won't you try what I asked for in comment #24?

Repeating the steps in comment #24 here:

The "Band-aid the problem" section has a debugging step. Can you quit
LibreOffice and try running LibreOffice in a Terminal using the following
commands?:

  export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
  /Applications/LibreOffice.app/Contents/MacOS/soffice

Does that stop the crashing? If no, can you post a new crash log?

Setting the OBJC_DISABLE_INITIALIZE_FORK_SAFETY environment variable to "YES"
before running the LibreOffice command causes Apple's Objective-C runtime to
use its pre-Ventura implementation. If crashing goes away, then that confirms
that Apple's change to the Objective-C runtime is the source of the bug.

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

Reply via email to