Tagged Questions

0
votes
2answers
406 views

Post mortem minidump debugging In windbg — what causes <memory access error> for heap memory?

I'm looking at a crash dump. Some variables seem perfectly viewable in windbg, while others just say "memory access error". What causes this? Why do some variables have sensical values while others ...