| Summary: | Karbon crashed after tried to "select all" the items | ||
|---|---|---|---|
| Product: | [Applications] karbon | Reporter: | daniel <popguz> |
| Component: | general | Assignee: | Jan Hambrecht <jaham> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | fell |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/office/calligra/commit/106fe0496bc197d4b60d8b5a46a5e9d6b16cf6d4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
daniel
2020-09-21 08:00:03 UTC
A possibly relevant merge request was started @ https://invent.kde.org/office/calligra/-/merge_requests/8 Git commit 9cb5daccc97bd615cc39f09254f46d0fd6fb0abc by Anthony Fieroni. Committed on 17/01/2021 at 19:09. Pushed by danders into branch 'master'. Remove duplicated actions provided by parent view Signed-off-by: Anthony Fieroni <bvbfan@abv.bg> M +6 -67 karbon/ui/KarbonView.cpp M +0 -4 karbon/ui/KarbonView.h https://invent.kde.org/office/calligra/commit/9cb5daccc97bd615cc39f09254f46d0fd6fb0abc Git commit 106fe0496bc197d4b60d8b5a46a5e9d6b16cf6d4 by Anthony Fieroni. Committed on 19/01/2021 at 05:55. Pushed by anthonyfieroni into branch 'calligra/3.2'. Remove duplicated actions provided by parent view Signed-off-by: Anthony Fieroni <bvbfan@abv.bg> M +6 -67 karbon/ui/KarbonView.cpp M +0 -4 karbon/ui/KarbonView.h https://invent.kde.org/office/calligra/commit/106fe0496bc197d4b60d8b5a46a5e9d6b16cf6d4 Created attachment 157138 [details]
New crash information added by DrKonqi
karbon (3.2.1) using Qt 5.15.8
I was editing an SVG file with two objects in it that were overlapping almost exactly. Therefore I couldn't select the bottom object. I pressed CTRL+A to "Select All" and Karbon crashed immediately.
-- Backtrace (Reduced):
#4 0x00007f62e68c124a in KoShapeContainer::shapes() const () from /usr/lib/libflake.so.17
#5 0x00007f62d84c915c in KarbonView::editSelectAll() () from /usr/lib/libkarbonui.so.17
[...]
#7 0x00007f62e776bec7 in QAction::triggered(bool) () from /usr/lib/libQt5Widgets.so.5
#8 0x00007f62e77718c7 in QAction::activate(QAction::ActionEvent) () from /usr/lib/libQt5Widgets.so.5
#9 0x00007f62e777198e in QAction::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
|