https://bugs.documentfoundation.org/show_bug.cgi?id=164047
--- Comment #9 from Patrick (volunteer) <[email protected]> --- (In reply to Patrick (volunteer) from comment #8) > Can anyone with macOS Big Sur running on Intel test if the nightly master > build also has the same bug? If yes, then maybe it is possible to bibisect > this? OK. So I downloaded the Intel pre-release build and on my Silicon macOS Sequoia it crashes immediately after Rosetta converts all of the Intel binaries to Silicon. When run from the command line I see the following: Referenced from: <53174C41-E4FD-3A70-A46A-5B19FAEE7ED7> /Applications/LibreOfficeDev.app/Contents/Frameworks/libraptor2-lo.0.dylib Reason: tried: '/usr/local/lib/libicuuc.dylib.75' (no such file), '/usr/lib/libicuuc.dylib.75' (no such file, not in dyld cache) (terminated at launch; ignore backtrace) So, for me, the Intel nightly master builds work but no the Intel prerelease build. So I ran the following against the Intel prerelease build: % otool -L /Applications/LibreOfficeDev.app/Contents/Frameworks/libraptor2-lo.0.dylib /Applications/LibreOfficeDev.app/Contents/Frameworks/libraptor2-lo.0.dylib: /@.__________________________________________________OOO/lib/libraptor2-lo.0.dylib (compatibility version 1.0.0, current version 1.0.0) @__________________________________________________URELIB/libicuuc.dylib.75 (compatibility version 75.0.0, current version 75.1.0) If I run the following against the Intel LibreOffice 24.8.3 release I get the following similar but different output: /@.__________________________________________________OOO/lib/libraptor2-lo.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libxml2.2.dylib (compatibility version 10.0.0, current version 10.9.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0) /usr/lib/libicucore.A.dylib (compatibility version 1.0.0, current version 70.1.0) So, my maybe the "@__________________________________________________URELIB" in the Intel prerelease build might be confusing the macOS library loader? Not sure why those are slowing up in 25.2 but not in 24.8.3. -- You are receiving this mail because: You are the assignee for the bug.
