Summary: | First Plasma, then KWin, then Dolphin crashed | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Mark Szentes-Wanner <mark> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 4.13.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/1938ad54d4ee640f04d24bad3b690095bc9b8668 | Version Fixed In: | |
Sentry Crash Report: |
Description
Mark Szentes-Wanner
2014-05-14 21:02:31 UTC
Thanks for the bug report! The backtrace doesn't really tell much about the cause of the crash. It could be a problem in QGraphicsView itself, or an invalid memory access in Dolphin or somewhere else. In principle, the best way to find out more about the problem would be a Valgrind log (see http://community.kde.org/Dolphin/FAQ/Crashes), but this is basically impossible to get if the crash occurs only randomly and rarely. One thing that we could do would be to replace the "delete m_selectionToggle" in KItemListWidget::slotHoverAnimationFinished(), which calls the crashing code, by a deleteLater(). I'm not sure if it will really fix the problem though. Git commit 1938ad54d4ee640f04d24bad3b690095bc9b8668 by Frank Reininghaus. Committed on 09/11/2014 at 17:08. Pushed by freininghaus into branch 'Applications/14.12'. Use deleteLater() to delete the selection toggle in KItemListWidget This patch should make a crash with a backtrace as provided in the bug report impossible. I'm not sure if this would really prevent the crash - it looks like the actual cause of the problem could be in QGraphicsView or anywhere else, but it's hard to tell because the bug was reported just once and does not seem reproducible. But I'm pretty sure that this change doesn't make anything worse. REVIEW: 121087 M +1 -1 dolphin/src/kitemviews/kitemlistwidget.cpp http://commits.kde.org/kde-baseapps/1938ad54d4ee640f04d24bad3b690095bc9b8668 |