Bug 190126 - Dolphin crashes when requesting root filesystem properties (ext4)
Summary: Dolphin crashes when requesting root filesystem properties (ext4)
Status: RESOLVED DUPLICATE of bug 185551
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-04-20 05:32 UTC by Stephen Halter
Modified: 2009-04-20 20:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Halter 2009-04-20 05:32:04 UTC
Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

I navigated to the root directory of my file system in order to determine the available remaining space. Upon right clicking and selecting "Properties", Dolphin immediately crashed. I am running Kubuntu 9.04 RC with the ext4 file system. I can reproduce this bug on the root directory, but not the home directory which is also ext4.

Backtrace:

Application: Dolphin (dolphin), signal SIGABRT
0x00007f7d878b4d21 in nanosleep () from /lib/libc.so.6
[Current thread is 0 (LWP 6680)]

Thread 2 (Thread 0x7f7d76e82950 (LWP 6681)):
#0  0x00007f7d878eb742 in select () from /lib/libc.so.6
#1  0x00007f7d8845cf06 in ?? () from /usr/lib/libQtCore.so.4
#2  0x00007f7d88395952 in ?? () from /usr/lib/libQtCore.so.4
#3  0x00007f7d855213ba in start_thread () from /lib/libpthread.so.0
#4  0x00007f7d878f2fcd in clone () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f7d8c259750 (LWP 6680)):
[KCrash Handler]
#5  0x00007f7d8783ffb5 in raise () from /lib/libc.so.6
#6  0x00007f7d87841bc3 in abort () from /lib/libc.so.6
#7  0x00007f7d87838f09 in __assert_fail () from /lib/libc.so.6
#8  0x00007f7d8739b012 in Strigi::AnalysisResult::Private::Private () from /usr/lib/libstreamanalyzer.so.0
#9  0x00007f7d8739b130 in Strigi::AnalysisResult::AnalysisResult () from /usr/lib/libstreamanalyzer.so.0
#10 0x00007f7d8bcf2709 in ?? () from /usr/lib/libkio.so.5
#11 0x00007f7d8bcf3d22 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5
#12 0x00007f7d8bce3c3c in KFileItem::metaInfo () from /usr/lib/libkio.so.5
#13 0x00007f7d8bda15f0 in KFileMetaPropsPlugin::KFileMetaPropsPlugin () from /usr/lib/libkio.so.5
#14 0x00007f7d8bdc5841 in KPropertiesDialog::KPropertiesDialogPrivate::insertPages () from /usr/lib/libkio.so.5
#15 0x00007f7d8bdc5a93 in KPropertiesDialog::KPropertiesDialogPrivate::init () from /usr/lib/libkio.so.5
#16 0x00007f7d8bdc6e28 in KPropertiesDialog::KPropertiesDialog () from /usr/lib/libkio.so.5
#17 0x0000000000435d7c in _start ()
Comment 1 Frank Reininghaus 2009-04-20 20:04:15 UTC
Thanks for the bug report! This issue is known already, it is a Strigi bug which is fixed in trunk. I don't know though when a new Strigi version containing the fix will be released.

*** This bug has been marked as a duplicate of bug 185551 ***