I started learned windbg and I found this good post How to use WinDbg to analyze the crash dump for VC++ application?
Now I want to follow the instructions and do it
Try this:
int main() { int v[5]; printf("%d", v[10]); return 0; }
or access a random memory location.