Summary: | Dolphin crashes when I try to drag a column in details view mode | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kfm-devel, nate, nicolas.fella, uhhadd, zayed.alsaidi |
Priority: | NOR | Keywords: | drkonqi, regression |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/e8dc49e4b24f5805d0664fcf842ab7b94af4a013 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Patrick Silva
2022-01-27 11:26:59 UTC
Created attachment 146491 [details]
New crash information added by DrKonqi
dolphin (22.03.70) using Qt 5.15.3
- What I was doing when the application crashed:
This happen when I drag "Size" column or "Modified" column to the left or to the right.
-- Backtrace (Reduced):
#3 0x00007fbf4e00ebae in QWidget::testAttribute_helper (this=0x0, attribute=attribute@entry=Qt::WA_RightToLeft) at kernel/qwidget.cpp:11131
#4 0x00007fbf4e00ebe2 in QWidget::testAttribute (attribute=Qt::WA_RightToLeft, this=<optimized out>) at ../../include/QtWidgets/../../src/widgets/kernel/qwidget.h:884
#5 QWidget::layoutDirection (this=<optimized out>) at kernel/qwidget.cpp:4715
#6 0x00007fbf4f73c077 in KItemListHeaderWidget::paintRole(QPainter*, QByteArray const&, QRectF const&, int, QWidget*) const () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
#7 0x00007fbf4f73e59c in KItemListHeaderWidget::createRolePixmap(int) const () from /lib/x86_64-linux-gnu/libdolphinprivate.so.5
This seems to be caused by https://invent.kde.org/system/dolphin/-/merge_requests/328 Janet, could you please have a look? A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/354 Git commit e8dc49e4b24f5805d0664fcf842ab7b94af4a013 by Jan Blackquill, on behalf of Janet Blackquill. Committed on 03/03/2022 at 16:02. Pushed by cblack into branch 'master'. KItemListHeaderWidget: don't crash if widget == nullptr M +4 -2 src/kitemviews/private/kitemlistheaderwidget.cpp https://invent.kde.org/system/dolphin/commit/e8dc49e4b24f5805d0664fcf842ab7b94af4a013 |