qq00qq, have you followed the instructions of my earlier post? I guess, no.
Well, the dump you just uploaded shows the same thing, stop 0x116.
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 116, {fffffa8006079010, fffff880042278f0, 0, 2}
*** WARNING: Unable to verify timestamp for atikmpag.sys
*** ERROR: Module load completed but symbols could not be loaded for atikmpag.sys
Probably caused by : atikmpag.sys ( atikmpag+78f0 )
Followup: MachineOwner
--------- it blames the display
driver. Let us check it.
Code:
kd> lmvm atikmpag
start end module name
fffff880`04220000 fffff880`04275000 atikmpag T (no symbols)
Loaded symbol image file: atikmpag.sys
Image path: \SystemRoot\system32\DRIVERS\atikmpag.sys
Image name: atikmpag.sys
Timestamp: Tue Dec 06 07:42:14 2011 (4EDD79FE)
CheckSum: 0005F792
ImageSize: 00055000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4 That means, it is too old. Update it from
AMD Graphics Drivers & Software.
Now see if it crashes again or not. if not, good. if crashes, go the the further steps.