Problem description: calc crashes on spell check Operating system: Windows 7 & Ubuntu Steps to reproduce: 1. open a new calc sheet 2. type anything with wrong spelling 3. press F7 for spell check 4. press "correct" button Current behavior: libreoffice crashes Expected behavior: Operating System: Ubuntu Version: 4.1.0.4 release
Reproducible under both Windows 7 & Ubuntu 13.04, and only if the spelling error isn't located in A1 cell.
Created attachment 84202 [details] backtrace (Ubuntu 13.04)
Same for Version: 4.1.1.1 Build ID: a990db030b8125868501634ff662be1d89d0868 on Windows 7 Can confirm Maxim's comment that crash only occurs if the spelling error isn't located in A1 cell.
This also crashes Libreoffice 4.1.0.4 under Debian 7.1 Here is what happened when running soffice in gdb: Program received signal SIGSEGV, Segmentation fault. 0x00007fffd1d55437 in (anonymous namespace)::lclCloneCell(ScBaseCell const&, ScDocument&, ScAddress const&, int) () from /opt/libreoffice4.1/program/../program/libsclo.so
https://gerrit.libreoffice.org/#/c/5515/ I think is the right fix
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=48cfdaa4fa453af03d18832e3765ffd65a5e107f&h=libreoffice-4-1 Resolves: fdo#68220 wrong index into source table It will be available in LibreOffice 4.1.2. 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.
Created attachment 84290 [details] tried under Windows7..... .... spell check work OK for /me under Windows 7, LO version 4.1.0.4
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-1-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=47ad11491b4a9dcaefd5f9184e34814d0f7520f9&h=libreoffice-4-1-1 Resolves: fdo#68220 wrong index into source table It will be available already in LibreOffice 4.1.1. 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.
The bug reappeared in Version: 4.2.0.1
indeed, crashes for me too in 4.2.0.1
Please file a new bug for this. 4.1 and 4.2 have enough differences that we can't assume it's the same bug.
Hi Kohei Yoshida, filed a new bug for this https://bugs.freedesktop.org/show_bug.cgi?id=73021 Thanks