| Summary: | Konsole freezes when opening new tab in deleted directory. | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Benn Snyder <benn.snyder> |
| Component: | emulation | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | ephemient |
| Priority: | NOR | ||
| Version First Reported In: | 16.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/konsole/6e2d3f4e7e952a342ed91bf93d4487bd51a331ea | Version Fixed/Implemented In: | 16.12 |
| Sentry Crash Report: | |||
Git commit 6e2d3f4e7e952a342ed91bf93d4487bd51a331ea by Kurt Hindenburg. Committed on 08/10/2016 at 20:32. Pushed by hindenburg into branch 'master'. Validate initial working directory Profile entry Verify the Profile's initial working directory exists and is a dir This applies to KonsolePart as well as Konsole M +1 -0 src/Part.cpp M +16 -1 src/Session.cpp M +2 -0 src/Session.h http://commits.kde.org/konsole/6e2d3f4e7e952a342ed91bf93d4487bd51a331ea *** Bug 371454 has been marked as a duplicate of this bug. *** |
When opening a new tab, Konsole freezes if the current directory no longer exists. Reproducible: Always Steps to Reproduce: $ mkdir test $ cd test/ $ rmdir ../test Then press Ctrl+Shift+T to open a new tab. Actual Results: All Konsole tabs and windows lock up indefinitely and must be killed. Expected Results: Konsole should display a message about the directory not existing, and allow the user to close the new tab gracefully.