| Summary: | Kate crashed after opening a file while save dialog was open | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Justin Lawen <Roboboy> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | christoph |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Justin Lawen
2017-11-28 15:38:42 UTC
This should be fixed by commit: commit e3ece7bd45d2743b3c36ad856abd12ac9ba282d6 Author: Christoph Roick <chrisito@gmx.de> Date: Wed Nov 15 23:45:54 2017 +0100 Reuse unmodified empty document instead of closing it Summary: - In VI-Mode, using :e filename or :tabe filename in the empty unmodified initial document makes Kate crash. The caller is deleted by closing the document. - Reusing the already opened document avoids the problem. Test Plan: - use :e filename in VI-Mode from a fresh kate instance Reviewers: #kate, cullmann Reviewed By: #kate, cullmann Subscribers: cullmann Tags: #kate Differential Revision: https://phabricator.kde.org/D8713 There is now no longer a code path from KateDocManager::openUrl to KateDocManager::closeDocument as seen in the below crash. |