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

--- Comment #23 from Patrick Luby <plub...@libreoffice.org> ---
(In reply to steve from comment #22)
> What doesn't add up in regards to the commit you linked is the timeline,
> since I've been seeing those crashes since december 2022, probably earlier
> as I didn't immediately file the bug when I first saw the crashes and linked
> commit is from 2023-07.

Oh well, it least we know that it isn't Homebrew or MacPorts causing this in
your case since those paths don't contain any gpg* commands. /usr/local/bin is
earlier in gpgme's search path both before and after my patch so I thin we can
conclude that LibreOffice is trying to run the gpg* commands installed by
GPGTools in /usr/local/bin and /usr/local/MacGPG2/bin.

So I installed GPGTools yesterday and I am able to do digital signing with a
personal key I created in GPGTools. What is maddening about this bug is the
crash is occuring in a macOS system function. After much online searching, the
closest to your crash that I could find is in the following Apple link (note:
the link seems to only be readable in Safari):

https://developer.apple.com/forums/thread/737464

I'll read that and see if that might give me some idea on why launching a
Terminal command would crash. I have never experienced the fork() system
function crashing.

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

Reply via email to