Wi" /> Wi" /> Wi"/>

Analyzing a Crash Dump file - Is it possible to peek into Thread's message queue?

46 views Asked by At

I have a dump file, where I am getting the ERROR_NOT_ENOUGH_QUOTA - "Not enough quota is available to process this command" exception right after > WindowsBase.dll!MS.Win32.UnsafeNativeMethods.PostMessage Message coming in is WM_WINDOWPOSCHANGED=71.

This message is coming after a window close operation.

  • I would like to understand if MessageQueue is at full capacity.
  • What is the next message in the queue for processing?
  • Was the thread stuck on a specific instruction?

Any suggestions to understand how to unfold some clearity on this will be great.

0

There are 0 answers