-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on input after text resize #1095
Labels
Area-TerminalControl
Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Conhost
For issues in the Console codebase
Resolution-Fix-Available
It's available in an Insiders build or a release
Severity-Crash
Crashes are real bad news.
Milestone
Comments
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Jun 1, 2019
zadjii-msft
added
Area-TerminalControl
Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Terminal
The new Windows Terminal.
labels
Jun 3, 2019
zadjii-msft
added
Help Wanted
We encourage anyone to jump in on these.
Needs-Tag-Fix
Doesn't match tag requirements
labels
Jun 3, 2019
Good find here. Seems easily repro-able, so debugging and fixing shouldn't be that hard... |
DHowett-MSFT
added
Product-Conhost
For issues in the Console codebase
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Product-Terminal
The new Windows Terminal.
labels
Jun 3, 2019
Mind pressing "retry" and grabbing the stack from VS? Thanks! |
zadjii-msft
added a commit
that referenced
this issue
Jul 29, 2019
When we resize the conpty buffer, we'll call into SCREEN_INFORMATION::_InternalSetViewportSize, which will try to keep the commandline visible. However, we don't even want the commandline visible while that's happening. We should hide it and reflow the start of the commandline. I'm actually not sure this is the fix for #1095. #1095 uses WSL, which isn't going to be COOKED_READing. Aditionally, the commandline can end up in some weird places after this. Like when restoring down with a commandline wider than the restored width, the commandline will appear one line below where it should. That might be a side effect of the rest of the changes I'm prototyping (for #1795)
I'm almost 100% certain #2149 did end up fixing this. Hooray! |
zadjii-msft
added
the
Resolution-Fix-Available
It's available in an Insiders build or a release
label
Aug 14, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-TerminalControl
Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Product-Conhost
For issues in the Console codebase
Resolution-Fix-Available
It's available in an Insiders build or a release
Severity-Crash
Crashes are real bad news.
Terminal crashes on input after a text resize.
Environment
Steps to reproduce
(note: while increasing font size, sometimes the bottom line is off the end of the terminal, which seems like it's the likely culprit...)
Expected behavior
It doesn't crash.
Actual behavior
It crashes.
The text was updated successfully, but these errors were encountered: