PART 1: Professional Crash Dump Analysis and Debugging
Win32 Start Address Fallacy
One of the common mistakes is not double-checking symbolic output (Volume 5, page 21). Another example here is related to Win32 Start Address. In the output of !thread WinDbg command (or !process and !sprocess Stack Trace Collection commands, Volume 1, page 409) we can see Win32 Start Address and, in cases of Truncated Stack Traces (Volume 6, page 86) or No Component Symbols (Volume 1, page 298), we may use this information to guess the purpose of the thread. Unfortunately, it is shown without function offsets and may give a false sense of the thread purpose.
For example, this Win32 Start Address ModuleA!DoSomething may suggest that the purpose of the thread was ...
No credit card required