Terminal crash when saving after deleting a profile #18203

Closed
opened 2026-01-31 06:06:43 +00:00 by claunia · 3 comments
Owner

Originally created by @shueybubbles on GitHub (Aug 18, 2022).

Windows Terminal version

1.14.1962.0

Windows build number

Microsoft Windows [Version 10.0.19044.1889]

Other Software

No response

Steps to reproduce

Open Settings
Select the Windows Powershell profile
Delete it
Click Save

Expected Behavior

Profile to be deleted and no crash

Actual Behavior

Crash

>	KERNELBASE.dll!RaiseFailFastException(_EXCEPTION_RECORD * pExceptionRecord, _CONTEXT * pContextRecord, unsigned long dwFlags) Line 1201	C
 	combase.dll!RoFailFastWithErrorContextInternal2(HRESULT hrError, unsigned long cStowedExceptions, _STOWED_EXCEPTION_INFORMATION_V2 * * aStowedExceptionPointers) Line 1455	C++
 	Windows.UI.Xaml.dll!DirectUI::ErrorHelper::ProcessUnhandledError(DirectUI::ErrorInfo & errorInfo, unsigned int fSkipFailFastIfNoErrorContext, unsigned int * pfHandled) Line 616	C++
 	Windows.UI.Xaml.dll!DirectUI::ErrorHelper::ReportUnhandledError(HRESULT hrError) Line 502	C++
 	Windows.UI.Xaml.dll!CXcpDispatcher::Tick() Line 1455	C++
 	Windows.UI.Xaml.dll!CXcpDispatcher::OnReentrancyProtectedWindowMessage(HWND__ * msg, unsigned int lParam, unsigned __int64) Line 1041	C++
 	[Inline Frame] Windows.UI.Xaml.dll!CXcpDispatcher::ProcessMessage(HWND__ *) Line 890	C++
 	Windows.UI.Xaml.dll!CXcpDispatcher::WindowProc(HWND__ * hwnd, unsigned int msg, unsigned __int64 wParam, __int64 lParam) Line 839	C++
 	Windows.UI.Xaml.dll!CDeferredInvoke::DispatchQueuedMessage(bool * dispatchedWork, bool * hasMoreWork) Line 301	C++
 	[Inline Frame] Windows.UI.Xaml.dll!CXcpDispatcher::MessageTimerCallback() Line 1534	C++
 	Windows.UI.Xaml.dll!CXcpDispatcher::MessageTimerCallbackStatic(void * myUserData) Line 1526	C++
 	CoreMessaging.dll!System__Action$CallbackThunk(System::Delegate * _cn_pDelegate) Line 505	C++

ReportUnhandledError frame has this:



  | Name | Value | Type
-- | -- | -- | --
◢ | [CRestrictedError] | {_pszDescription=0x000001cc4213f660 L"The operation attempted to access data outside the valid range\r\n" ...} | combase.dll!CRestrictedError

I can share a DMP if needed.

