我转储了一个挂起的进程,我有三个线程在等待这个:
ntdll.dll ZwWaitForKeyedEvent
ntdll.dll RtlSleepConditionVariableCS
kernel32.dll SleepConditionVariableCS
odbc32.dll EnterCancelCSAndDbcCS
odbc32.dll FreeStmt
odbc32.dll SQLFreeStmt
oqpers.dll ZED_SQLFreeStmt
有什么办法可以看到关键部分odbc32.dll
?我想知道它在等待什么线程。