-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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 of conhost.exe when removing scrollback buffer #14759
Comments
This looks vaguely like #8453 or #9461, which I don't think made its way to 1904x builds. I wonder if there's a simple way for us to have you try out the |
I've now tried the OpenConsole.exe from Microsoft.WindowsTerminal_Win10_1.16.10261.0_8wekyb3d8bbwe.msixbundle. But it also has some weird scrolling behavior for some programs now, where whenever I enter some text it scrolls back to some specific location. |
Thanks. Glad this helped. I'm gonna close this one out as a /dup of #9461. Would you mind filing a new issue with repro steps for the other issue you're seeing? |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Windows Terminal version
No response
Windows build number
10.0.19044.2486
Other Software
No response
Steps to reproduce
Compile and start the following program in a cmd or powershell console:
Expected Behavior
That the console window is still here after the program finished.
Actual Behavior
The console window disappears because conhost.exe crashes.
I see the following in the Event Viewer:
And:
0xc0000409 is STATUS_STACK_BUFFER_OVERRUN, and 7 is fast failure code FAST_FAIL_FATAL_APP_EXIT.
The text was updated successfully, but these errors were encountered: