BSODs + System Freezing - Windows 7 x86

MarkkuS

New member
Joined
Jul 10, 2014
Posts
2
Location
Arboga, Sweden
The PC freezes almost every time after a boot/start.
The freezing comes in a couple of minutes after boot.
I can not find it's relatied to any user actions.
It happens even if I don't touch the keyboard or mouse.

After a shutdown with the power switch and reboot, the PC functions without any BSOd.

The same problem happens if the PC is put in power save mode, and started.

I did a reinstall of Windows some months ago, and in the begining all functioned ok, but now the problem is like before the reinstall.

· OS: Windows 7, 32-bit
· No original OS. I have used dual-boot with Linux. Not used anymore.
· OS is a full retail version.
· Age of system is more then 5 years.
· Age of OS installation is same as the PC. I have re-installed the OS less then a 1 year ago.
· CPU: Intel Core 2 Duo, E8400, 3GHz
· Video Card: NVIDIA GeForce 8800 gts 512
· MotherBoard: ASUS P5K PRO
· Power Supply: Antec 500W
· System Manufacturer: Homebuilt
· Exact model number: Homebuilt
· Laptop or Desktop: Desktop
 
I know your dump files are old but there a lot of Nvidia driver functions in the callstack, topped with a double fault caused by an exception occurring during the process of handling a previous exception.
This sounds like memory leakage from a bad Nvidia driver, although given it's not a Kernel memory dump I cannot check.

Code:
8aa62308 93040d59 860df780 85c5f920 00000000 [COLOR=#800080]dxgkrnl!DpiFdoMessageInterruptRoutine+0x17[/COLOR]
8aa6231c 82a44bac 860df780 85c5f920 85d808d8 [COLOR=#800080]dxgkrnl!DpiFdoLineInterruptRoutine+0x12[/COLOR]
8aa62348 82a44af9 85d85000 000000b2 8aa62454[COLOR=#008000] nt!KiChainedDispatch2ndLvl+0x60[/COLOR]
8aa62348 82a397af 85d85000 000000b2 8aa62454 [COLOR=#008000]nt!KiChainedDispatch+0x29[/COLOR]
8aa62454 82a3991b 8aa62490 00000009 00000000 [COLOR=#008000]nt!RtlWalkFrameChain+0x27f[/COLOR]
8aa62470 9277ec50 00000000 00000008 8aa62490 [COLOR=#00ffff]nt!RtlCaptureStackBackTrace+0x37[/COLOR]

I'm actually unsure about these callstack functions, they're undocumented, there are some Run Time Library functions which are used for reserved system use which are Kernel mode support routines, I'll need to look into that.

Try updating the driver.

Code:
1: kd> [COLOR=#008000]lm vm nvlddmkm
[/COLOR]start    end        module name
9260c000 9302f000   nvlddmkm T (no symbols)           
    Loaded symbol image file: nvlddmkm.sys
    Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
    Image name: nvlddmkm.sys
    Timestamp:        [COLOR=#ff0000]Wed Oct 23 07:21:54 2013[/COLOR] (52676B02)
    CheckSum:         009FA1F7
    ImageSize:        00A23000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top