Summary: | Assertion triggered in KDirListerCache::slotEntries() | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Andrey Voronov <voronov84> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | agateau, andresbajotierra, matti.valovirta, peter.penz19, rakuco |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrey Voronov
2009-09-14 12:44:32 UTC
Seems like a KIO related crash. - Does this always happen when opening the same folder ? - Does it happen if you open the same folder with Dolphin ? Thanks Yes, this happen always when opening same folder. No, Dolphin not crash. *** Bug 257301 has been marked as a duplicate of this bug. *** *** Bug 257431 has been marked as a duplicate of this bug. *** Duplicate bug 257431 provides the following steps to reproduce the crash: - Start Dolphin - Press Ctrl+F (-> searchbox is shown) - Enter any arbitrary text (-> searching is started) - Press the stop-button in the statusbar Dolphin calls KDirLister::stop(). As KIO-slave filenamesearch:/ is used (see dolphin/src/search/filenamesearch.*) I fixed the crash from comment #5 in bef0bd3e (last Wed in trunk, backported today to 4.6 branch, for kdelibs-4.6.1). But that was due to the user stopping a running job, while the original bug here is not about that. It looks old and fixed since long, though, so I'm closing this bug, please reopen if you still get a crash once kdelibs-4.6.1 is out. |