Summary: | Dolphin crashed while checking folder size in properties [null KIO::DirectorySizeJob::totalSize, KDEPrivate::KFilePropsPlugin::slotDirSizeFinished, ..., KIO::DirectorySizeJob::slotResult] | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Arnas Dyburis <arnas.dyburis> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | adawit, alguzduxtan, andresbajotierra, antoniogarciacordero, balanila, geoff.cutter, ht990332, jmgoda, mtadeunet, nate, nitusdarkthief, schtiago, sem.maxim |
Priority: | NOR | ||
Version: | 4.4 | ||
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 New crash information added by DrKonqi |
Description
Arnas Dyburis
2010-09-17 10:28:18 UTC
[Comment from a bug triager] - Have you tried repeating the situation to check if Dolphin crashed again ? May be there is some detail about the external USB hdd (like the filesystem used, the ammount of folders/files or the average file size) which may be useful to identify the crash. Thanks *** Bug 200507 has been marked as a duplicate of this bug. *** *** Bug 228084 has been marked as a duplicate of this bug. *** *** Bug 235140 has been marked as a duplicate of this bug. *** *** Bug 253772 has been marked as a duplicate of this bug. *** Created attachment 55033 [details]
New crash information added by DrKonqi
dolphin (1.5) on KDE Platform 4.5.1 (KDE 4.5.1) using Qt 4.7.0
- What I was doing when the application crashed:
I open "Properties" on external usb flash drive (MP3-player).
-- Backtrace (Reduced):
#6 KIO::DirectorySizeJob::totalSize (this=0x0) at ../../kio/kio/directorysizejob.cpp:93
#7 0x00007f890360c2ce in KDEPrivate::KFilePropsPlugin::slotDirSizeFinished (this=0xabe980, job=<value optimized out>) at ../../kio/kfile/kpropertiesdialog.cpp:1233
#8 0x00007f890360cd1c in KDEPrivate::KFilePropsPlugin::qt_metacall (this=0xabe980, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0x7fff55ee4f80) at ./kpropertiesdialog_p.moc:98
[...]
#10 0x00007f8901d37712 in KJob::result (this=0x0, _t1=0xf80890) at ./kjob.moc:194
#11 0x00007f8901d379b0 in KJob::emitResult (this=0xf80890) at ../../kdecore/jobs/kjob.cpp:312
Created attachment 63103 [details]
New crash information added by DrKonqi
dolphin (1.6.1) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed: Dolphin crashed when calculating the folder size of a external 4GB Verbatim USB flash drive. I think I have some hidden files, which I can listen to but not delete them, which may have crashed it.
-- Backtrace (Reduced):
#7 0x00f51e07 in KIO::DirectorySizeJob::totalSize() const () from /usr/lib/libkio.so.5
[...]
#11 0x07101e93 in KJob::result(KJob*) () from /usr/lib/libkdecore.so.5
#12 0x07101ee8 in KJob::emitResult() () from /usr/lib/libkdecore.so.5
#13 0x00f525b4 in KIO::DirectorySizeJob::slotResult(KJob*) () from /usr/lib/libkio.so.5
#14 0x00f524f9 in KIO::DirectorySizeJob::qt_metacall(QMetaObject::Call, int, void**) () from /usr/lib/libkio.so.5
*** Bug 316785 has been marked as a duplicate of this bug. *** > #6 KIO::DirectorySizeJob::totalSize (this=0x0) at ../../kio/kio/directorysizejob.cpp:93
This seems to say the job that was calculating the size of the drive is no longer present, i.e. it is deleted. Hence, the crash when we attempt to obtain the final calculated size from it. But what does not make any sense is the fact that the job is already deleted at this point.
I try reproducing this in the latest stable version of Dolphin and I cannot reproduce it. I even tried to "refresh" the size while purposefully copying files to my USB flash drive. Can anyone confirm this crash in KDE v4.10 or higher?
*** Bug 327631 has been marked as a duplicate of this bug. *** *** Bug 345170 has been marked as a duplicate of this bug. *** The crash has been reported again for kdelibs 4.14.6 (see bug 345170). Created attachment 98446 [details]
New crash information added by DrKonqi
dolphin (4.14.3) on KDE Platform 4.14.5 using Qt 4.8.6
- What I was doing when the application crashed:
Checking properties of a folder, before any could be shown Dolphin crashed.
-- Backtrace (Reduced):
#5 0x00007f7632246970 in KIO::DirectorySizeJob::totalSize() const () at /usr/lib64/libkio.so.5
#6 0x00007f7632364e74 in KDEPrivate::KFilePropsPlugin::slotDirSizeFinished(KJob*) () at /usr/lib64/libkio.so.5
[...]
#8 0x00007f763c1bbb52 in KJob::result(KJob*) () at /lib64/libkdecore.so.5
#9 0x00007f763c1bbb90 in KJob::emitResult() () at /lib64/libkdecore.so.5
#10 0x00007f7632246d04 in KIO::DirectorySizeJob::slotResult(KJob*) () at /usr/lib64/libkio.so.5
Crash in old unmaintained KF4 software with no duplicates from any Qt5/KF5 versions. If anyone can still reproduce using recent KF5 versions of KIO and Dolphin, please file a new bug. Thanks! |