There's a weird crash(?) tearing down the Renderer? #11891
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.
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Priority-1
A description (P1)
Product-Terminal
The new Windows Terminal.
Severity-Crash
Crashes are real bad news.
Milestone
Carlos, Leonard and I have all hit this a few times now, in different branches. Seems like a subset of times, when dtoring the
Renderer
, we'll get a crash, along the stack of:It might be caused by #11619, but I believe Leonard was seeing this too long before that ever merged.
Running the local tests (
runut /name:*local*
) is a good way to hit this. That'll spawn a ton ofTermControl
s and tear them down quickly, though, I think the actual crash will occur in the running of the subsequent test.Since it's crashing the local tests so consistently, I figured it's best to get this tracked and fixed.
The text was updated successfully, but these errors were encountered: