Closed eternity1984 closed 5 years ago
Hmm, this is running under .net 2.0? I don't think I have ever tested it with anything older than 4.5. It may have something to do with the warning it usually gives about being unable to get stack limits from the TEB - I guess it is possible that it ends up getting the 64-bit TEB which won't work.
@poizan42 Yes, my app is runnning under .NET 2.0. Umm, I wonder why..?? I'll continue to confirm the cause.
I've confirmed to works with under .NET 4.5. It's great works!! Thanks a lot :smile:
0:000:x86> !clrstack
OS Thread Id: 0x27d8 (0)
Child SP IP Call Site
00b6f3bc 00a6e078 [InlinedCallFrame: 00b6f3bc] System.Windows.Forms.UnsafeNativeMethods.WaitMessage()
00b6f3b8 68b96f1e System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
00b6f444 68b96923 System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
00b6f494 68b96790 System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
00b6f4c0 68b6b7a5 System.Windows.Forms.Application.Run(System.Windows.Forms.Form)
00b6f4d4 0299048b WindowsFormsApp3.Program.Main() [D:\WindowsFormsApp3\Program.cs @ 19]
00b6f650 6b65ebe6 [GCFrame: 00b6f650]
Many sos commands worked, but
!clrstack
command does not work.Compiled x86 ver under .NET Framework 3.5 with VS2008.
Could you help me solve my problem?