Summary: | i copied threee PDF files from external disk to my local hard drive with different permissions in dolphin | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Simon Andric <simonandric5> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | simonandric5 |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Simon Andric
2012-10-17 00:28:37 UTC
Created attachment 74586 [details]
New crash information added by DrKonqi
dolphin (2.1) on KDE Platform 4.9.80 using Qt 4.8.4
- What I was doing when the application crashed:
i saw one of the folders had "unknown" displayed instead of number of files it contains... when i tried to enter it it said in red rectangle "could not enter /disk/..."
hope it helps
nice day
simon :)
-- Backtrace (Reduced):
#7 0xb4fc33db in QHash<unsigned int, KIO::UDSEntryPrivate::Field>::value (this=0x4, akey=@0xbfe7db68: 16777220) at /opt/project-neon/include/QtCore/qhash.h:609
#8 0xb4fc2bb6 in KIO::UDSEntry::stringValue (this=0x98d0038, field=16777220) at /build/buildd/project-neon-kdelibs-2+git20121015+r92983/kio/kio/udsentry.cpp:75
#9 0xb4f4e5ef in KFileItem::iconName (this=0x9093df0) at /build/buildd/project-neon-kdelibs-2+git20121015+r92983/kio/kio/kfileitem.cpp:808
#10 0xb0e54046 in KFileItemModelRolesUpdater::applyResolvedRoles (this=0x90c4a80, item=..., hint=KFileItemModelRolesUpdater::ResolveAll) at /build/buildd/project-neon-kde-baseapps-2+git20121015+r17707/dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp:1021
#11 0xb0e5257c in KFileItemModelRolesUpdater::resolveNextPendingRoles (this=0x90c4a80) at /build/buildd/project-neon-kde-baseapps-2+git20121015+r17707/dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp:546
Created attachment 74587 [details]
New crash information added by DrKonqi
dolphin (2.1) on KDE Platform 4.9.80 using Qt 4.8.4
- What I was doing when the application crashed:
the same crash..again...it seems i cannot browse through more than 5-6 floder, subfolder without crashing dolphin :(
nice day
simon
-- Backtrace (Reduced):
#7 0xb4fc33db in QHash<unsigned int, KIO::UDSEntryPrivate::Field>::value (this=0x4, akey=@0xbfe7db68: 16777220) at /opt/project-neon/include/QtCore/qhash.h:609
#8 0xb4fc2bb6 in KIO::UDSEntry::stringValue (this=0x9750038, field=16777220) at /build/buildd/project-neon-kdelibs-2+git20121015+r92983/kio/kio/udsentry.cpp:75
#9 0xb4f4e5ef in KFileItem::iconName (this=0x95578d8) at /build/buildd/project-neon-kdelibs-2+git20121015+r92983/kio/kio/kfileitem.cpp:808
#10 0xb0e54046 in KFileItemModelRolesUpdater::applyResolvedRoles (this=0x90ff958, item=..., hint=KFileItemModelRolesUpdater::ResolveAll) at /build/buildd/project-neon-kde-baseapps-2+git20121015+r17707/dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp:1021
#11 0xb0e5257c in KFileItemModelRolesUpdater::resolveNextPendingRoles (this=0x90ff958) at /build/buildd/project-neon-kde-baseapps-2+git20121015+r17707/dolphin/src/kitemviews/kfileitemmodelrolesupdater.cpp:546
*** Bug 308525 has been marked as a duplicate of this bug. *** hello! i also would like to add this crash happens ALWAYS if i go int osome random directory and use mouse wheel for scrolling - has to d osth with displaying too many information of subfolders at the same time i think... :) nice day simon Thanks for the bug report! Considering the backtrace you posted in bug 308524, the slot KFileItemModelRolesUpdater::resolveNextPendingRoles() gets called recursively because it invokes itself using a single shot timer, which expires in Nepomuk's nested event loop. The cause of the crash probably is that the sets m_pendingVisibleItems and m_pendingInvisibleItems and iterators operating on them get corrupted because multiple invocations of KFileItemModelRolesUpdater::resolveNextPendingRoles() try to manipulate them. *** Bug 308618 has been marked as a duplicate of this bug. *** *** Bug 308619 has been marked as a duplicate of this bug. *** *** Bug 308520 has been marked as a duplicate of this bug. *** This should be fixed by changes in Nepomuk. |