Originally created by @shueybubbles on GitHub (Aug 18, 2022). ### Windows Terminal version 1.14.1962.0 ### Windows build number Microsoft Windows [Version 10.0.19044.1889] ### Other Software _No response_ ### Steps to reproduce Open Settings Select the Windows Powershell profile Delete it Click Save ### Expected Behavior Profile to be deleted and no crash ### Actual Behavior Crash ``` > KERNELBASE.dll!RaiseFailFastException(_EXCEPTION_RECORD * pExceptionRecord, _CONTEXT * pContextRecord, unsigned long dwFlags) Line 1201 C combase.dll!RoFailFastWithErrorContextInternal2(HRESULT hrError, unsigned long cStowedExceptions, _STOWED_EXCEPTION_INFORMATION_V2 * * aStowedExceptionPointers) Line 1455 C++ Windows.UI.Xaml.dll!DirectUI::ErrorHelper::ProcessUnhandledError(DirectUI::ErrorInfo & errorInfo, unsigned int fSkipFailFastIfNoErrorContext, unsigned int * pfHandled) Line 616 C++ Windows.UI.Xaml.dll!DirectUI::ErrorHelper::ReportUnhandledError(HRESULT hrError) Line 502 C++ Windows.UI.Xaml.dll!CXcpDispatcher::Tick() Line 1455 C++ Windows.UI.Xaml.dll!CXcpDispatcher::OnReentrancyProtectedWindowMessage(HWND__ * msg, unsigned int lParam, unsigned __int64) Line 1041 C++ [Inline Frame] Windows.UI.Xaml.dll!CXcpDispatcher::ProcessMessage(HWND__ *) Line 890 C++ Windows.UI.Xaml.dll!CXcpDispatcher::WindowProc(HWND__ * hwnd, unsigned int msg, unsigned __int64 wParam, __int64 lParam) Line 839 C++ Windows.UI.Xaml.dll!CDeferredInvoke::DispatchQueuedMessage(bool * dispatchedWork, bool * hasMoreWork) Line 301 C++ [Inline Frame] Windows.UI.Xaml.dll!CXcpDispatcher::MessageTimerCallback() Line 1534 C++ Windows.UI.Xaml.dll!CXcpDispatcher::MessageTimerCallbackStatic(void * myUserData) Line 1526 C++ CoreMessaging.dll!System__Action$CallbackThunk(System::Delegate * _cn_pDelegate) Line 505 C++ ``` `ReportUnhandledError` frame has this: ```   | Name | Value | Type -- | -- | -- | -- ◢ | [CRestrictedError] | {_pszDescription=0x000001cc4213f660 L"The operation attempted to access data outside the valid range\r\n" ...} | combase.dll!CRestrictedError ``` I can share a DMP if needed.
claunia added the Issue-BugResolution-Duplicate labels 2026-01-31 06:06:43 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Aug 18, 2022):

Hmm. This looks a lot like #13017. That was deleting the last profile, while this is presumably deleting the first?

Still repros on the 1.16 build I have.

!xamlstowed

