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
Post a Comment