Mysterious crash in Monarch::_clearOldMruEntries
#10028
Labels
Area-Remoting
Communication layer between windows. Often for windowing behavior, quake mode, etc.
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Repro
We can't figure out how to make this happen. Please help find a simplified repro.
Needs-Tag-Fix
Doesn't match tag requirements
Priority-1
A description (P1)
Product-Terminal
The new Windows Terminal.
Severity-Crash
Crashes are real bad news.
Milestone
Totally unclear what happened here. I reactivated the window, and the terminal took a trip to beeftown.
Crash is in
Microsoft_Terminal_Remoting!winrt::Microsoft::Terminal::Remoting::implementation::WindowActivatedArgs::`scalar deleting destructor'+0x39
north of the call to_mruPeasants.erase(result);
. The param toMonarch::_clearOldMruEntries
is0x000002dde61fe738
, but that's garbage, and the stack below it shows that the right value (1
).Stack Trace
More importantly, there might be other crashes in this bucket:
a90749d8-7430-c4ba-d031-827f78f57d94
. Search for that GUID, you'll find it.Got the local
.dump /ma
in"C:\Users\migrie\OneDrive - Microsoft\dumps\windowActivatedArgsCrash.dmp"
. I'll keep my eye out if this happens again.The text was updated successfully, but these errors were encountered: