-
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
Trigger Redraw Crash #18275
Comments
internal dupe chain leads to MSFT:54447014, `ACCESS_VIOLATION_c0000005_Microsoft.Terminal.Control.dll! |
and no hits for that on 1.22. @shmuelie if you use Terminal Preview, does this go away? |
Ah fuck I figured it out. And I typed out such a long message before that... Here's where we destroy the renderer: terminal/src/cascadia/TerminalControl/ControlCore.cpp Lines 227 to 233 in bfab5fd
But during the problematic call we only hold a strong reference to the terminal/src/cascadia/TerminalControl/ControlCore.cpp Lines 197 to 201 in bfab5fd
In other words, the |
I've not been able to reproduce it since the first crash so can't say |
Just hit it again today on 1.23.3582.0 |
Windows Terminal version
1.21.3231.0
Windows build number
10.0.26335.0
Other Software
No response
Steps to reproduce
Unsure 😅
Expected Behavior
To not crash
Actual Behavior
Access Violation
exception, see Watson Bucket 20f45815-12a1-7b5a-eadf-5a6297346f30The text was updated successfully, but these errors were encountered: