Bug 192377 - Dolphin crashed until remove files
Summary: Dolphin crashed until remove files
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-05-11 23:20 UTC by Tomasz
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 Tomasz 2009-05-11 23:20:00 UTC
Version:           4.2.3 (using KDE 4.2.3)
OS:                Linux
Installed from:    Ubuntu Packages

Program: Dolphin (dolphin), sygnał SIGABRT

Thread 1 (Thread 0xb5cf0700 (LWP 4161)):
[KCrash Handler]
#6  0xb8044430 in __kernel_vsyscall ()
#7  0xb64516d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb6453098 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0xb644a5ce in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#10 0xb63b3b6d in Strigi::AnalysisResult::Private::Private () from /usr/lib/libstreamanalyzer.so.0
#11 0xb63b3c9a in Strigi::AnalysisResult::AnalysisResult () from /usr/lib/libstreamanalyzer.so.0
#12 0xb7ed315e in ?? () from /usr/lib/libkio.so.5
#13 0xb7ed4842 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5
#14 0xb7ec3932 in KFileItem::metaInfo () from /usr/lib/libkio.so.5
#15 0xb7f8f50e in KFileMetaPropsPlugin::KFileMetaPropsPlugin () from /usr/lib/libkio.so.5
#16 0xb7fb6dc0 in KPropertiesDialog::KPropertiesDialogPrivate::insertPages () from /usr/lib/libkio.so.5
#17 0xb7fb7092 in KPropertiesDialog::KPropertiesDialogPrivate::init () from /usr/lib/libkio.so.5
#18 0xb7fb8651 in KPropertiesDialog::KPropertiesDialog () from /usr/lib/libkio.so.5
#19 0x0807810f in _start ()
Comment 1 Dario Andres 2009-05-11 23:34:22 UTC
Did you went to the Properties of a special folder, like trash:/ or root / ? This is mostly related to bug 185551. (it's a Strigi bug which is fixed in the newer versions)
Thanks
Comment 2 Tomasz 2009-05-12 00:00:12 UTC
This crash was until remove files from ~/.local/share/applications.
Comment 3 Dario Andres 2009-05-12 16:30:00 UTC
So.. you are not getting this crash anymore ?
Comment 4 Tomasz 2009-05-12 20:53:17 UTC
No. Before this bug appear, I'm also remove another files from this localization and it was no errors...
Comment 5 Dario Andres 2009-05-15 02:00:32 UTC
Can you details the steps on how to reproduce the crash? Thanks
Comment 6 Tomasz 2009-05-15 15:50:20 UTC
This is bizarre but I can't reproduce this crash. I'll be observing work of dolphin and when I'll have more info I'll let know.
Comment 7 Dario Andres 2009-05-15 16:15:07 UTC
Ok. I'm going to mark this as NEEDSINFO. Please tell us if you can reproduce again later. Thanks
Comment 8 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