debugging - Is it possible to analyze windows message queue from a crash dump? -


my application once crashed because of windows message queue limit exceeded. bug hard reproduce. how analyze windows message queue contents crash dump?

a user-mode dump file not contain message queue contents. can obtain kernel dump, though, if option. livekd can generate kernel dump without requiring rebooting system in debug mode , attaching real kernel debugger.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -