Open in app
Home
Notifications
Lists
Stories

Write
Amit Kumar Parida
Amit Kumar Parida

Home

Mar 18

Manual Reconstruction of Call Stack from Memory Dump File

Sometimes WinDbg !analyze or k commands display incorrect call-stack (or stack-trace). Therefore, some critical thought is required to distinguish between correct and incorrect stack traces. Incorrect stack traces usually Have WinDbg warning: “Following frames may be wrong” Don’t have the correct bottom frame like kernel32!BaseThreadStart (in usermode) Have function calls…

Windbg

4 min read

MANUAL RECONSTRUCTION OF CALL STACK
MANUAL RECONSTRUCTION OF CALL STACK

Dec 5, 2020

Structured Exception Handling in Visual C++

An exception is an event that occurs during the execution of a program, and requires the execution of code outside the normal flow of control. There are two kinds of exceptions: hardware exceptions and software exceptions. Hardware exceptions are initiated by the CPU. They can result from the execution of…

Cpp

3 min read

Amit Kumar Parida

Amit Kumar Parida

C++ Programmer at Microsoft

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable