Relax
Quote:
|
Originally Posted by joehobart
STOP C2 (07,)'s are sometimes hard to troubleshoot. Its a double free, which means that usually, one driver allocated some memory, was done using it, and freed it, then someone else (or the same driver) tried to free it again. Its worthwhile to look at the dump spew, but often these arent that easy to resolve, requiring some voodoo combinations of special pool, pool tracking and debugging creativity. Lets see what you got, and make sure you have updated all the drivers you can.
|
The following process will give us the precise data to determine the precise issue.
1) Download and install the
Debugging Tools from Microsoft
2) Download and install this
debugwiz
3) Open the Wiz & Browse to, or paste in the path to, your MEMORY.DMP or latest .dmp file.
4) After the Wiz creates a Text document post it back to this thread.