2

I get a APC_INDEX_MISMATCH error and it says it is dumping memory.

Where is the dump sent? More importantly how do i scan it to find out who is causing the BSOD?

corn3lius
  • 196

2 Answers2

7

Usually the dumps are saved to %systemroot/minidump - MS has documentation on that here. You can view and analyse these with whocrashed (which is simpler, and does most of the analysis for you) or bluescreenview (which lets you see the actual dump, or load dumps from other systems, but dosen't do any interpretation - it just lets you google up the errors).

Journeyman Geek
  • 133,878
1

you could check "c:\windows\MEMORY.DMP" or "c:\windows\Minidump" is or not exist,if exist and open file with "Debugging Tools for Windows what this edition of the Debugging Tools for Windows documentation describes four Microsoft debuggers" and then check error detail information

bwDraco
  • 46,683
Sam
  • 111