| Summary: | Kate crash when I make a new session and I right-click on the "Welcome" item in the sidebar | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | David REVOY <info> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | lupoalberto12, pauljouser |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 22.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/commit/8dd60d94e4850e27a1245189e2f7c5f1f7f74d0a | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
David REVOY
2023-02-27 14:11:06 UTC
A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/1133 Git commit 1a911d43e086ba3b94ef4dd73b85975c1f034e13 by Waqar Ahmed. Committed on 27/02/2023 at 15:21. Pushed by cullmann into branch 'master'. Fix widgets not cleared on new session M +39 -5 apps/lib/autotests/kate_view_mgmt_tests.cpp M +1 -0 apps/lib/autotests/kate_view_mgmt_tests.h M +11 -0 apps/lib/session/katesessionmanager.cpp https://invent.kde.org/utilities/kate/commit/1a911d43e086ba3b94ef4dd73b85975c1f034e13 Git commit 8dd60d94e4850e27a1245189e2f7c5f1f7f74d0a by Waqar Ahmed. Committed on 28/02/2023 at 13:07. Pushed by waqar into branch 'release/22.12'. Fix widgets not cleared on new session M +39 -5 apps/lib/autotests/kate_view_mgmt_tests.cpp M +1 -0 apps/lib/autotests/kate_view_mgmt_tests.h M +11 -0 apps/lib/session/katesessionmanager.cpp https://invent.kde.org/utilities/kate/commit/8dd60d94e4850e27a1245189e2f7c5f1f7f74d0a Created attachment 156992 [details]
New crash information added by DrKonqi
kate (22.12.3) using Qt 5.15.8
1. Click on "Documents".
2. Create a new "Welcome" widget. You should have at least 2 "Welcome" widgets.
3. Close the active "Welcome" widget from the "Documents" tree view.
4. Click on the other "Welcome" widget.
5. Crash.
-- Backtrace (Reduced):
#6 0x00007f43cf7e27fa in QAbstractItemView::clicked(QModelIndex const&) () from /usr/lib/libQt5Widgets.so.5
#7 0x00007f43cf7dd9f5 in QAbstractItemView::mouseReleaseEvent(QMouseEvent*) () from /usr/lib/libQt5Widgets.so.5
#8 0x00007f43cf5af837 in QWidget::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#9 0x00007f43cf65da23 in QFrame::event(QEvent*) () from /usr/lib/libQt5Widgets.so.5
#10 0x00007f43ce88dbb2 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
*** Bug 467614 has been marked as a duplicate of this bug. *** *** Bug 467655 has been marked as a duplicate of this bug. *** |