Summary: | Dolphin crashed without any obvious reason (QAbstractScrollArea::viewport, KTreeView::KTreeViewPrivate::qt_metacall) | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Darek <gdarecki> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, davidsboogs, echidnaman, eljefedelito, frank78ac, kde-2011.08, marko.gabriel.cz, mnd999, moabi2000, skierpage, sylvain.garsault |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: |
Description
Darek
2009-07-07 00:40:31 UTC
This looks related to bug 198297. Thanks *** Bug 203604 has been marked as a duplicate of this bug. *** *** Bug 207466 has been marked as a duplicate of this bug. *** - Have anyone experienced this crash again on KDE4.3 ? Thanks My duplicate was filed against KDE 4.3.1. Oops.. thanks From bug 212516: -- [KCrash Handler] #5 0x00007f0526ba9bb4 in QAbstractScrollArea::viewport (this=0x16375c0) at widgets/qabstractscrollarea.cpp:538 #6 0x0000000000442b97 in KTreeView::KTreeViewPrivate::startScrolling (this=0x1639110) at ../../../../apps/dolphin/src/panels/folders/ktreeview.cpp:61 #7 0x0000000000442f08 in KTreeView::KTreeViewPrivate::qt_metacall (this=0x1639110, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff0f77f0f0) at ./ktreeview_p.moc:69 *** Bug 212516 has been marked as a duplicate of this bug. *** From bug 220945: --- What I was doing when the application crashed: I tryed to share a folder. I clicked on the Configure File Sharing button on the share tab of its properties, and entered my password. Then nothing happened except the button disabling itself. So I closed the dialog and tried again. This time the button disabling happened instantly (no password entry) but still nothing else happened. So I went to Konqueror to try and do it from there and Dolphin crashed. *** Bug 220945 has been marked as a duplicate of this bug. *** *** Bug 198297 has been marked as a duplicate of this bug. *** *** Bug 226219 has been marked as a duplicate of this bug. *** *** Bug 236223 has been marked as a duplicate of this bug. *** *** Bug 248472 has been marked as a duplicate of this bug. *** *** Bug 252117 has been marked as a duplicate of this bug. *** *** Bug 256682 has been marked as a duplicate of this bug. *** I think the problem is that KTreeView::KTreeViewPrivate::startScrolling() tries to access the parent's viewport() after the viewport may already have been destroyed (because startScrolling() is invoked by a timer with a 300 ms delay). The code underwent some changes for KDE 4.6 - it could be that this fixed the crash. |