Bug 216086 - Crash when erasing files [QList, KURL::List, KLoadMetaDataThread::run]
Summary: Crash when erasing files [QList, KURL::List, KLoadMetaDataThread::run]
Status: RESOLVED DUPLICATE of bug 224848
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 13:37 UTC by Rosetzky Cedric
Modified: 2010-03-14 14:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Dolphin session valgrind output (39.48 KB, text/plain)
2010-02-19 11:09 UTC, Māris Nartišs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rosetzky Cedric 2009-11-25 13:37:42 UTC
Application: dolphin (1.3.80)
KDE Version: 4.3.77 (KDE 4.3.77 (KDE 4.4 >= 20091123)) (Compiled from sources)
Qt Version: 4.6.0
Operating System: Linux 2.6.30-gentoo-r8 i686
Distribution (Platform): Gentoo Packages

-- Information about the crash:
I don't know if it's related to the one already posted since hidden files are... hidden now. But Dolphin crashed in the same conditions (erasing files with shift+suppr). So, maybe duplicate.

The crash can be reproduced some of the times.

 -- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
[Current thread is 0 (LWP 18060)]

Thread 3 (Thread 0xb3503b90 (LWP 23642)):
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb5f3ffc1 in select () from /lib/libc.so.6
#2  0xb70ececd in QProcessManager::run (this=0xb72684b8) at io/qprocess_unix.cpp:245
#3  0xb6fef33c in QThreadPrivate::start (arg=0xb72684b8) at thread/qthread_unix.cpp:244
#4  0xb6f3e170 in start_thread () from /lib/libpthread.so.0
#5  0xb5f46c6e in clone () from /lib/libc.so.6

Thread 2 (Thread 0xb1810b90 (LWP 24062)):
[KCrash Handler]
#6  0x0806620a in QBasicAtomicInt::ref (this=0x65006d) at /home/loacoon/Program-Files/KDE4/include/QtCore/qatomic_i386.h:120
#7  0x080abbdd in QList (this=0xb18102c8, l=@0x86537a4) at /home/loacoon/Program-Files/KDE4/include/QtCore/qlist.h:114
#8  0x080abc12 in List (this=0xb18102c8) at /home/loacoon/Program-Files/KDE4/include/kurl.h:126
#9  0x080abc2e in QForeachContainer (this=0xb18102c8, t=@0x86537a4) at /home/loacoon/Program-Files/KDE4/include/QtCore/qglobal.h:2227
#10 0x080ab0b0 in KLoadMetaDataThread::run (this=0x8653788) at /home/loacoon/Documents/Downloads/SVN/KDE4/KDE/kdebase/apps/dolphin/src/panels/information/kloadmetadatathread.cpp:67
#11 0xb6fef33c in QThreadPrivate::start (arg=0x8653788) at thread/qthread_unix.cpp:244
#12 0xb6f3e170 in start_thread () from /lib/libpthread.so.0
#13 0xb5f46c6e in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb560a9c0 (LWP 18060)):
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb5f3d477 in poll () from /lib/libc.so.6
#2  0xb56a82ab in ?? () from /usr/lib/libxcb.so.1
#3  0xbfcc6e04 in ?? ()
#4  0x00000001 in ?? ()
#5  0xffffffff in ?? ()
#6  0x00000000 in ?? ()

Possible duplicates by query: bug 215003, bug 213536, bug 213895, bug 215023, bug 214556.

Reported using DrKonqi
Comment 1 Dario Andres 2009-11-25 15:59:14 UTC
The backtrace seems unique.
Comment 2 Māris Nartišs 2010-02-19 11:09:51 UTC
Created attachment 40922 [details]
Dolphin session valgrind output

This valgrind output might be related to this backtrace. I was deleting file (Shift+Del) "/home/maris/rm_sample.png" and dolphin crashed. 

Dolphin 1.4 running KDE 4.4.00 with Qt 4.6.2 on Gentoo ~AMD64
Comment 3 Frank Reininghaus 2010-03-14 14:34:42 UTC
It looks like this is a bug which has been fixed for KDE SC 4.4.2. Please reopen if you see this crash again in 4.4.2 or later. Thanks!

*** This bug has been marked as a duplicate of bug 224848 ***