Summary: | Dolphing crashed when filtering items [ KItemListView::slotItemsRemoved ] | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Alex Fiestas <afiestas> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | 4ernov |
Priority: | NOR | ||
Version: | 2.0.95 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Alex Fiestas
2012-04-29 17:53:41 UTC
Alex, do you probably have a directory where the crash is reproducible in a reliable way, that you can attach as zip-file to this report? Do you have the details-view enabled with sub-trees open when filtering? In the end I guess it should not be tricky to fix (the ASSERT gives already a hint whats going wrong), but I need to be able to reproduce it first and it looks like the way I'm doing the filtering never triggers this issue... :-/ It is an ftp folder, and I do the filtering action quite quickly after I see the first item, Will check if I can spot any other pattern. Created attachment 72134 [details]
New crash information added by DrKonqi
dolphin (2.0) on KDE Platform 4.8.2 (4.8.2) using Qt 4.8.1
- What I was doing when the application crashed:
Dolphin crashed when removing with Backspace filter phrase. It seems to try to find the proper result for every intermediate phrase which obviously changed quite fast (as I keep pushing Backspace).
-- Backtrace (Reduced):
#11 0x00007fdd18b49691 in KItemListView::slotItemsRemoved (this=0x1e83640, itemRanges=...) at /usr/src/packages/kde4/4.8.2/kde-baseapps-4.8.2/dolphin/src/kitemviews/kitemlistview.cpp:996
#12 0x00007fdd18b1a779 in KFileItemListView::slotItemsRemoved (this=0x781, itemRanges=...) at /usr/src/packages/kde4/4.8.2/kde-baseapps-4.8.2/dolphin/src/kitemviews/kfileitemlistview.cpp:423
[...]
#14 0x00007fdd18b55a65 in KItemModelBase::itemsRemoved (this=0x781, _t1=...) at /usr/src/packages/kde4/4.8.2/kde-baseapps-4.8.2/build/dolphin/src/kitemmodelbase.moc:127
#15 0x00007fdd18b29919 in KFileItemModel::removeItems (this=<optimized out>, items=...) at /usr/src/packages/kde4/4.8.2/kde-baseapps-4.8.2/dolphin/src/kitemviews/kfileitemmodel.cpp:1033
#16 0x00007fdd18b2b960 in KFileItemModel::setNameFilter (this=0x1e82d40, nameFilter=...) at /usr/src/packages/kde4/4.8.2/kde-baseapps-4.8.2/dolphin/src/kitemviews/kfileitemmodel.cpp:538
Resetting assignee to default as per bug #305719 This bug was fixed iirc, should we close it? There were quite a few changes in that function, so it could be that it is fixed. Considering that we did not get any reports for Dolphin >= 2.1, this seems indeed likely. I would prefer if we knew what exactly triggered the crash in the first place, so we could add a unit test and prevent that it reappears at some point, but I guess we can really close it then. Thanks for your help. |