【发布时间】:2009-01-26 20:21:36
【问题描述】:
有没有人在 windbg 的调用堆栈中看到 RedirectedThreadFrame?那是来自托管调用堆栈。我看到框架内抛出了很多我从未见过的异常,我正试图找出原因。本机调用堆栈只有:
0526f6b0 79f63d27 KERNEL32!RaiseException+0x53 0526f718 79f64102 mscorwks!Thread::RedirectedHandledJITCase+0x198 0526f720 00000000 mscorwks!Thread::RedirectedHandledJITCaseForGCThreadControl+0x7
托管的调用栈有:
0526f6dc 7c812aeb [重定向线程帧:0526f6dc] 0526f724 00c741b9 库.Class.b__3(MyObject) 0526f7cc 00c73c85 ParallelProcessingLibrary.ActionController`1[[System.__Canon, mscorlib]].ExecutePartition(System.Object) 0526f840 79a00eee System.Threading.ThreadHelper.ThreadStart_Context(System.Object) 0526f84c 792e019f System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object) 0526f864 797db48a System.Threading.ThreadHelper.ThreadStart(System.Object) 0526fa8c 79e71b4c [GCFrame: 0526fa8c]
我无法找到任何关于这意味着什么的信息。任何解释将不胜感激。
【问题讨论】: