本文介绍了调用堆栈中的RedirectedThreadFrame的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人在windbg的调用堆栈中看到RedirectedThreadFrame吗?那是来自托管的调用栈。我看到在框架内引发了很多异常,但从未出现在我眼前,我正在设法找出原因。本地调用堆栈仅具有:
Has anyone seen a RedirectedThreadFrame in a callstack in windbg? That is from the managed callstack. I am seeing alot of exceptions being thrown inside the framework that I am never seeing bubbled to me and I am trying to figure out why. The native callstack just has:
托管的调用堆栈具有:
我无法提供有关这意味着什么的任何信息。
I have been unable to turn up any information as to what this means. Any explanations would be appreciated.
推荐答案
我找到了答案。这是因为CLR挂起了GC的线程。
I found the answer to this. This is occuring as the CLR suspends threads for the GC.Junfeng Zhang's Blog Post
这篇关于调用堆栈中的RedirectedThreadFrame的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!