Summary: | Dolphin crashed in column mode | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | rohitece06 <rohitkumar.ece06> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | frank78ac, karl_heinz |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
rohitece06
2010-06-22 02:34:12 UTC
Thanks for the bug report! This has been fixed by the recent commit http://websvn.kde.org:80/?view=revision&revision=1137344 Created attachment 50631 [details]
New crash information added by DrKonqi
dolphin (1.5) on KDE Platform 4.5.00 (KDE 4.5.0) using Qt 4.7.0
- What I was doing when the application crashed:
Changing the view from detailview to columnview leads dolphin to crash.
Bug "242442" with the exact the same debug output is marked as fixed, but it seems that the bug is not yet fixed.
-- Backtrace (Reduced):
#7 QObjectPrivate::setParent_helper (this=0x9e002c8, o=0x9625a38) at kernel/qobject.cpp:1971
#8 0x01f08d77 in QObject::setParent (this=0x9d27c60, parent=0x9625a38) at kernel/qobject.cpp:1944
#9 0x007c329e in DolphinView::createView (this=0x9625a38) at ../../../../apps/dolphin/src/dolphinview.cpp:1294
#10 0x007c83ad in DolphinView::setMode (this=0x9625a38, mode=DolphinView::ColumnView) at ../../../../apps/dolphin/src/dolphinview.cpp:238
#11 0x007cb315 in DolphinViewActionHandler::slotViewModeActionTriggered (this=0x94ae140, action=0x94b0eb8) at ../../../../apps/dolphin/src/dolphinviewactionhandler.cpp:266
(In reply to comment #2) There are some more reports with this backtrace (bug 245878, bug 246805). It seems that the commit did not fix all possible ways to get this crash. |