Bug 210841 - Dolphine crashed when i try to empty my trash ,
Summary: Dolphine crashed when i try to empty my trash ,
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Ubuntu Unspecified
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-16 23:37 UTC by Aymen
Modified: 2011-02-27 20:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aymen 2009-10-16 23:37:41 UTC
Version:            (using KDE 4.3.2)
Installed from:    Ubuntu Packages

I have 
Application : Dolphin (dolphin), signal SIGABRT

Thread 1 (Thread 0xb5d1b700 (LWP 4197)):
[KCrash Handler]
#6  0xb806d430 in __kernel_vsyscall ()
#7  0xb647c6d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb647e098 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb64755ce in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#10 0xb63deb6d in Strigi::AnalysisResult::Private::Private () from /usr/lib/libstreamanalyzer.so.0
#11 0xb63dec9a in Strigi::AnalysisResult::AnalysisResult () from /usr/lib/libstreamanalyzer.so.0
#12 0xb7efc9ee in ?? () from /usr/lib/libkio.so.5
#13 0xb7efe0d2 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5
#14 0xb7eed1f8 in KFileItem::metaInfo () from /usr/lib/libkio.so.5
#15 0xb7fb8d9e in KFileMetaPropsPlugin::KFileMetaPropsPlugin () from /usr/lib/libkio.so.5
#16 0xb7fe1470 in KPropertiesDialog::KPropertiesDialogPrivate::insertPages () from /usr/lib/libkio.so.5
#17 0xb7fe1742 in KPropertiesDialog::KPropertiesDialogPrivate::init () from /usr/lib/libkio.so.5
#18 0xb7fe2d01 in KPropertiesDialog::KPropertiesDialog () from /usr/lib/libkio.so.5
#19 0xb7cbe8e9 in DolphinViewActionHandler::slotProperties () from /usr/lib/libdolphinprivate.so.4
#20 0xb7ca3c46 in DolphinViewActionHandler::qt_metacall () from /usr/lib/libdolphinprivate.so.4
#21 0xb6839ca8 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#22 0xb683a0e0 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#23 0xb6a55891 in QAction::triggered () from /usr/lib/libQtGui.so.4
#24 0xb6a56e0f in QAction::activate () from /usr/lib/libQtGui.so.4
#25 0xb6ed101c in ?? () from /usr/lib/libQtGui.so.4
#26 0xb6ed776b in ?? () from /usr/lib/libQtGui.so.4
#27 0xb6ed8242 in QMenu::mouseReleaseEvent () from /usr/lib/libQtGui.so.4
#28 0xb789e7e5 in KMenu::mouseReleaseEvent () from /usr/lib/libkdeui.so.5
#29 0xb6ab2b43 in QWidget::event () from /usr/lib/libQtGui.so.4
#30 0xb6eda629 in QMenu::event () from /usr/lib/libQtGui.so.4
#31 0xb6a5be9c in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#32 0xb6a64b11 in QApplication::notify () from /usr/lib/libQtGui.so.4
#33 0xb77b794d in KApplication::notify () from /usr/lib/libkdeui.so.5
#34 0xb6823a3b in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#35 0xb6a63b7e in QApplicationPrivate::sendMouseEvent () from /usr/lib/libQtGui.so.4
#36 0xb6ad3c06 in ?? () from /usr/lib/libQtGui.so.4
#37 0xb6ad2ca7 in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#38 0xb6afdc6a in ?? () from /usr/lib/libQtGui.so.4
#39 0xb5fa1b88 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#40 0xb5fa50eb in ?? () from /usr/lib/libglib-2.0.so.0
#41 0xb5fa5268 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#42 0xb684f438 in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#43 0xb6afd365 in ?? () from /usr/lib/libQtGui.so.4
#44 0xb682206a in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#45 0xb68224aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#46 0xb6eda361 in QMenu::exec () from /usr/lib/libQtGui.so.4
#47 0x080771a6 in _start ()
Comment 1 Dario Andres 2009-10-18 02:17:31 UTC
- Were you trying to see the properties of the trash folder too ?
This is likely to be bug 185551. 
Thanks
Comment 2 Dario Andres 2009-10-18 02:19:11 UTC
Marking as NEEDSINFO
Comment 3 Peter Penz 2011-02-27 20:11:36 UTC
Git commit d1254968eac95f4d9d8c47552e27f0cc40e6aed9 by Peter Penz.
Committed on 27/02/2011 at 20:01.
Pushed by ppenz into branch 'master'.

KFileMetaDataProvider: Don't crash if a Strigi analyzer crashes

Some Strigi analyzers are still unstable and crash under certain circumstances. This patch moves the reading of the meta-data into a custom process instead of doing it in a thread, which assures that a crashing Strigi analyzer does not result in crashing Dolphin or Konqueror when hovering some items.

FIXED-IN: 4.7.0
BUG: 257964
BUG: 258715
BUG: 262299
BUG: 263468
BUG: 263502
BUG: 264254
BUG: 234799
BUG: 251462
BUG: 251701
BUG: 258918
BUG: 192377
BUG: 195564
BUG: 199368
BUG: 210841
BUG: 245376
BUG: 246461
BUG: 246901
BUG: 249150
BUG: 261952
BUG: 249876
BUG: 179376
BUG: 179417
BUG: 179420
BUG: 181591
BUG: 183269
BUG: 183722
BUG: 185667
BUG: 188596
BUG: 191864
BUG: 193112
BUG: 205813
BUG: 244621
BUG: 245451
BUG: 248214
BUG: 249655
BUG: 249876
BUG: 265549
BUG: 267079

M  +11   -1    kio/CMakeLists.txt     
M  +68   -38   kio/kfile/kfilemetadataprovider.cpp     
M  +2    -1    kio/kfile/kfilemetadataprovider_p.h     
A  +174  -0    kio/kfile/kfilemetadatareader.cpp         [License: LGPL (v2+)]
M  +0    -2    kio/kfile/kfilemetadatawidget.cpp     
D  +0    -178  kio/kfile/kloadfilemetadatathread.cpp     
D  +0    -96   kio/kfile/kloadfilemetadatathread_p.h     

http://commits.kde.org/kdelibs/d1254968eac95f4d9d8c47552e27f0cc40e6aed9