Description: Opening an existing document (text document, presentation, drawing) 64LOb1 on macOS crashes. Exemptions are Math formulae, Calc spreadsheets and Base databases. Steps to Reproduce: 1. Open LibreOffice 6.4b1 on macOS 2. Open/create text document/presentation/drawing 3. Actual Results: LO crashes. Expected Results: LO works? Reproducible: Always User Profile Reset: Yes Additional Info:
Indeed, I can reproduce it in Version: 6.4.0.0.beta1 Build ID: 4d7e5b0c40ed843384704eca3ce21981d4e98920 CPU threads: 8; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; Locale: en-US (en_ES.UTF-8); UI-Language: en-US Calc: threaded but not in Version: 6.4.0.0.beta1+ Build ID: c2097477e3a43d75c170a6f7a5daf5dcb2169329 CPU threads: 8; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; Locale: en-US (en_ES.UTF-8); UI-Language: en-US Calc: threaded (bisect repo)
Not reproduced in Version: 6.4.0.0.alpha1+ Build ID: 9bc848cf0d301aa57eabcffa101a1cf87bad6470 CPU threads: 8; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; Locale: en-US (en_ES.UTF-8); UI-Language: en-US Calc: threaded (libreoffice-6-4-branch-point) so I believe the problem is with the packaging?
Same problem is safe mode
@Stephan, do you reproduce this issue with a local build ?
(In reply to Xisco Faulí from comment #1) > Indeed, I can reproduce it in > > Version: 6.4.0.0.beta1 > Build ID: 4d7e5b0c40ed843384704eca3ce21981d4e98920 > CPU threads: 8; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; > Locale: en-US (en_ES.UTF-8); UI-Language: en-US > Calc: threaded did you download that as pre-built (if yes, from where)?
(In reply to Stephan Bergmann from comment #5) > (In reply to Xisco Faulí from comment #1) > > Indeed, I can reproduce it in > > > > Version: 6.4.0.0.beta1 > > Build ID: 4d7e5b0c40ed843384704eca3ce21981d4e98920 > > CPU threads: 8; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; > > Locale: en-US (en_ES.UTF-8); UI-Language: en-US > > Calc: threaded > > did you download that as pre-built (if yes, from where)? From https://downloadarchive.documentfoundation.org/libreoffice/old/6.4.0.0.beta1/mac/x86_64/LibreOfficeDev_6.4.0.0.beta1_MacOS_x86-64.dmg
(In reply to Xisco Faulí from comment #6) > (In reply to Stephan Bergmann from comment #5) > > (In reply to Xisco Faulí from comment #1) > > > Indeed, I can reproduce it in > > > > > > Version: 6.4.0.0.beta1 > > > Build ID: 4d7e5b0c40ed843384704eca3ce21981d4e98920 > > > CPU threads: 8; OS: Mac OS X 10.14.6; UI render: default; VCL: osx; > > > Locale: en-US (en_ES.UTF-8); UI-Language: en-US > > > Calc: threaded > > > > did you download that as pre-built (if yes, from where)? > > From > https://downloadarchive.documentfoundation.org/libreoffice/old/6.4.0.0.beta1/ > mac/x86_64/LibreOfficeDev_6.4.0.0.beta1_MacOS_x86-64.dmg Can reproduce the failure with that. But unfortunately cannot get lldb to get a backtrace (maybe because the app is not from a certified developer?): Even after copying from the .dmg to /Applications and using Finder context-menu Open to Open it anyway, then > $ lldb -p 85619 # the pid of the running soffice > (lldb) process attach --pid 85619 > error: attach failed: Error 1 and (after closing that instance of soffice) > $ lldb /Applications/LibreOffice.app/Contents/MacOS/soffice > (lldb) target create "/Applications/LibreOffice.app/Contents/MacOS/soffice" > Current executable set to '/Applications/LibreOffice.app/Contents/MacOS/soffice' (x86_64). > (lldb) r > error: process exited with status -1 (Error 1) With a similar local build (4d7e5b0c40ed843384704eca3ce21981d4e98920, --disable-release-build --disable-debug --disable-dbgutil --with-package-format=dmg, among others) and installing workdir/installation/LibreOfficeDev/dmg/install/en-US/LibreOfficeDev_6.4.0.0.beta1_MacOS_x86-64.dmg, I can not reproduce the failure. (All on macOS 10.15.1.)
*** Bug 128899 has been marked as a duplicate of this bug. ***
Try the WORKAROUND proposed in bug 128896#c4 Does that change anything ?
(In reply to Alex Thurgood from comment #9) > Try the WORKAROUND proposed in bug 128896#c4 > > Does that change anything ? No, it doesn't change anything. Notice that Calc does open while Writer crashes ... So there is even different behavior depending on the module (in some way).
This issue is no longer reproducible with the new builds available at https://dev-builds.libreoffice.org/pre-releases/mac/x86_64/?C=S&O=D Please, re-install LibreOffice 6.4 beta1 Closing as RESOLVED WORKSFORME
Do we know why the previous builds did not function properly?