Recursive call to ExAcquireResourceExclusiveLite after ExAcquireResourceSharedLite on the same resource from the same thread. Is it guaranteed to deadlock?

Pretty much what the title says. I'm trying to understand the cause of a bugcheck by analyzing a crash dump and I see that pattern from the !locks command in WinDbg.

yes it is a guaranteed deadlock.

That's what I thought. Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.