Bug 195564 - we cannot open information properties description who is crashing in media disk menu there is a SIGABRT BUGS
Summary: we cannot open information properties description who is crashing in media d...
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-07 14:54 UTC by shivasone
Modified: 2011-02-27 20:11 UTC (History)
4 users (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 shivasone 2009-06-07 14:54:28 UTC
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
Comment 1 Dario Andres 2009-06-07 15:08:35 UTC
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
Comment 2 Frank Reininghaus 2009-06-07 23:11:24 UTC
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.
Comment 3 Dario Andres 2009-07-10 17:37:18 UTC
Marking as NEEDSINFO
Comment 4 Akshar Patel 2009-07-15 04:54:18 UTC
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 ()
Comment 5 Frank Reininghaus 2009-07-15 10:45:04 UTC
(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).
Comment 6 Peter Penz 2011-02-27 20:11:34 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