Summary: | kdirwatch crash after unmounting usb key (KDirWatchPrivate::slotRewatchDelayed) | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | mps <moabi2000> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, benpro82, ccancellieri, hahol13, honggoff, kde, sydalien2 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mps
2010-01-11 13:19:39 UTC
Application: Dolphin (dolphin), signal: Segmentation fault [Current thread is 1 (Thread 0xb4d6d760 (LWP 25000))] Thread 2 (Thread 0xb2ccab70 (LWP 25644)): #0 0xffffe424 in __kernel_vsyscall () #1 0xb54200c2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0 #2 0xb59ed2d4 in pthread_cond_timedwait () from /lib/libc.so.6 #3 0xb243808b in ?? () from /usr/lib/libxine.so.1 #4 0xb541b6e5 in start_thread () from /lib/libpthread.so.0 #5 0xb541b600 in ?? () from /lib/libpthread.so.0 Thread 1 (Thread 0xb4d6d760 (LWP 25000)): [KCrash Handler] #6 0xb67bfe13 in QTextCodec::fromUnicode (this=0x80e63f8, str=...) at codecs/qtextcodec.cpp:1195 #7 0xb66d0220 in QString::toLocal8Bit (this=0x8651d40) at tools/qstring.cpp:3511 #8 0xb670deda in locale_encode (f=...) at io/qfile.cpp:66 #9 0xb670dc7b in QFile::encodeName (fileName=...) at io/qfile.cpp:477 #10 0xb70a2854 in stat (buf=0x0, path=...) at /usr/src/debug/kdelibs-4.4.0/kdecore/util/kde_file.h:203 #11 KDirWatchPrivate::slotRewatchDelayed (buf=0x0, path=...) at /usr/src/debug/kdelibs-4.4.0/kio/kio/kdirwatch.cpp:1283 #12 0xb71bf8ec in KDirWatchPrivate::qt_metacall (this=0x81fb7e8, _c=InvokeMetaMethod, _id=9, _a=0xbffcd44c) at /usr/src/debug/kdelibs-4.4.0/build/kio/kdirwatch_p.moc:86 #13 0xb679232d in QMetaObject::metacall (object=0x81fb7e8, cl=3062506888, idx=9, argv=0xbffcd44c) at kernel/qmetaobject.cpp:237 #14 0xb67a118a in QMetaObject::activate (sender=0x8a33968, m=0xb68a2188, local_signal_index=0, argv=0x0) at kernel/qobject.cpp:3275 #15 0xb67a8e05 in QSingleShotTimer::timeout (this=0x8a33968) at .moc/release-shared/qtimer.moc:82 #16 0xb67a8f3c in QSingleShotTimer::timerEvent (this=0x8a33968) at kernel/qtimer.cpp:308 #17 0xb679dc94 in QObject::event (this=0x8a33968, e=0x73002f) at kernel/qobject.cpp:1212 #18 0xb5cb62ac in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #19 0xb5cbd0f8 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #20 0xb6d25cb1 in KApplication::notify (this=0xbffcdcf4, receiver=0x8a33968, event=0xbffcd9a4) at /usr/src/debug/kdelibs-4.4.0/kdeui/kernel/kapplication.cpp:302 #21 0xb678cfbe in QCoreApplication::notifyInternal (this=0xbffcdcf4, receiver=0x8a33968, event=0xbffcd9a4) at kernel/qcoreapplication.cpp:704 #22 0xb67bd1fe in sendEvent (event=<value optimized out>, receiver=<value optimized out>) at kernel/qcoreapplication.h:215 #23 QTimerInfoList::activateTimers (event=<value optimized out>, receiver=<value optimized out>) at kernel/qeventdispatcher_unix.cpp:617 #24 0xb67b9e95 in timerSourceDispatch (source=0x8105c80) at kernel/qeventdispatcher_glib.cpp:184 #25 idleTimerSourceDispatch (source=0x8105c80) at kernel/qeventdispatcher_glib.cpp:231 #26 0xb52544c2 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #27 0xb5257d98 in ?? () from /usr/lib/libglib-2.0.so.0 #28 0xb5257ebe in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #29 0xb67b9b31 in QEventDispatcherGlib::processEvents (this=0x80e3b08, flags=...) at kernel/qeventdispatcher_glib.cpp:412 #30 0xb5d766ca in ?? () from /usr/lib/libQtGui.so.4 #31 0xb678b62d in QEventLoop::processEvents (this=0xbffcdc54, flags=) at kernel/qeventloop.cpp:149 #32 0xb678ba79 in QEventLoop::exec (this=0xbffcdc54, flags=...) at kernel/qeventloop.cpp:201 #33 0xb678fbf0 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:981 #34 0xb5cb6354 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #35 0x0807c05f in _start () It happened after I copied a big file to a USB stick and unmounted it from places view within dolphin. Btw.: openSuSE 11.2 KDE 4.4.0 i686 This could be related to bug 224766. Regards *** Bug 224766 has been marked as a duplicate of this bug. *** SVN commit 1093006 by dfaure: Fix detection of "the file I'm watching, has been deleted and recreated immediately" (e.g. the /etc/localtime case). This also removes the code that was crashing in bug 222204. Fixed for: 4.4.1 BUG: 222204 M +42 -110 kio/kdirwatch.cpp M +2 -8 kio/kdirwatch_p.h M +83 -15 tests/kdirwatch_unittest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1093006 *** Bug 228988 has been marked as a duplicate of this bug. *** *** Bug 227952 has been marked as a duplicate of this bug. *** *** Bug 222479 has been marked as a duplicate of this bug. *** *** Bug 253137 has been marked as a duplicate of this bug. *** |