Version: 1.2.1 (using 4.2.2 (KDE 4.2.2), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.28-11-generic I'd booted up with the 9.04 Live CD and was trying to figure out my partitions. I'd been in split screen, noticed I had two tabs open, don't remember what happened to the split screen. Don't really remember what I did just before Dolphin crashed. Below is the cut and paste of the error report generated: **************** Application: Dolphin (dolphin), signal SIGABRT [Current thread is 0 (LWP 18571)] Thread 2 (Thread 0xb3a1db90 (LWP 18576)): #0 0xb7f93430 in __kernel_vsyscall () #1 0xb64597b1 in select () from /lib/tls/i686/cmov/libc.so.6 #2 0xb672d380 in ?? () from /usr/lib/libQtCore.so.4 #3 0xb665b96e in ?? () from /usr/lib/libQtCore.so.4 #4 0xb60ca4ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 #5 0xb646149e in clone () from /lib/tls/i686/cmov/libc.so.6 Thread 1 (Thread 0xb5c47700 (LWP 18571)): [KCrash Handler] #6 0xb7f93430 in __kernel_vsyscall () #7 0xb63a86d0 in raise () from /lib/tls/i686/cmov/libc.so.6 #8 0xb63aa098 in abort () from /lib/tls/i686/cmov/libc.so.6 #9 0xb63a15ce in __assert_fail () from /lib/tls/i686/cmov/libc.so.6 #10 0xb630ab6d in Strigi::AnalysisResult::Private::Private () from /usr/lib/libstreamanalyzer.so.0 #11 0xb630ac9a in Strigi::AnalysisResult::AnalysisResult () from /usr/lib/libstreamanalyzer.so.0 #12 0xb7e2998e in ?? () from /usr/lib/libkio.so.5 #13 0xb7e2b072 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5 #14 0xb7e1a198 in KFileItem::metaInfo () from /usr/lib/libkio.so.5 #15 0xb7ee5d3e in KFileMetaPropsPlugin::KFileMetaPropsPlugin () from /usr/lib/libkio.so.5 #16 0xb7f0e410 in KPropertiesDialog::KPropertiesDialogPrivate::insertPages () from /usr/lib/libkio.so.5 #17 0xb7f0e6e2 in KPropertiesDialog::KPropertiesDialogPrivate::init () from /usr/lib/libkio.so.5 #18 0xb7f0fca1 in KPropertiesDialog::KPropertiesDialog () from /usr/lib/libkio.so.5 #19 0xb7beb8e9 in DolphinViewActionHandler::slotProperties () from /usr/lib/libdolphinprivate.so.4 #20 0xb7bd0c46 in DolphinViewActionHandler::qt_metacall () from /usr/lib/libdolphinprivate.so.4 #21 0xb6765ca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #22 0xb67660e0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4 #23 0xb6981921 in QAction::triggered () from /usr/lib/libQtGui.so.4 #24 0xb6982e9f in QAction::activate () from /usr/lib/libQtGui.so.4 #25 0xb698599b in QAction::event () from /usr/lib/libQtGui.so.4 #26 0xb75fff29 in KAction::event () from /usr/lib/libkdeui.so.5 #27 0xb6987f2c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4 #28 0xb699022e in QApplication::notify () from /usr/lib/libQtGui.so.4 #29 0xb76e494d in KApplication::notify () from /usr/lib/libkdeui.so.5 #30 0xb674fa3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #31 0xb69c1328 in ?? () from /usr/lib/libQtGui.so.4 #32 0xb69c323f in ?? () from /usr/lib/libQtGui.so.4 #33 0xb69914d0 in QApplication::notify () from /usr/lib/libQtGui.so.4 #34 0xb76e494d in KApplication::notify () from /usr/lib/libkdeui.so.5 #35 0xb674fa3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4 #36 0xb6988e0e in ?? () from /usr/lib/libQtGui.so.4 #37 0xb6a260a0 in ?? () from /usr/lib/libQtGui.so.4 #38 0xb6a2826e in ?? () from /usr/lib/libQtGui.so.4 #39 0xb69fddfe in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4 #40 0xb6a29cfa in ?? () from /usr/lib/libQtGui.so.4 #41 0xb5ecdb88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #42 0xb5ed10eb in ?? () from /usr/lib/libglib-2.0.so.0 #43 0xb5ed1268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #44 0xb677b438 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4 #45 0xb6a293f5 in ?? () from /usr/lib/libQtGui.so.4 #46 0xb674e06a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4 #47 0xb674e4aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4 #48 0xb6750959 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4 #49 0xb6987da7 in QApplication::exec () from /usr/lib/libQtGui.so.4 #50 0x080856ef in _start () Doug
Thanks for the bug report! (In reply to comment #0) > Don't really remember what I did just before > Dolphin crashed. The backtrace looks like you opened the Properties dialog in "/" or some special directory like "trash:/". This leads to a crash due to a bug in Strigi (which is released separately from KDE). At least the default install of Kubuntu 9.04 still contains a buggy Stigi package, so I'm pretty sure that this is the bug you've hit. *** This bug has been marked as a duplicate of bug 185551 ***