{a bunch of other exceptions...}

    Windows_UI_Xaml!CUIElement::Measure+0x556  (7fffa935d516) [onecoreuap\windows\dxaml\xcp\core\core\elements\uielement.cpp @ 4121]
    Windows_UI_Xaml!CLayoutManager::UpdateLayout+0x15a  (7fffa93788ba) [onecoreuap\windows\dxaml\xcp\core\layout\layoutmanager.cpp @ 298]
    Windows_UI_Xaml!CUIElement::UpdateLayout+0x3d  (7fffa93aee79) [onecoreuap\windows\dxaml\xcp\core\core\elements\uielement.cpp @ 3819]
    Windows_UI_Xaml!DirectUI::UIElementGenerated::UpdateLayout+0x47  (7fffa93aedf7) [onecoreuap\windows\dxaml\xcp\dxaml\lib\winrtgeneratedclasses\uielement.g.cpp @ 4804]
    Microsoft_UI_Xaml!winrt::impl::consume_Windows_UI_Xaml_IUIElement<winrt::Microsoft::UI::Xaml::Controls::ItemsRepeater>::UpdateLayout+0x53  (7fff5b44c1f3) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.UI.Xaml.h @ 3021]
    Microsoft_UI_Xaml!NavigationView::OnMenuItemsSourceCollectionChanged+0x24  (7fff5b4d3084) [C:\a\_work\1\s\dev\NavigationView\NavigationView.cpp @ 3251]
    Microsoft_UI_Xaml!winrt::impl::delegate<winrt::Windows::Foundation::TypedEventHandler<winrt::Windows::UI::Xaml::Controls::Control,winrt::Windows::UI::Xaml::Controls::FocusDisengagedEventArgs>,<lambda_85f2c4e39b149240244baf797ee82c3b> >::Invoke+0x3b  (7fff5b49c3fb) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.Foundation.h @ 894]
    Microsoft_UI_Xaml!event_base<event_source<winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler>,winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler,tracker_ref<winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler,0,IUnknown *> >::operator  (7fff5b419ce3) [C:\a\_work\1\s\dev\inc\event.h @ 77]
    Microsoft_UI_Xaml!InspectingDataSource::OnVectorChanged+0xe4  (7fff5b42e9d4) [C:\a\_work\1\s\dev\Repeater\InspectingDataSource.cpp @ 260]
    Microsoft_UI_Xaml!winrt::impl::delegate<winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler,<lambda_bf5e46e48a2c60d1fb75d57e47bbc3fe> >::Invoke+0x3b  (7fff5b4288bb) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.Foundation.h @ 883]
    Microsoft_UI_Xaml!winrt::Windows::Foundation::Collections::VectorChangedEventHandler<winrt::Windows::Foundation::IInspectable>::operator  (7fff5b41b83a) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.Foundation.Collections.h @ 690]
    Microsoft_UI_Xaml!event_base<event_source<winrt::Windows::Foundation::Collections::VectorChangedEventHandler<winrt::Windows::Foundation::IInspectable> >,winrt::Windows::Foundation::Collections::VectorChangedEventHandler<winrt::Windows::Foundation::IInspectable>,tracker_ref<winrt::Windows::Foundation::Collections::VectorChangedEventHandler<winrt::Windows::Foundation::IInspectable>,0,IUnknown *> >::operator  (7fff5b41b7df) [C:\a\_work\1\s\dev\inc\event.h @ 77]
    Microsoft_UI_Xaml!ObservableVectorInnerImpl<VectorOptions<winrt::Windows::Foundation::IInspectable,1,0,1,0>,TStorageWrapperImpl<winrt::Windows::Foundation::IInspectable,0> >::RaiseChildrenChanged+0x118  (7fff5b41b6e8) [C:\a\_work\1\s\dev\Collections\Vector.h @ 341]
    Microsoft_UI_Xaml!winrt::impl::produce<VectorBase<winrt::Windows::Foundation::IInspectable,1,0,1,0,VectorOptions<winrt::Windows::Foundation::IInspectable,1,0,1,0> >,winrt::Windows::Foundation::Collections::IVector<winrt::Windows::Foundation::IInspectable> >::ReplaceAll+0x4f  (7fff5b4c05af) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.Foundation.Collections.h @ 624]
    Microsoft_Terminal_Settings_Editor!winrt::Microsoft::Terminal::Settings::Editor::implementation::MainPage::UpdateSettings+0x1dd  (7fff5b2307c5) [C:\a\_work\1\s\src\cascadia\TerminalSettingsEditor\MainPage.cpp @ 149]
    Microsoft_Terminal_Settings_Editor!winrt::impl::produce<winrt::Microsoft::Terminal::Settings::Editor::implementation::MainPage,winrt::Microsoft::Terminal::Settings::Editor::IMainPage>::UpdateSettings+0x2f  (7fff5b23059f) [C:\a\_work\1\s\src\cascadia\TerminalSettingsEditor\Generated Files\winrt\Microsoft.Terminal.Settings.Editor.h @ 5347]
    TerminalApp!winrt::TerminalApp::implementation::SettingsTab::UpdateSettings+0x5a  (7fff5bb552ea) [C:\a\_work\1\s\src\cascadia\TerminalApp\SettingsTab.cpp @ 38]
    TerminalApp!winrt::impl::produce<winrt::TerminalApp::implementation::SettingsTab,winrt::TerminalApp::ISettingsTab>::UpdateSettings+0x32  (7fff5bb55252) [C:\a\_work\1\s\src\cascadia\TerminalApp\Generated Files\winrt\TerminalApp.h @ 4154]
    TerminalApp!winrt::TerminalApp::implementation::TerminalPage::_RefreshUIForSettingsReload+0x3f7  (7fff5bb03f0f) [C:\a\_work\1\s\src\cascadia\TerminalApp\TerminalPage.cpp @ 2700]
    TerminalApp!winrt::TerminalApp::implementation::TerminalPage::SetSettings+0x609a9  (7fff5ba9eba5) [C:\a\_work\1\s\src\cascadia\TerminalApp\TerminalPage.cpp @ 143]
    TerminalApp!winrt::TerminalApp::implementation::AppLogic::_ReloadSettings+0xc2  (7fff5babcfe2) [C:\a\_work\1\s\src\cascadia\TerminalApp\AppLogic.cpp @ 1058]
    TerminalApp!`winrt::TerminalApp::implementation::AppLogic::AppLogic'::`2'::<lambda_1>::operator  (7fff5bab6ba0) [C:\a\_work\1\s\src\cascadia\TerminalApp\AppLogic.cpp @ 194]
    TerminalApp!`ThrottledFunc<0>::_trailing_edge'::`3'::<lambda_1>::operator  (7fff5bab6e4d) [C:\a\_work\1\s\src\cascadia\WinRTUtils\inc\ThrottledFunc.h @ 116]
    TerminalApp!winrt::impl::delegate<winrt::Windows::System::DispatcherQueueHandler,`ThrottledFunc<0>::_trailing_edge'::`3'::<lambda_1> >::Invoke+0xd  (7fff5baba20d) [C:\a\_work\1\s\src\cascadia\TerminalApp\Generated Files\winrt\Windows.System.h @ 1623]
    CoreMessaging!Windows::System::DispatcherQueue::DeferInvokeCallback+0x20  (7fffbc613af0) [mincore\coreui\dev\dispatcherqueue\wrtdispatcherqueue.cpp @ 1173]
    CoreMessaging!CFlat::SehSafe::Execute<<lambda_a81ff790741c2a62f2197c2561f5fe49> >+0x2c  (7fffbc5ced64) [CFlatCorlib\1.0.220606003\CFlatCorlib\SehSafe.inl @ 11]
    CoreMessaging!Microsoft::CoreUI::ActionCallback::ImportAdapter$+0xae  (7fffbc5ce7ee) [mincore\CoreUI\Dev\System\Api\IExportMessageSession.cs @ 22]
    CoreMessaging!Microsoft::CoreUI::Dispatch::DeferredCall::Callback_Dispatch+0x2bf  (7fffbc5de08f) [mincore\CoreUI\Dev\System\Dispatch\DeferredCall.cs @ 62]
    CoreMessaging!Microsoft::CoreUI::Dispatch::DeferredCallDispatcher::Callback_OnDispatch+0x3a3  (7fffbc5dbc83) [mincore\CoreUI\Dev\System\Dispatch\DeferredCallDispatcher.cs @ 382]
    CoreMessaging!Microsoft::CoreUI::Dispatch::EventLoop::Callback_RunCoreLoop+0x481  (7fffbc5dd301) [mincore\CoreUI\Dev\System\Dispatch\EventLoop.cs @ 650]
    CoreMessaging!Microsoft::CoreUI::Dispatch::UserAdapter::OnUserDispatch+0x202  (7fffbc5d9fa2) [mincore\CoreUI\Dev\System\Dispatch\UserAdapter.cs @ 1337]
    CoreMessaging!Microsoft::CoreUI::Dispatch::UserAdapter::DoWork+0x206  (7fffbc5d9b76) [mincore\coreui\dev\system\Dispatch\UserAdapterCommonN.cpp @ 545]
    CoreMessaging!Microsoft::CoreUI::Dispatch::UserAdapter::WindowProc+0x54  (7fffbc5d6a14) [mincore\coreui\dev\system\Dispatch\UserAdapterCommonN.cpp @ 350]
    user32!UserCallWinProcCheckWow+0x37e  (7fffc0910b2e) [clientcore\windows\core\ntuser\client\clmsg.cxx @ 282]
    user32!DispatchClientMessage+0x9c  (7fffc091073c) [clientcore\windows\core\ntuser\client\daytona\objfre\amd64\client.cxx @ 3110]
    user32!__fnDWORD+0x3d  (7fffc08f55bd) [onecoreuap\restricted\windows\inc\ntuser\inc\ntcb.h @ 1214]
    ntdll!KiUserCallbackDispatcherContinue  (7fffc21d5674) [minkernel\ntos\rtl\amd64\trampoln.asm @ 607]
    win32u!ZwUserGetMessage+0x14  (7fffbfd71534) [onecoreuap\windows\core\umode\moderncore\objfre\amd64\usrstubs.asm @ 189]
    user32!GetMessageW+0x2a  (7fffc08faa5a) [onecoreuap\restricted\windows\inc\private\core\ntuser\client\ntcftxt.h @ 537]
    WindowsTerminal!wWinMain+0x1b7  (7ff7edf89aa7) [C:\a\_work\1\s\src\cascadia\WindowsTerminal\main.cpp @ 155]
    WindowsTerminal!__scrt_common_main_seh+0x106  (7ff7edf8e042) [d:\a01\_work\4\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
    KERNEL32!BaseThreadInitThunk+0x1d  (7fffc074458d) [clientcore\base\win32\client\thread.c @ 75]
    ntdll!RtlUserThreadStart+0x28  (7fffc2197548) [minkernel\ntdll\rtlstrt.c @ 1192]

@zadjii-msft commented on GitHub (Aug 18, 2022): Hmm. This looks a lot like #13017. That was deleting the last profile, while this is presumably deleting the first? Still repros on the 1.16 build I have. ``` !xamlstowed {a bunch of other exceptions...} Windows_UI_Xaml!CUIElement::Measure+0x556 (7fffa935d516) [onecoreuap\windows\dxaml\xcp\core\core\elements\uielement.cpp @ 4121] Windows_UI_Xaml!CLayoutManager::UpdateLayout+0x15a (7fffa93788ba) [onecoreuap\windows\dxaml\xcp\core\layout\layoutmanager.cpp @ 298] Windows_UI_Xaml!CUIElement::UpdateLayout+0x3d (7fffa93aee79) [onecoreuap\windows\dxaml\xcp\core\core\elements\uielement.cpp @ 3819] Windows_UI_Xaml!DirectUI::UIElementGenerated::UpdateLayout+0x47 (7fffa93aedf7) [onecoreuap\windows\dxaml\xcp\dxaml\lib\winrtgeneratedclasses\uielement.g.cpp @ 4804] Microsoft_UI_Xaml!winrt::impl::consume_Windows_UI_Xaml_IUIElement<winrt::Microsoft::UI::Xaml::Controls::ItemsRepeater>::UpdateLayout+0x53 (7fff5b44c1f3) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.UI.Xaml.h @ 3021] Microsoft_UI_Xaml!NavigationView::OnMenuItemsSourceCollectionChanged+0x24 (7fff5b4d3084) [C:\a\_work\1\s\dev\NavigationView\NavigationView.cpp @ 3251] Microsoft_UI_Xaml!winrt::impl::delegate<winrt::Windows::Foundation::TypedEventHandler<winrt::Windows::UI::Xaml::Controls::Control,winrt::Windows::UI::Xaml::Controls::FocusDisengagedEventArgs>,<lambda_85f2c4e39b149240244baf797ee82c3b> >::Invoke+0x3b (7fff5b49c3fb) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.Foundation.h @ 894] Microsoft_UI_Xaml!event_base<event_source<winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler>,winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler,tracker_ref<winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler,0,IUnknown *> >::operator (7fff5b419ce3) [C:\a\_work\1\s\dev\inc\event.h @ 77] Microsoft_UI_Xaml!InspectingDataSource::OnVectorChanged+0xe4 (7fff5b42e9d4) [C:\a\_work\1\s\dev\Repeater\InspectingDataSource.cpp @ 260] Microsoft_UI_Xaml!winrt::impl::delegate<winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler,<lambda_bf5e46e48a2c60d1fb75d57e47bbc3fe> >::Invoke+0x3b (7fff5b4288bb) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.Foundation.h @ 883] Microsoft_UI_Xaml!winrt::Windows::Foundation::Collections::VectorChangedEventHandler<winrt::Windows::Foundation::IInspectable>::operator (7fff5b41b83a) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.Foundation.Collections.h @ 690] Microsoft_UI_Xaml!event_base<event_source<winrt::Windows::Foundation::Collections::VectorChangedEventHandler<winrt::Windows::Foundation::IInspectable> >,winrt::Windows::Foundation::Collections::VectorChangedEventHandler<winrt::Windows::Foundation::IInspectable>,tracker_ref<winrt::Windows::Foundation::Collections::VectorChangedEventHandler<winrt::Windows::Foundation::IInspectable>,0,IUnknown *> >::operator (7fff5b41b7df) [C:\a\_work\1\s\dev\inc\event.h @ 77] Microsoft_UI_Xaml!ObservableVectorInnerImpl<VectorOptions<winrt::Windows::Foundation::IInspectable,1,0,1,0>,TStorageWrapperImpl<winrt::Windows::Foundation::IInspectable,0> >::RaiseChildrenChanged+0x118 (7fff5b41b6e8) [C:\a\_work\1\s\dev\Collections\Vector.h @ 341] Microsoft_UI_Xaml!winrt::impl::produce<VectorBase<winrt::Windows::Foundation::IInspectable,1,0,1,0,VectorOptions<winrt::Windows::Foundation::IInspectable,1,0,1,0> >,winrt::Windows::Foundation::Collections::IVector<winrt::Windows::Foundation::IInspectable> >::ReplaceAll+0x4f (7fff5b4c05af) [C:\a\_work\1\s\BuildOutput\Intermediates\x64\Microsoft.UI.Xaml\obj\Generated Files\winrt\Windows.Foundation.Collections.h @ 624] Microsoft_Terminal_Settings_Editor!winrt::Microsoft::Terminal::Settings::Editor::implementation::MainPage::UpdateSettings+0x1dd (7fff5b2307c5) [C:\a\_work\1\s\src\cascadia\TerminalSettingsEditor\MainPage.cpp @ 149] Microsoft_Terminal_Settings_Editor!winrt::impl::produce<winrt::Microsoft::Terminal::Settings::Editor::implementation::MainPage,winrt::Microsoft::Terminal::Settings::Editor::IMainPage>::UpdateSettings+0x2f (7fff5b23059f) [C:\a\_work\1\s\src\cascadia\TerminalSettingsEditor\Generated Files\winrt\Microsoft.Terminal.Settings.Editor.h @ 5347] TerminalApp!winrt::TerminalApp::implementation::SettingsTab::UpdateSettings+0x5a (7fff5bb552ea) [C:\a\_work\1\s\src\cascadia\TerminalApp\SettingsTab.cpp @ 38] TerminalApp!winrt::impl::produce<winrt::TerminalApp::implementation::SettingsTab,winrt::TerminalApp::ISettingsTab>::UpdateSettings+0x32 (7fff5bb55252) [C:\a\_work\1\s\src\cascadia\TerminalApp\Generated Files\winrt\TerminalApp.h @ 4154] TerminalApp!winrt::TerminalApp::implementation::TerminalPage::_RefreshUIForSettingsReload+0x3f7 (7fff5bb03f0f) [C:\a\_work\1\s\src\cascadia\TerminalApp\TerminalPage.cpp @ 2700] TerminalApp!winrt::TerminalApp::implementation::TerminalPage::SetSettings+0x609a9 (7fff5ba9eba5) [C:\a\_work\1\s\src\cascadia\TerminalApp\TerminalPage.cpp @ 143] TerminalApp!winrt::TerminalApp::implementation::AppLogic::_ReloadSettings+0xc2 (7fff5babcfe2) [C:\a\_work\1\s\src\cascadia\TerminalApp\AppLogic.cpp @ 1058] TerminalApp!`winrt::TerminalApp::implementation::AppLogic::AppLogic'::`2'::<lambda_1>::operator (7fff5bab6ba0) [C:\a\_work\1\s\src\cascadia\TerminalApp\AppLogic.cpp @ 194] TerminalApp!`ThrottledFunc<0>::_trailing_edge'::`3'::<lambda_1>::operator (7fff5bab6e4d) [C:\a\_work\1\s\src\cascadia\WinRTUtils\inc\ThrottledFunc.h @ 116] TerminalApp!winrt::impl::delegate<winrt::Windows::System::DispatcherQueueHandler,`ThrottledFunc<0>::_trailing_edge'::`3'::<lambda_1> >::Invoke+0xd (7fff5baba20d) [C:\a\_work\1\s\src\cascadia\TerminalApp\Generated Files\winrt\Windows.System.h @ 1623] CoreMessaging!Windows::System::DispatcherQueue::DeferInvokeCallback+0x20 (7fffbc613af0) [mincore\coreui\dev\dispatcherqueue\wrtdispatcherqueue.cpp @ 1173] CoreMessaging!CFlat::SehSafe::Execute<<lambda_a81ff790741c2a62f2197c2561f5fe49> >+0x2c (7fffbc5ced64) [CFlatCorlib\1.0.220606003\CFlatCorlib\SehSafe.inl @ 11] CoreMessaging!Microsoft::CoreUI::ActionCallback::ImportAdapter$+0xae (7fffbc5ce7ee) [mincore\CoreUI\Dev\System\Api\IExportMessageSession.cs @ 22] CoreMessaging!Microsoft::CoreUI::Dispatch::DeferredCall::Callback_Dispatch+0x2bf (7fffbc5de08f) [mincore\CoreUI\Dev\System\Dispatch\DeferredCall.cs @ 62] CoreMessaging!Microsoft::CoreUI::Dispatch::DeferredCallDispatcher::Callback_OnDispatch+0x3a3 (7fffbc5dbc83) [mincore\CoreUI\Dev\System\Dispatch\DeferredCallDispatcher.cs @ 382] CoreMessaging!Microsoft::CoreUI::Dispatch::EventLoop::Callback_RunCoreLoop+0x481 (7fffbc5dd301) [mincore\CoreUI\Dev\System\Dispatch\EventLoop.cs @ 650] CoreMessaging!Microsoft::CoreUI::Dispatch::UserAdapter::OnUserDispatch+0x202 (7fffbc5d9fa2) [mincore\CoreUI\Dev\System\Dispatch\UserAdapter.cs @ 1337] CoreMessaging!Microsoft::CoreUI::Dispatch::UserAdapter::DoWork+0x206 (7fffbc5d9b76) [mincore\coreui\dev\system\Dispatch\UserAdapterCommonN.cpp @ 545] CoreMessaging!Microsoft::CoreUI::Dispatch::UserAdapter::WindowProc+0x54 (7fffbc5d6a14) [mincore\coreui\dev\system\Dispatch\UserAdapterCommonN.cpp @ 350] user32!UserCallWinProcCheckWow+0x37e (7fffc0910b2e) [clientcore\windows\core\ntuser\client\clmsg.cxx @ 282] user32!DispatchClientMessage+0x9c (7fffc091073c) [clientcore\windows\core\ntuser\client\daytona\objfre\amd64\client.cxx @ 3110] user32!__fnDWORD+0x3d (7fffc08f55bd) [onecoreuap\restricted\windows\inc\ntuser\inc\ntcb.h @ 1214] ntdll!KiUserCallbackDispatcherContinue (7fffc21d5674) [minkernel\ntos\rtl\amd64\trampoln.asm @ 607] win32u!ZwUserGetMessage+0x14 (7fffbfd71534) [onecoreuap\windows\core\umode\moderncore\objfre\amd64\usrstubs.asm @ 189] user32!GetMessageW+0x2a (7fffc08faa5a) [onecoreuap\restricted\windows\inc\private\core\ntuser\client\ntcftxt.h @ 537] WindowsTerminal!wWinMain+0x1b7 (7ff7edf89aa7) [C:\a\_work\1\s\src\cascadia\WindowsTerminal\main.cpp @ 155] WindowsTerminal!__scrt_common_main_seh+0x106 (7ff7edf8e042) [d:\a01\_work\4\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] KERNEL32!BaseThreadInitThunk+0x1d (7fffc074458d) [clientcore\base\win32\client\thread.c @ 75] ntdll!RtlUserThreadStart+0x28 (7fffc2197548) [minkernel\ntdll\rtlstrt.c @ 1192] ```
Author
Owner

@zadjii-msft commented on GitHub (Aug 18, 2022):

Oh hey look, this is the same signature as /dup #13673! Thanks!

@zadjii-msft commented on GitHub (Aug 18, 2022): Oh hey look, this is the same signature as /dup #13673! Thanks!
Author
Owner

@ghost commented on GitHub (Aug 18, 2022):

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!

@ghost commented on GitHub (Aug 18, 2022): 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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#18203