Bug 198539

Summary: dolphin sometimes crashes when viewing folder properties
Product: [Applications] dolphin Reporter: Virgil Balibanu <virgil.balibanu>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED DUPLICATE    
Severity: crash CC: frank78ac
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Virgil Balibanu 2009-07-01 16:55:24 UTC
Version:           1.2.1 (using KDE 4.2.2)
OS:                Linux
Installed from:    Mandriva RPMs

Application: Dolphin (dolphin), signal SIGABRT
[Current thread is 1 (Thread 0xb5b7e6d0 (LWP 21149))]

Thread 2 (Thread 0xb2f6ab90 (LWP 26606)):
#0  0xffffe430 in __kernel_vsyscall ()
#1  0xb65794c1 in select () from /lib/i686/libc.so.6
#2  0xb68183fc in ?? () from /usr/lib/libQtCore.so.4
#3  0xb67404df in ?? () from /usr/lib/libQtCore.so.4
#4  0xb6492315 in start_thread () from /lib/i686/libpthread.so.0
#5  0xb658125e in clone () from /lib/i686/libc.so.6

Thread 1 (Thread 0xb5b7e6d0 (LWP 21149)):
[KCrash Handler]
#6  0xffffe430 in __kernel_vsyscall ()
#7  0xb64cec00 in raise () from /lib/i686/libc.so.6
#8  0xb64d0668 in abort () from /lib/i686/libc.so.6
#9  0xb64c7b5e in __assert_fail () from /lib/i686/libc.so.6
#10 0xb6414a6d in Strigi::AnalysisResult::Private::Private () from /usr/lib/libstreamanalyzer.so.0
#11 0xb6414c50 in Strigi::AnalysisResult::AnalysisResult () from /usr/lib/libstreamanalyzer.so.0
#12 0xb7d87d2e in ?? () from /usr/lib/libkio.so.5
#13 0xb7d896d3 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5
#14 0xb7d77a34 in KFileItem::metaInfo () from /usr/lib/libkio.so.5
#15 0xb7e3fae1 in KFileMetaPropsPlugin::KFileMetaPropsPlugin () from /usr/lib/libkio.so.5
#16 0xb7e674cc in KPropertiesDialog::KPropertiesDialogPrivate::insertPages () from /usr/lib/libkio.so.5
#17 0xb7e67793 in KPropertiesDialog::KPropertiesDialogPrivate::init () from /usr/lib/libkio.so.5
#18 0xb7e68dc3 in KPropertiesDialog::KPropertiesDialog () from /usr/lib/libkio.so.5
#19 0x08075f27 in _start ()
Comment 1 Frank Reininghaus 2009-07-01 19:59:02 UTC
Thanks for the bug report! This looks very much like a Strigi bug which is fixed in trunk, so I'll mark it as a duplicate. To make sure that I don't make a mistake, you could run Dolphin from a Konsole and check that the output before the crash contains

Assertion `pos != m_path.size()-1' failed.

If this is *not* the case, please reopen this report. Thanks.

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