【问题标题】:RedirectedThreadFrame in Callstack在调用堆栈中重定向线程帧
【发布时间】: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]

我无法找到任何关于这意味着什么的信息。任何解释将不胜感激。

【问题讨论】:

    标签: .net clr windbg


    【解决方案1】:

    我找到了答案。这发生在 CLR 为 GC 挂起线程时。 Junfeng Zhang's Blog Post

    【讨论】:

      猜你喜欢
      • 2012-01-27
      • 1970-01-01
      • 2011-07-02
      • 1970-01-01
      • 2011-01-06
      • 2021-12-06
      • 2021-05-26
      • 2014-06-30
      • 2016-01-12
      相关资源
      最近更新 更多