Created attachment 99392 [details] backtrace from the "send to apple" window Problem description: LibreOffice crashes when I try to open a certain .xlsx file. Note: Unfortunately, I won't be able to share the file as it contains sensitive information. I have not created the file myself, but I can open it in e.g. LibreOffice on Linux just fine. Without any modification done I can save the same file as .xlsx again and transfer the file to the MacOS machine, but then the file open just fine. I suspect the file was created by some MS Office installation and something in that file makes LibreOffice crash. Steps to reproduce: 1. open file.x 2. LibreOffice crashes 3. The "Send to Apple" report window opens Current behavior: LibreOffice crashes Expected behavior: LibreOffice should not crash :-) Operating System: Mac OS X Version: 4.2.4.2 release
Stephan Bergmann committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=423921b085de43f53e42f957889dd96378d2c3c4 fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationships The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
requested backport to libreoffice-4-2 towards LO 4.2.5 at <https://gerrit.libreoffice.org/9411>
Stephan Bergmann committed a patch related to this issue. It has been pushed to "libreoffice-4-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=164e10869f91b75db03b09f53e1467098b3e6b93&h=libreoffice-4-2 fdo#78949 Handle (SAXParse-)Exception that can't pass getAllRelationships It will be available in LibreOffice 4.2.5. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
For the record: only after I reported the bug I discovered the nightly builds and was able to open the .xlsx document with master~2014-05-18_04.57.47_LibreOfficeDev_4.3.0.0.alpha1_MacOS_x86.dmg installed. Thanks for pulling this into 4.2.5!
(In reply to comment #4) > For the record: only after I reported the bug I discovered the nightly > builds and was able to open the .xlsx document with > master~2014-05-18_04.57.47_LibreOfficeDev_4.3.0.0.alpha1_MacOS_x86.dmg > installed. This bug would silently be papered over by builds done with the GCC compiler (that's why it showed neither on Linux nor on OS X x86 builds), but not with the Clang compiler (that's why it showed on OS X x86_64 builds). I assume the build you originally experienced this with was the LO 4.2.4 OS X x86_64 one (requiring OS X 10.8 or newer), while the nightly you tested with (which doesn't contain the fix) is an OS X x86 one. But in any event, should be fixed now.