2009-01-26 30 views
2

有沒有人在windbg的callstack中看到RedirectedThreadFrame?這是來自託管的調用堆棧。我看到很多異常被拋出框架內,我從來沒有看到冒泡給我,我想弄清楚爲什麼。本機調用堆棧只是有:Callstack中的RedirectedThreadFrame

0526f6b0 79f63d27 KERNEL32的RaiseException + 0x53 0526f718 79f64102 mscorwks主題:: RedirectedHandledJITCase + 0x198 0526f720 00000000 mscorwks主題:: RedirectedHandledJITCaseForGCThreadControl + 0x7的

的管理調用堆棧!具有:

0526f6dc 7c812aeb [RedirectedThreadFrame:0526f6dc] 0526f724 00c741b9 Library.Class.b__3(爲MyObject) 0526f7cc 00c73c85 ParallelProcessingLibrary.ActionController`1 [[系統.__佳能,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]

我已經無法提供有關這意味着什麼的任何信息。任何解釋將不勝感激。

回答

相關問題