Summary: | Dolphin crashed while filtering [ KFileItemModel::expandedParentsCountCompare ] | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | fsanchez <franciscoadriansanchez> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | eljefedelito, franciscoadriansanchez, nico.kruber |
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
fsanchez
2012-08-16 19:29:16 UTC
Created attachment 73399 [details]
New crash information added by DrKonqi
dolphin (2.0) on KDE Platform 4.8.5 (4.8.5) using Qt 4.8.1
- What I was doing when the application crashed:
It has happen again. The only difference is that this time I had already been filtering before, and started to filter from a previous result. In fact, I filtered 2 or 3 times before the crash.
-- Backtrace (Reduced):
#7 QUrl::QUrl (this=0x7fff6af18500, other=...) at io/qurl.cpp:4242
#8 0x00007f60bb5a05c9 in KUrl::KUrl (this=0x7fff6af18500, _u=...) at ../../kdecore/io/kurl.cpp:490
#9 0x00007f60bc0e82d0 in KFileItem::url (this=<optimized out>) at ../../kio/kio/kfileitem.cpp:1368
#10 0x00007f60bd3f7ecd in KFileItemModel::expandedParentsCountCompare (this=0xa5a250, a=0x125ebc0, b=0x12c6ba0) at ../../../dolphin/src/kitemviews/kfileitemmodel.cpp:1578
#11 0x00007f60bd3f8222 in KFileItemModel::lessThan (this=0xa5a250, a=0x125ebc0, b=0x12c6ba0) at ../../../dolphin/src/kitemviews/kfileitemmodel.cpp:1256
Resetting assignee to default as per bug #305719 *** Bug 310100 has been marked as a duplicate of this bug. *** Unfortunately, looking at the code doesn't tell me yet how such a crash can happen :-( If anyone finds a way to reproduce this, please let us know. From bug 312881: - What I was doing when the application crashed: I had a subfolder expanded and deleted a file in there. Then from another terminal I created a file with the same name in the root folder I was viewing and I went back to dolphin starting to type the file name into the filter bar when it crashed... Just for the record, there is a reproducible crash with this backtrace (bug 311947), which is about making an expanded folder hidden by adding a dot at the beginning of its name. The problem is, like here, that there are child items without parent in the view. *** Bug 312881 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 294616 *** |