Version: 1.1 (using 4.1.1 (KDE 4.1.1), Mandriva Linux release 2009.0 (Cooker) for i586) Compiler: gcc OS: Linux (i686) release 2.6.24.3-desktop-0.1mnb Dolphin crashes when it uses multi column view and i try to delete catalog (whith right-clicking on it in e.g. second-from-right column) that is opened (listed) at most right column. (it doesn't matter, if there are additional tabs, one/two panels etc)
I tried to reproduce in trunk, but no crash. I wasn't able to test this in 4.1.1, the version you mentioned, though. Can you provide a backtrace of the crash please? Read http://techbase.kde.org/index.php?title=Development/Tutorials/Debugging/How_to_create_useful_crash_reports for more info.
Created attachment 27460 [details] log of dolphin - if any...
Oh, it was my error, i think: it crashed not when I remove folder, but when I reload view (I rarely use this so did not notice this at that time). So it's enough to run dolphin, then F5 or Reload button - and i'll get SIGABRT. So i marked this bug as INVALID (but not non-existing :( ) Here is the backtrace (from KCrash): (no debugging symbols found)... [Thread debugging using libthread_db enabled] [New Thread 0xb5d73b00 (LWP 8453)] [KCrash handler] #6 0xffffe424 in __kernel_vsyscall () #7 0xb66c3d90 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #8 0xb66c57f8 in abort () at abort.c:88 #9 0xb74cd445 in qt_message_output () from /usr/lib/libQtCore.so.4 #10 0xb74cd535 in qFatal () from /usr/lib/libQtCore.so.4 #11 0xb74cd5e5 in qt_assert () from /usr/lib/libQtCore.so.4 #12 0xb7da5bae in ?? () from /usr/lib/libkio.so.5 #13 0xb7da86ad in ?? () from /usr/lib/libkio.so.5 #14 0xb7da880c in KDirLister::Private::CachedItemsJob::done () from /usr/lib/libkio.so.5 #15 0xb7da895d in KDirLister::Private::CachedItemsJob::qt_metacall () from /usr/lib/libkio.so.5 #16 0xb75dc83a in QMetaCallEvent::placeMetaCall () from /usr/lib/libQtCore.so.4 #17 0xb75de432 in QObject::event () from /usr/lib/libQtCore.so.4 #18 0xb6b252ac in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #19 0xb6b2d505 in QApplication::notify () from /usr/lib/libQtGui.so.4 #20 0xb7ace601 in KApplication::notify () from /usr/lib/libkdeui.so.5 #21 0xb75ce503 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #22 0xb75cf1e5 in QCoreApplicationPrivate::sendPostedEvents () from /usr/lib/libQtCore.so.4 #23 0xb75cf3cc in QCoreApplication::sendPostedEvents () from /usr/lib/libQtCore.so.4 #24 0xb75fa41d in ?? () from /usr/lib/libQtCore.so.4 #25 0xb60dc79a in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #26 0xb60dfeb8 in ?? () from /usr/lib/libglib-2.0.so.0 #27 0xb60e0078 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #28 0xb75fa03a in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #29 0xb6bc16ba in ?? () from /usr/lib/libQtGui.so.4 #30 0xb75ccb73 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #31 0xb75ccd31 in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #32 0xb75cf4a2 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #33 0xb6b25114 in QApplication::exec () from /usr/lib/libQtGui.so.4 #34 0x08084241 in _start ()
Looks like a duplicate to me (the reload problem in column view was reported in bug 171233, which is another duplicate). *** This bug has been marked as a duplicate of bug 166921 ***