Summary: | Dolphin crash...always after a zip file downloaded | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Francesco Cesareo <aomegax> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | gr |
Priority: | NOR | ||
Version First Reported In: | 1.6.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Francesco Cesareo
2011-09-01 10:40:36 UTC
Created attachment 63282 [details]
New crash information added by DrKonqi
dolphin (1.6.1) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed: I had just downloaded a zip, and when I move the mouse over it to try to right click and unzip, Dolphin crashes.
-- Backtrace (Reduced):
#8 0x00007f8c58bad7c5 in __assert_fail (assertion=0x7f8c53096c20 "m_path.size() > m_parent->p->m_path.size()+1", file=<value optimized out>, line=134, function=<value optimized out>) at assert.c:81
#9 0x00007f8c5304becf in Strigi::AnalysisResult::Private::Private (this=0x7f8c40162b80, p=..., name=<value optimized out>, mt=<value optimized out>, t=..., parent=...) at /build/buildd/strigi-0.7.2/src/streamanalyzer/analysisresult.cpp:134
#10 0x00007f8c5304bf95 in Strigi::AnalysisResult::AnalysisResult (this=0x7f8c401215c0, path=..., name=0x7f8c40162b43 "", mt=1286587990, parent=...) at /build/buildd/strigi-0.7.2/src/streamanalyzer/analysisresult.cpp:140
#11 0x00007f8c5304c2c2 in Strigi::AnalysisResult::indexChild (this=0x7f8c3e7229d0, name=<value optimized out>, mt=1286587990, file=0x7f8c40108960) at /build/buildd/strigi-0.7.2/src/streamanalyzer/analysisresult.cpp:249
#12 0x00007f8c530895a8 in ZipEndAnalyzer::analyze (this=0x7f8c40010a20, idx=..., in=0x7f8c4006f2a0) at /build/buildd/strigi-0.7.2/src/streamanalyzer/endanalyzers/zipendanalyzer.cpp:62
Thanks for the report. This is an issue in the corresponding Strigi analyzer that Dolphin uses to get the metadata of a file. Dolphin for KDE 4.7 won't crash anymore in this case (see http://ppenz.blogspot.com/2011/03/dont-crash-when-reading-metadata.html for details). |