Summary: | Recurring crash, open this archive, then extract/cancel a couple times | "ASSERT: \"lister->d->m_cachedItemsJob == 0\" | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | peaches <pzcdyhbb0nzq9layi4mcj1hhp> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra, rakuco, schwarzer, shafff |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
peaches
2009-05-26 18:16:22 UTC
I couldn't reproduce this crash with trunk. Neither did the UI freeze in my tests. Can you try updating your revision (of both Ark and kdelibs)? As for the '.' as the root folder, that's indeed a bug. I'll file a report for it separately. Thanks. Ok I've tested this more now on r975731. I see the original instructions aren't quite exact enough. It requires opening the file from the network presumably through http kioslave, not locally. Actually it's crashing for lots of files so here's a quick smaller one to try. Open like so then check: ark 'http://plmegalo.free.fr/MVE/OpenSoundEditor.amarokscript.tar.bz2' About freezing, if I put ark in a shell loop repeatedly opening the local original file above (while true; do ark ...; done), I can usually get a random UI freeze fairly soon, no more than about a dozen opens before hitting one. The last output line then is ark(30146)/ark (kdeutils) ArchiveModel::sort: Which is normally right before the usual line: Kerfuffle::ThreadExecution::run: Finished exec If there's a way to good way to provide more information on UI freezes I can try that too. (In reply to comment #2) > Ok I've tested this more now on r975731. I see the original instructions aren't > quite exact enough. It requires opening the file from the network presumably > through http kioslave, not locally. Actually it's crashing for lots of files so > here's a quick smaller one to try. Open like so then check: > > ark 'http://plmegalo.free.fr/MVE/OpenSoundEditor.amarokscript.tar.bz2' I tried running this command for more than 10 times and it worked flawlessly. > About freezing, if I put ark in a shell loop repeatedly opening the local > original file above (while true; do ark ...; done), I can usually get a random > UI freeze fairly soon, no more than about a dozen opens before hitting one. The > last output line then is ark(30146)/ark (kdeutils) ArchiveModel::sort: > > Which is normally right before the usual line: Kerfuffle::ThreadExecution::run: > Finished exec > > If there's a way to good way to provide more information on UI freezes I can > try that too. I couldn't reproduce it here either, but there may be a race condition somewhere indeed. That's another bug report, though. For now, I think this bug report should be left in kdelibs. Let's wait for someone to take a closer look into this. Would you please file a separate bug report for the UI freeze? *** Bug 202054 has been marked as a duplicate of this bug. *** I think bug 202054 is a duplicate - since I experienced it myself, I'm marking this one as NEW. If it's of interest, the backtrace in bug 202054 seems a bit better or at least newer. If it's also of interest, I was forgetting to delete the QPointer to the dialog before. I have no idea if this is related. Bug 214313 seems to have a similar backtrace with the followin description: What I was doing when the application crashed: When I open a project two times in a row, Lokalize crashes with the attached backtrace. *** Bug 214313 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 175035 *** |