Version: 1.2.1 (using KDE 4.2.2) OS: Linux Installed from: Ubuntu Packages we cannot open disk information properties description in dolphin application because.when we open it there is a message SIGABRT bugs error please help me and correct it in the future thank you
Of which directory are you trying to get the properties information ? A media disk, USB drive ? If you can reproduce the crash at will, may you read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports and post a "backtrace" here? You will need to install the "kdelibs5-dbg" package. For Ubuntu support ask here: http://ubuntuforums.org/ Thanks
Sounds a bit like bug 185551 (Strigi crash which is fixed in trunk). Did you try to open the "Properties" in the root directory ("/") or some special directory like "trash:/"? If yes, then this report is a duplicate.
Marking as NEEDSINFO
My dolphin crashes out while viewing root directory properties... The following is the backtrace : Application: Dolphin (dolphin), signal SIGABRT 0x00007f9797c21cf0 in nanosleep () from /lib/libc.so.6 Thread 1 (Thread 0x7f979c5be750 (LWP 30765)): [KCrash Handler] #5 0x00007f9797bacfb5 in raise () from /lib/libc.so.6 #6 0x00007f9797baebc3 in abort () from /lib/libc.so.6 #7 0x00007f9797ba5f09 in __assert_fail () from /lib/libc.so.6 #8 0x00007f9797708012 in Strigi::AnalysisResult::Private::Private () from /usr/lib/libstreamanalyzer.so.0 #9 0x00007f9797708130 in Strigi::AnalysisResult::AnalysisResult () from /usr/lib/libstreamanalyzer.so.0 #10 0x00007f979c05f709 in ?? () from /usr/lib/libkio.so.5 #11 0x00007f979c060d22 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5 #12 0x00007f979c050c3c in KFileItem::metaInfo () from /usr/lib/libkio.so.5 #13 0x00007f979c10e5f0 in KFileMetaPropsPlugin::KFileMetaPropsPlugin () from /usr/lib/libkio.so.5 #14 0x00007f979c132841 in KPropertiesDialog::KPropertiesDialogPrivate::insertPages () from /usr/lib/libkio.so.5 #15 0x00007f979c132a93 in KPropertiesDialog::KPropertiesDialogPrivate::init () from /usr/lib/libkio.so.5 #16 0x00007f979c133e28 in KPropertiesDialog::KPropertiesDialog () from /usr/lib/libkio.so.5 #17 0x0000000000435d7c in _start ()
(In reply to comment #4) > My dolphin crashes out while viewing root directory properties... This is bug 185551 (Strigi crash which is fixed in trunk).
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