Summary: | Crash when using "Close All" multiple times | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Christoph Feck <cfeck> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | craig.magina, eseifert, franklin, ivan.cukic |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Feck
2012-10-18 10:39:15 UTC
It's worse. Simply opening then closing a document can crash kate. Since I can not reproduce this - can you try to add kDebug() << doc->url(); Above line 417 in kateviewmanager.cpp There is a possibility that QUrl object is somehow invalidated before. It says KUrl("") in both cases (when it crashes, and when it doesn't crash) Ok, the next step: kDebug() << doc->url(); kDebug() << m_activityResources[view]->uri(); kDebug() << QUrl(doc->url()); kDebug() << QUrl(doc->url()) == m_activityResources[view]->uri(); BTW, is any other app crashing (dolphin, okular, gwenview - they are all patched)? ping I can no longer reproduce the crash with today's build of KDE. Assuming it got fixed with kate/kactivities updates. *** Bug 311944 has been marked as a duplicate of this bug. *** *** Bug 315649 has been marked as a duplicate of this bug. *** *** Bug 315664 has been marked as a duplicate of this bug. *** Ivan: Where there any changes with respect to this after the 4.10.0 release? It aways goes through KActivities::ResourceInstance::setUri(). And the bugs came from Ubuntu, openSUSE, Gentoo, so this is a real issue. *** This bug has been marked as a duplicate of bug 315649 *** |