Skip to content

Instantly share code, notes, and snippets.

@nikita-island
Created December 30, 2025 14:28
Show Gist options
  • Select an option

  • Save nikita-island/1304faca6a5dc78ad7785e0e2faf26eb to your computer and use it in GitHub Desktop.

Select an option

Save nikita-island/1304faca6a5dc78ad7785e0e2faf26eb to your computer and use it in GitHub Desktop.
WinDbg copy stack traces
# Child-SP RetAddr Call Site
00 00000059`4db7de78 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7de80 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7dec0 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7e070 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7e140 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7de48 00007fff`92a2b095 USER32!CloseClipboardStub
01 00000059`4db7de50 00007fff`92a2e6e6 ole32!OleClipboardLock::Release+0x31 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3448]
02 00000059`4db7de80 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x152 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3753]
03 00000059`4db7dec0 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7e070 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7e140 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(81) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(82) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(83) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(84) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(85) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(86) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(87) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(88) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(89) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2acaf USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x37 [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7dfc8 00007fff`92a2ad07 USER32!OpenClipboard
01 00000059`4db7dfd0 00007fff`92a2c6a9 ole32!OleClipboardLock::Lock+0x8f [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7e000 00007fff`92a2c57f ole32!OleFlushClipboardInternal+0x75 [com\ole32\ole232\clipbrd\clipapi.cpp @ 2521]
03 00000059`4db7e040 00007fff`068a51f6 ole32!OleFlushClipboard+0x6f [com\ole32\ole232\clipbrd\clipapi.cpp @ 2260]
04 00000059`4db7e0a0 00007fff`606c1fcc PresentationCore!System.Windows.OleServicesContext.OleFlushClipboard()+0xffffffff`a61d2b76
05 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x1c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 153]
06 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
07 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
08 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
09 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
0a 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
0b 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
0c 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
0d 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
0e 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
0f 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
10 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
11 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
12 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
13 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
14 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
15 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
16 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
17 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
18 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
19 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
1a 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
1b 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
1c 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
1d 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
1e (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
1f 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
20 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
21 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
22 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
23 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
24 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
25 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
26 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
27 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
28 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
29 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
2a 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
2b 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
2c 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
2d 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
2e 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
2f 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
30 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
31 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
32 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
33 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
34 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(2521)\ole32.dll!00007FFF92A2C74E: (caller: 00007FFF92A2C57F) ReturnHr(90) tid(2ad8) 800401D0 OpenClipboard Failed
(9cc.2ad8): CLR exception - code e0434352 (first chance)
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(91) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(92) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(93) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(94) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(95) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(96) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(97) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(98) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(99) tid(2ad8) 800401D0 OpenClipboard Failed
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e5e0 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x2c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3401]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x4c [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
# Child-SP RetAddr Call Site
00 00000059`4db7b418 00007fff`92a2e601 USER32!OpenClipboard
01 (Inline Function) --------`-------- ole32!OleClipboardLock::Lock+0x4d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3407]
02 00000059`4db7b420 00007fff`92a2d56a ole32!OleSetClipboardInternal+0x6d [com\ole32\ole232\clipbrd\clipapi.cpp @ 3731]
03 00000059`4db7b460 00007fff`0688ca14 ole32!OleSetClipboard+0x17a [com\ole32\ole232\clipbrd\clipapi.cpp @ 3602]
04 00000059`4db7b610 00007fff`606c286c DbgX_Shell!ILStubClass.IL_STUB_PInvoke(System.Runtime.InteropServices.ComTypes.IDataObject)+0xa4
05 00000059`4db7b6e0 00007fff`0688c920 PresentationCore!System.Windows.Clipboard.CriticalSetDataObject+0x7c [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 532]
06 00000059`4db7b730 00007fff`62cc487a DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x90
07 00000059`4db7b770 00007fff`62cc3b13 coreclr!ExceptionTracker::CallHandler+0x102 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 3396]
08 00000059`4db7b7e0 00007fff`62da905b coreclr!ExceptionTracker::CallCatchHandler+0x9f [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 687]
09 00000059`4db7b880 00007fff`9420637f coreclr!ProcessCLRException+0x33b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1166]
0a 00000059`4db7ba40 00007fff`940ae593 ntdll!RtlpExecuteHandlerForUnwind+0xf
0b 00000059`4db7ba70 00007fff`94176b36 ntdll!RtlUnwindEx+0x283
0c 00000059`4db7c1a0 00007fff`62da885b ntdll!RtlUnwind+0xd6
0d 00000059`4db7c710 00007fff`62da90b9 coreclr!ClrUnwindEx+0x1b [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 5417]
0e 00000059`4db7c740 00007fff`942062ff coreclr!ProcessCLRException+0x399 [D:\a\_work\1\s\src\coreclr\vm\exceptionhandling.cpp @ 1121]
0f 00000059`4db7c900 00007fff`940b2327 ntdll!RtlpExecuteHandlerForException+0xf
10 00000059`4db7c930 00007fff`94205c3e ntdll!RtlDispatchException+0x437
11 00000059`4db7d080 00007fff`919b782a ntdll!KiUserExceptionDispatch+0x2e
12 00000059`4db7ddc0 00007fff`62cc3893 KERNELBASE!RaiseException+0x8a
13 00000059`4db7dec0 00007fff`62cc2f17 coreclr!RaiseTheExceptionInternalOnly+0x25f [D:\a\_work\1\s\src\coreclr\vm\excep.cpp @ 2795]
14 00000059`4db7dfd0 00007fff`623b560c coreclr!IL_Throw+0xb7 [D:\a\_work\1\s\src\coreclr\vm\jithelpers.cpp @ 4247]
15 00000059`4db7e120 00007fff`606c1ff0 System_Private_CoreLib!System.Runtime.InteropServices.Marshal.ThrowExceptionForHR+0x1c [/_/src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.cs @ 857]
16 00000059`4db7e150 00007fff`0688c8c0 PresentationCore!System.Windows.Clipboard.Flush+0x40 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/clipboard.cs @ 165]
17 00000059`4db7e190 00007fff`0688c868 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetClipboardObject(System.Object)+0x30
18 00000059`4db7e1e0 00007fff`06888413 DbgXUI!DbgXUI.Utilities.ClipboardHelper.SetDataObject(System.Windows.DataObject)+0x18
19 00000059`4db7e210 00007fff`06886762 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.DoCopy()+0x1c3
1a 00000059`4db7e2f0 00007fff`051d4677 DbgXUI!DbgXUI.ToolWindows.Command.CommandWindowControl.OutputText_PreviewKeyDown(System.Object, System.Windows.Input.KeyEventArgs)+0x82
1b 00000059`4db7e3a0 00007fff`0550a08d PresentationCore!System.Windows.RoutedEventArgs.InvokeHandler(System.Delegate, System.Object)+0xffffffff`a4affa67
1c 00000059`4db7e3e0 00007fff`05508a7c PresentationCore!System.Windows.EventRoute.InvokeHandlersImpl(System.Object, System.Windows.RoutedEventArgs, Boolean)+0xffffffff`a4e3dced
1d 00000059`4db7e4c0 00007fff`05517d58 PresentationCore!System.Windows.UIElement.RaiseEventImpl(System.Windows.DependencyObject, System.Windows.RoutedEventArgs)+0xffffffff`a4e5217c
1e 00000059`4db7e530 00007fff`05553c7b PresentationCore!System.Windows.UIElement.RaiseTrustedEvent(System.Windows.RoutedEventArgs)+0xffffffff`a4e6fda8
1f 00000059`4db7e570 00007fff`055ecf03 PresentationCore!System.Windows.Input.InputManager.ProcessStagingArea()+0xffffffff`a4e7331b
20 00000059`4db7e610 00007fff`068a59d1 PresentationCore!System.Windows.Input.InputProviderSite.ReportInput(System.Windows.Input.InputReport)+0xffffffff`a4f08393
21 00000059`4db7e670 00007fff`607437df PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr, System.Windows.Input.InputMode, Int32, System.Windows.Input.RawKeyboardActions, Int32, Boolean, Boolean, Int32)+0xffffffff`a6161be1
22 00000059`4db7e6c0 00007fff`6074b996 PresentationCore!System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction+0x15f [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndKeyboardInputProvider.cs @ 539]
23 00000059`4db7e7c0 00007fff`6074ae24 PresentationCore!System.Windows.Interop.HwndSource.CriticalTranslateAccelerator+0xf6 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 2337]
24 00000059`4db7e8a0 00007fff`051bfe0a PresentationCore!System.Windows.Interop.HwndSource.OnPreprocessMessage+0x124 [/_/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/InterOp/HwndSource.cs @ 1829]
25 00000059`4db7e920 00007fff`051bfbe2 WindowsBase!System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)+0xffffffff`a44280da
26 00000059`4db7e9a0 00007fff`051c8238 WindowsBase!System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)+0xffffffff`a4427f82
27 00000059`4db7e9f0 00007fff`60d9984f WindowsBase!System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)+0xffffffff`a442e7c8
28 00000059`4db7ea80 00007fff`051c8cd9 WindowsBase!System.Windows.Threading.Dispatcher.Invoke+0x3f [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 1058]
29 00000059`4db7eae0 00007fff`60d9b1a7 WindowsBase!System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(System.Windows.Interop.MSG ByRef)+0xffffffff`a4431639
2a 00000059`4db7eb40 00007fff`61219eed WindowsBase!System.Windows.Threading.Dispatcher.PushFrameImpl+0xa7 [/_/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs @ 2143]
2b 00000059`4db7ebd0 00007fff`6121872b PresentationFramework!System.Windows.Application.RunDispatcher+0x1d [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 2407]
2c 00000059`4db7ec10 00007fff`032b1ae9 PresentationFramework!System.Windows.Application.RunInternal+0x14b [/_/src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs @ 1695]
2d 00000059`4db7ec70 00007fff`62e20783 DbgX_Shell!DbgX.Shell.Program.Main()+0x1b9
2e 00000059`4db7ecf0 00007fff`62cc635d coreclr!CallDescrWorkerInternal+0x83 [D:\a\_work\1\s\src\coreclr\vm\amd64\CallDescrWorkerAMD64.asm @ 100]
2f (Inline Function) --------`-------- coreclr!CallDescrWorkerWithHandler+0x5a [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 67]
30 00000059`4db7ed30 00007fff`62d42203 coreclr!MethodDescCallSite::CallTargetWorker+0x249 [D:\a\_work\1\s\src\coreclr\vm\callhelpers.cpp @ 570]
31 (Inline Function) --------`-------- coreclr!MethodDescCallSite::Call+0xb [D:\a\_work\1\s\src\coreclr\vm\callhelpers.h @ 458]
32 00000059`4db7ee70 00007fff`62d42bb4 coreclr!RunMainInternal+0x11f [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1304]
33 00000059`4db7ef90 00007fff`62d42741 coreclr!RunMain+0xe0 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1375]
34 00000059`4db7f020 00007fff`62d42ee6 coreclr!Assembly::ExecuteMainMethod+0x1b5 [D:\a\_work\1\s\src\coreclr\vm\assembly.cpp @ 1504]
35 00000059`4db7f2f0 00007fff`62dfdaee coreclr!CorHost2::ExecuteAssembly+0x246 [D:\a\_work\1\s\src\coreclr\vm\corhost.cpp @ 350]
36 00000059`4db7f400 00007fff`6aa722ab coreclr!coreclr_execute_assembly+0xde [D:\a\_work\1\s\src\coreclr\dlls\mscoree\exports.cpp @ 504]
37 (Inline Function) --------`-------- hostpolicy!coreclr_t::execute_assembly+0x29 [D:\a\_work\1\s\src\native\corehost\hostpolicy\coreclr.cpp @ 109]
38 00000059`4db7f4a0 00007fff`6aa7258c hostpolicy!run_app_for_context+0x68b [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 256]
39 00000059`4db7f5d0 00007fff`6aa72ec3 hostpolicy!run_app+0x3c [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 285]
3a 00000059`4db7f610 00007fff`6aacb5b6 hostpolicy!corehost_main+0x163 [D:\a\_work\1\s\src\native\corehost\hostpolicy\hostpolicy.cpp @ 426]
3b 00000059`4db7f710 00007fff`6aacdf45 hostfxr!execute_app+0x2e6 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 145]
3c 00000059`4db7f7a0 00007fff`6aad01e2 hostfxr!`anonymous namespace'::read_config_and_execute+0xa5 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 532]
3d 00000059`4db7f890 00007fff`6aace512 hostfxr!fx_muxer_t::handle_exec_host_command+0x142 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 1007]
3e 00000059`4db7f930 00007fff`6aac8680 hostfxr!fx_muxer_t::execute+0x482 [D:\a\_work\1\s\src\native\corehost\fxr\fx_muxer.cpp @ 578]
3f 00000059`4db7fa70 00007ff6`3f8efbe1 hostfxr!hostfxr_main_startupinfo+0xa0 [D:\a\_work\1\s\src\native\corehost\fxr\hostfxr.cpp @ 62]
40 00000059`4db7fb70 00007ff6`3f8efff6 DbgX_Shell_exe!exe_start+0x861 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 240]
41 00000059`4db7fd20 00007ff6`3f8f1698 DbgX_Shell_exe!wmain+0x146 [D:\a\_work\1\s\src\native\corehost\corehost.cpp @ 311]
42 (Inline Function) --------`-------- DbgX_Shell_exe!invoke_main+0x22 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 90]
43 00000059`4db7fd90 00007fff`91e6e8d7 DbgX_Shell_exe!__scrt_common_main_seh+0x10c [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
44 00000059`4db7fdd0 00007fff`9412c53c KERNEL32!BaseThreadInitThunk+0x17
45 00000059`4db7fe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2c
com\ole32\ole232\clipbrd\clipapi.cpp(3731)\ole32.dll!00007FFF92A2E663: (caller: 00007FFF92A2D56A) ReturnHr(100) tid(2ad8) 800401D0 OpenClipboard Failed
(9cc.2ad8): CLR exception - code e0434352 (first chance)
CLR exception type: System.Runtime.InteropServices.COMException
"OpenClipboard Failed (0x800401D0 (CLIPBRD_E_CANT_OPEN))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment