死锁:从WaitHandle.WaitOneNative中提取句柄

时间:2011-12-21 11:47:28

标签: .net deadlock handle

我有一个等待句柄的等待System.Threading.WaitHandle.WaitOneNative

  

操作系统线程ID:0x128c(72)
  儿童SP IP呼叫站点
  32dadf64 777c014d [HelperMethodFrame_1OBJ:32dadf64] System.Threading.WaitHandle.WaitOneNative(System.Runtime.InteropServices.SafeHandle,UInt32,Boolean,Boolean)
  32dae00c 7146b8df System.Threading.WaitHandle.InternalWaitOne(System.Runtime.InteropServices.SafeHandle,Int64,Boolean,Boolean)
  32dae028 7146b89d System.Threading.WaitHandle.WaitOne(Int32,Boolean)
  32dae040 7146b860 System.Threading.WaitHandle.WaitOne()

如何找到句柄值或句柄的所有者?

0 个答案:

没有答案
相关问题