Summary: | Calligra Sheets crashed when "cut" a column | ||
---|---|---|---|
Product: | [Applications] calligrasheets | Reporter: | Luca Weiss <bugzilla> |
Component: | general | Assignee: | Calligra Sheets (KSpread) Bugs <calligra-sheets-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | alan, dag.andersen, marcus.b |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 2.9.11 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=391018 | ||
Latest Commit: | https://invent.kde.org/office/calligra/commit/a43a05877689f7cdb7a3f1b36e05626027869d72 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Luca Weiss
2016-09-15 15:02:20 UTC
Cannot reproduce this on: KDE Neon 5.8.3 calligrasheets 3.0 Alpha Created attachment 103925 [details]
New crash information added by DrKonqi
calligrasheets (2.9.11) on KDE Platform 4.14.26 using Qt 4.8.7
- What I was doing when the application crashed:
I cut and attempted to paste an entire row (as opposed to a subset of cells in that row) into another row.
-- Backtrace (Reduced):
#7 0x00007f2e42d79f67 in Calligra::Sheets::StyleStorage::invalidateCache(QRect const&) () from /lib64/libcalligrasheetsodf.so.14
#8 0x00007f2e42d7b97f in Calligra::Sheets::StyleStorage::regionChanged(QRect const&) () from /lib64/libcalligrasheetsodf.so.14
#9 0x00007f2e42d7eb9e in Calligra::Sheets::StyleStorage::insert(Calligra::Sheets::Region const&, Calligra::Sheets::Style const&) () from /lib64/libcalligrasheetsodf.so.14
#10 0x00007f2e42c6964e in Calligra::Sheets::CellStorage::setStyle(Calligra::Sheets::Region const&, Calligra::Sheets::Style const&) () from /lib64/libcalligrasheetsodf.so.14
#11 0x00007f2e430dbda1 in Calligra::Sheets::DeleteCommand::process(Calligra::Sheets::Region::Element*) () from /lib64/libcalligrasheetscommon.so.14
*** Bug 377775 has been marked as a duplicate of this bug. *** Git commit a43a05877689f7cdb7a3f1b36e05626027869d72 by Tomas Mecir. Committed on 21/05/2022 at 12:52. Pushed by mecir into branch 'master'. Disable the style cache, it's causing more problems than it's worth. Related: bug 391018, bug 448587, bug 449729 M +41 -41 sheets/core/StyleStorage.cpp https://invent.kde.org/office/calligra/commit/a43a05877689f7cdb7a3f1b36e05626027869d72 |