Summary: | Dolphin Crash after changing adress bar and selecting Properties | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Sebastian <catcher> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | frank78ac |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sebastian
2009-06-13 13:03:00 UTC
*** Bug 196319 has been marked as a duplicate of this bug. *** Thanks for the bug report. I get this crash only in "/" and special directories like "trash:/", but I still think it's most likely a duplicate of bug 185551 (a Strigi bug, fixed in trunk). Could you run Dolphin from a Konsole and confirm that the crash message contains "Assertion `pos != m_path.size()-1' failed" ? Thanks. Yes, it does. dolphin: /build/buildd/strigi-0.6.4/src/streamanalyzer/analysisresult.cpp:152: Strigi::AnalysisResult::Private::Private(const std::string&, time_t, Strigi::IndexWriter&, Strigi::StreamAnalyzer&, const std::string&, Strigi::AnalysisResult&): Assertion `pos != m_path.size()-1' failed. KCrash: Application 'dolphin' crashing... But I get in every directory as long as I go there via adress bar Thanks for the update. (In reply to comment #3) > Yes, it does. > > dolphin: /build/buildd/strigi-0.6.4/src/streamanalyzer/analysisresult.cpp:152: > Strigi::AnalysisResult::Private::Private(const std::string&, time_t, > Strigi::IndexWriter&, Strigi::StreamAnalyzer&, const std::string&, > Strigi::AnalysisResult&): Assertion `pos != m_path.size()-1' failed. It must be a duplicate then because the fix for bug 185551 removed that assert from this function. > But I get in every directory as long as I go there via address bar I can also reproduce it in any directory in 4.2.4, but only if I append a slash to the directory URL in the address bar. Maybe the behaviour of KUrlNavigator has changed in 4.3, such that you get the crash even without slash now (I can't check that easily in trunk because my trunk build uses a fixed Strigi). *** This bug has been marked as a duplicate of bug 185551 *** |