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

Patrick (volunteer) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #15 from Patrick (volunteer) <[email protected]> ---
(In reply to [email protected] from comment #12)
> I also get "zsh: killed" when trying to run the official downloaded version
> of uri-encode; but not when using a locally built LibreOffice.

I can confirm that codesigning triggers this bug. Like @Dan, I couldn't
reproduce the bug when running ./instdir/LibreOfficeDev.app in my local build.
I have a valid Apple developer certificate so I enabled building a signed
installer in my build by adding the following to my autogen.input file:

--with-package-format=dmg
--enable-macosx-code-signing

After building, I opened and installed the .dmg file in my build's
./workdir/installation/LibreOfficeDev/dmg/install/en-US/ folder into my
/Applications folder, and then launched /Applications/LibreOfficeDev.app.

Results: the bug still does not occur in my build's unsigned
./instdir/LibreOfficeDev.app but I can reproduce it in the signed
/Applications/LibreOfficeDev.app that I built locally.

My guess is the problem is in the codesigning of the
/Applications/LibreOfficeDev.app/Contents/Resources/senddoc script. While
/Applications/LibreOfficeDev.app/Contents/Frameworks/LibreOfficePython.framework/Versions/3.13/bin/python3
is codesigned, I get the following codesigning output for the senddoc script:

/Applications/LibreOfficeDev.app/Contents/Resources/senddoc: code object is not
signed at all

I also get the same "code object is not signed at all" for the senddoc script
in the official LibreOffice 26.2.1.2 installation as well.

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

Reply via email to