Summary: | Crash in KItemListController::onRelease | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | akselmo, danii.dias, davidbryant, fmauro, kde, kfm-devel, mailinglist, nate, stefanchrisostomus13 |
Priority: | HI | Keywords: | qt6 |
Version: | 24.01.75 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/697d1648b796b6ba5c08dc01a86ed2e324690abf | Version Fixed In: | 24.02 |
Sentry Crash Report: |
Description
Patrick Silva
2023-11-20 15:30:49 UTC
*** Bug 477540 has been marked as a duplicate of this bug. *** https://bugs.kde.org/show_bug.cgi?id=477540 has some useful notes *** Bug 477097 has been marked as a duplicate of this bug. *** *** Bug 470296 has been marked as a duplicate of this bug. *** *** Bug 439635 has been marked as a duplicate of this bug. *** *** Bug 437832 has been marked as a duplicate of this bug. *** I am unable to reproduce this even after following the notes in https://bugs.kde.org/show_bug.cgi?id=477540#c5 However, I think it might be related to https://bugs.kde.org/show_bug.cgi?id=477607 since the treeview being broken and thinking some files are expandable files could cause problems. To reproduce: - enable selection mode (at least once) with the space key - setStyle(QApplication::style()); calls once - change the qstyle in systemsettings - click on something the previously set style is now dangling Git commit 697d1648b796b6ba5c08dc01a86ed2e324690abf by Akseli Lahtinen. Committed on 29/11/2023 at 17:00. Pushed by akselmo into branch 'master'. Set style to nullptr before painting listview Resolves any possible dangling pointers if application style is changed after toggling the selection mode M +2 -2 src/views/dolphinview.cpp https://invent.kde.org/system/dolphin/-/commit/697d1648b796b6ba5c08dc01a86ed2e324690abf *** Bug 444430 has been marked as a duplicate of this bug. *** |