Closed KalleOlaviNiemitalo closed 4 years ago
I tried WinDbg but don't have 9D4980ABB5634B7E87196DA52320EC4A1\TerminalControlFullPDB.pdb.
E:\BA\3\s\src\inc\til\bitmap.h(283)\TerminalControl.dll!00007FFC79D76259: (caller: 00007FFC79D7685F) Exception(1) tid(c4c) 80070057 The parameter is incorrect.
(7c40.c4c): C++ EH exception - code e06d7363 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
KERNELBASE!RaiseException+0x69:
00007ffc`bd873e49 0f1f440000 nop dword ptr [rax+rax]
2:004> k
TerminalControl+0x2ab5
in Windows_UI_Xaml!DirectUI::FrameworkElement::RaiseLayoutUpdated+0x42
2:004> g
(7c40.c4c): C++ EH exception - code e06d7363 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
KERNELBASE!RaiseException+0x69:
00007ffc`bd873e49 0f1f440000 nop dword ptr [rax+rax]
2:004> k
TerminalControl+0x45db
in VCRUNTIME140_1!__FrameHandler4::CxxCallCatchBlock+0x115
2:004> g
E:\BA\3\s\src\renderer\dx\DxRenderer.cpp(781)\TerminalControl.dll!00007FFC79DA35B2: (caller: 00007FFC79D14F97) ReturnHr(1) tid(c4c) 80070057 The parameter is incorrect.
Msg:[E:\BA\3\s\src\inc\til\bitmap.h(283)\TerminalControl.dll!00007FFC79D76259: (caller: 00007FFC79D7685F) Exception(1) tid(c4c) 80070057 The parameter is incorrect.
]
E:\BA\3\s\src\cascadia\TerminalControl\TermControl.cpp(632)\TerminalControl.dll!00007FFC79D15AE7: (caller: 00007FFC79D25790) Exception(2) tid(c4c) 80070057 The parameter is incorrect.
(7c40.c4c): C++ EH exception - code e06d7363 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
KERNELBASE!RaiseException+0x69:
00007ffc`bd873e49 0f1f440000 nop dword ptr [rax+rax]
2:004> k
TerminalControl+0x2ab5
in Windows_UI_Xaml!DirectUI::FrameworkElement::RaiseLayoutUpdated+0x42
2:004> g
(7c40.c4c): C++ EH exception - code e06d7363 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
KERNELBASE!RaiseException+0x69:
00007ffc`bd873e49 0f1f440000 nop dword ptr [rax+rax]
2:004> k
TerminalControl+0x45db
in VCRUNTIME140_1!__FrameHandler4::CxxCallCatchBlock+0x115
2:004> g
TerminalControl.dll!00007FFC79D9FB6E: ReturnHr(2) tid(c4c) 80070057 The parameter is incorrect.
Msg:[E:\BA\3\s\src\cascadia\TerminalControl\TermControl.cpp(632)\TerminalControl.dll!00007FFC79D15AE7: (caller: 00007FFC79D25790) Exception(2) tid(c4c) 80070057 The parameter is incorrect.
]
onecore\com\combase\dcomrem\preventrundownbias.cpp(1310)\combase.dll!00007FFCBF50681C: (caller: 00007FFCBF506649) LogHr(1) tid(5be8) 80070005 Access is denied.
(7c40.c4c): Unknown exception - code c000027b (!!! second chance !!!)
KERNELBASE!RaiseFailFastException+0x15c:
00007ffc`bd95b3cc 0f1f440000 nop dword ptr [rax+rax]
2:004> k
Windows_UI_Xaml!DirectUI::ErrorHelper::ProcessUnhandledError+0xf4
I cannot reproduce the crash in Windows Terminal 1.3.2651.0 or Windows Terminal Preview 1.4.2652.0, on Microsoft Windows [Version 10.0.19041.508]. Therefore closing.
That’s rather more alarming given we haven’t changed anything (!)
Retested:
Can you see from telemetry whether users are still getting crashes like that, and on which versions?
Environment
Steps to reproduce
wt.exe
app execution alias of Windows Terminal Preview is enabled.START /MIN wt.exe
in Command Prompt.Expected behavior
The window of Windows Terminal Preview should be restored, as if I had started it normally and minimized the window from its title bar.
Actual behavior
The left-click does not have any immediately visible effect, but it affects the window preview that appears if the mouse cursor hovers over the task bar button of Windows Terminal Preview.
Then, hover again, and right-click the window preview. The system menu of the window appears. Choose Move from the menu. The mouse cursor jumps to the top left corner of the screen. Press an arrow key. Move the mouse cursor to the middle of the screen. The Windows Terminal Preview window follows the mouse cursor but it is abnormally small. Left-click to leave the window at the middle of the screen.
Grab the bottom edge of the window and drag it up. The window doubles its height for a moment and then disappears. Event Viewer shows an Application Error with exception code 0xc000027b in the Application log.
Filed https://aka.ms/AA9dftx at Feedback Hub.