| Summary: | Dolphin crashes when opening properties of JAR file | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Randall Reese <rreese6> |
| Component: | general | Assignee: | Peter Penz <peter.penz19> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | rreese6 |
| Priority: | NOR | ||
| Version First Reported In: | 1.6.1 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.7.0 | |
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Randall Reese
2011-09-13 22:49:04 UTC
Created attachment 63634 [details]
New crash information added by DrKonqi
konqueror (4.6.2 (4.6.2)) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed:
Opened Konqueror in Terminal....
Selected properties from right click menu. then Konquorer crashed,
This also happens in Dolphin.
here is output from terminal screen:
$ konqueror
konqueror(7319)/kdeui (kdelibs): Attempt to use QAction "dolphin" with KXMLGUIFactory!
konqueror(7319)/kdeui (kdelibs): Attempt to use QAction "gwenview" with KXMLGUIFactory!
konqueror(7319)/kdeui (kdelibs): Attempt to use QAction "" with KXMLGUIFactory!
konqueror: /build/buildd/strigi-0.7.2/src/streamanalyzer/analysisresult.cpp:134: Strigi::AnalysisResult::Private::Private(const std::string&, const char*, time_t, Strigi::AnalysisResult&, Strigi::AnalysisResult&): Assertion `m_path.size() > m_parent->p->m_path.size()+1' failed.
konqueror: Fatal IO error: client killed
KCrash: Application 'konqueror' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/randy/.kde/socket-randy-ThinkPad-X201-Tablet/kdeinit4__0
QSocketNotifier: Invalid socket 21 and type 'Read', disabling...
QSocketNotifier: Invalid socket 30 and type 'Read', disabling...
[1]+ Stopped konqueror
-- Backtrace (Reduced):
#11 0xb59a7ef1 in Strigi::AnalysisResult::Private::Private (this=0xaf7f1f18, p=..., name=0xaf7f1eaf "", mt=1109171162, t=..., parent=...) at /build/buildd/strigi-0.7.2/src/streamanalyzer/analysisresult.cpp:134
#12 0xb59a7fd3 in Strigi::AnalysisResult::AnalysisResult (this=0xaf7be950, path=..., name=0xaf7f1eaf "", mt=1109171162, parent=...) at /build/buildd/strigi-0.7.2/src/streamanalyzer/analysisresult.cpp:140
#13 0xb59a82fd in Strigi::AnalysisResult::indexChild (this=0xb1e4b0f4, name=..., mt=1109171162, file=0xaf7fe148) at /build/buildd/strigi-0.7.2/src/streamanalyzer/analysisresult.cpp:249
#14 0xb59e9baf in ZipEndAnalyzer::analyze (this=0xaf758838, idx=..., in=0xaf741b50) at /build/buildd/strigi-0.7.2/src/streamanalyzer/endanalyzers/zipendanalyzer.cpp:62
#15 0xb59cd5ba in Strigi::StreamAnalyzerPrivate::analyze (this=0xaf75cbd0, idx=..., input=0xaf741b50) at /build/buildd/strigi-0.7.2/src/streamanalyzer/streamanalyzer.cpp:421
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). |