Summary: | segmentation fault if a value in a foreign sheet is used in a formula | ||
---|---|---|---|
Product: | [Applications] calligrasheets | Reporter: | Benedikt Schmidt <benediktibk> |
Component: | functions | Assignee: | Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | luigi.toscano, mkruisselbrink |
Priority: | NOR | ||
Version: | 2.4.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Benedikt Schmidt
2012-06-24 10:10:17 UTC
(In reply to comment #0) > If I try to use a cell from an other sheet in a formula the application > crashes with a segmentation fault. > Did it happen when you typed: =SHEETS(Sheetname! (when typing the exclamation mark?) If yes, it could be the same issue I've found in https://bugs.kde.org/show_bug.cgi?id=304825 No, I typed nothing. I created the formula through a mouse click and this resulted in =Sheet2!A1 > Git commit 82d6e2f6ea1a42e5099dd4b4be173cf1f5ed2084 by Marijn Kruisselbrink. > Committed on 13/08/2012 at 03:00. > Pushed by mkruisselbrink into branch 'master'. > > Fix infinite loop when closing the cell editor while a different sheet is active. > > Changing of the active sheet should be done before we end referenceMode, otherwise changing the sheet ends up closing the editor, even if we are already in the process of doing so. > > M +2 -2 sheets/ui/Selection.cpp > > http://commits.kde.org/calligra/82d6e2f6ea1a42e5099dd4b4be173cf1f5ed2084 |