Bug 191742 - Dolphin crashes when trying to open tar.bz2 (off CIFS)
Summary: Dolphin crashes when trying to open tar.bz2 (off CIFS)
Status: RESOLVED DUPLICATE of bug 185551
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 21:47 UTC by xor
Modified: 2009-05-05 21:52 UTC (History)
0 users

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 xor 2009-05-05 21:47:10 UTC
Version:           1.2.1 (using 4.2.2 (KDE 4.2.2), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.28-11-generic

I have a CIFS directory mounted from my fileserver, there are tar.bz2 files stored in it. When I try to open one of the tar.bz2 in Dolphin, it crashes. Stack trace:

Application: Dolphin (dolphin), signal SIGABRT
0x00007f97e0009cf0 in nanosleep () from /lib/libc.so.6

Thread 1 (Thread 0x7f97e49ac750 (LWP 23908)):
[KCrash Handler]
#5  0x00007f97dff94fb5 in raise () from /lib/libc.so.6
#6  0x00007f97dff96bc3 in abort () from /lib/libc.so.6
#7  0x00007f97dff8df09 in __assert_fail () from /lib/libc.so.6
#8  0x00007f97dfaef15b in Strigi::AnalysisResult::Private::Private () from /usr/lib/libstreamanalyzer.so.0
#9  0x00007f97dfaef225 in Strigi::AnalysisResult::AnalysisResult () from /usr/lib/libstreamanalyzer.so.0
#10 0x00007f97dfaefd74 in Strigi::AnalysisResult::indexChild () from /usr/lib/libstreamanalyzer.so.0
#11 0x00007f97dfb28ca8 in ?? () from /usr/lib/libstreamanalyzer.so.0
#12 0x00007f97dfb1aba9 in ?? () from /usr/lib/libstreamanalyzer.so.0
#13 0x00007f97dfb12c16 in ?? () from /usr/lib/libstreamanalyzer.so.0
#14 0x00007f97e4447787 in ?? () from /usr/lib/libkio.so.5
#15 0x00007f97e4448905 in KFileMetaInfo::KFileMetaInfo () from /usr/lib/libkio.so.5
#16 0x000000000043fffb in _start ()
Comment 1 Pino Toscano 2009-05-05 21:52:06 UTC
Thanks for the bug report! This looks very much like an issue that is known already - a crash when viewing the "Properties" of the root directory ("/") or some special directory like "trash:/". This is a Strigi issue which is fixed in trunk already.

If you did something else before Dolphin crashed, please reopen this report.
Thanks!

*** This bug has been marked as a duplicate of bug 185551 ***
Comment 2 xor 2009-05-05 21:52:53 UTC
The file was created by one of my cronjobs via:

tar --totals --numeric-owner -cPf $BNAME --exclude /proc\* --exclude /sys\* --exclude /tmp/\* / 2>> $LOG
tar -tf $BNAME > $BNAME.ls 2>> $LOG
bzip2 -zv3 $BNAME 2>> $LOG