BSOD BAD_POOL_HANDLER crashes - Windows 8 x64

Your Nvidia driver is still causing issues.

It's an unknown 0x19 bugcheck so there's not much information there.

Code:
BugCheck [COLOR="#FF0000"]19[/COLOR], {23, 3e, 0, fffffa80070ad4b0}

Code:
fffff880`0b7e9568 fffff800`86a74518 : 00000000`00000019 00000000`00000023 00000000`0000003e 00000000`00000000 : [COLOR="#0000FF"]nt!KeBugCheckEx[/COLOR]
fffff880`0b7e9570 fffff880`03bc9e39 : fffffa80`00000000 fffff880`0b7e9730 fffff880`0b7e9760 00000000`00000000 : [COLOR="#FF0000"]nt!ExFreePool+0x3c4[/COLOR]
fffff880`0b7e9640 fffffa80`00000000 : fffff880`0b7e9730 fffff880`0b7e9760 00000000`00000000 fffff880`0b7e9728 : [COLOR="#FF0000"]nvlddmkm+0x1b4e39[/COLOR]

Nvlddmkm is freeing a pool which is causing a bugcheck, this is due to either not freeing all the allocations properly or it's trying to free bad addresses which don't belong to it, given it's a minidump I can't tell for sure.




Code:
fffff880`0752da08 fffff803`3b45e769 : 00000000`00000139 00000000`00000003 fffff880`0752dd30 fffff880`0752dc88 : [COLOR="#0000FF"]nt!KeBugCheckEx[/COLOR]
fffff880`0752da10 fffff803`3b45ea90 : 00000000`00000000 fffff680`0008f0d0 00000000`00054949 fffff803`3b4cc68e : [COLOR="#0000FF"]nt!KiBugCheckDispatch+0x69[/COLOR]
fffff880`0752db50 fffff803`3b45dcf4 : fffffa80`046e2010 fffff803`3b45785f 00000000`00000001 00000000`000000e1 : [COLOR="#00FFFF"]nt!KiFastFailDispatch+0xd0[/COLOR]
fffff880`0752dd30 fffff803`3b67611b : fffffa80`03ec59f0 fffffa80`074b4000 00000000`00070000 fffff880`03d159e0 : [COLOR="#FF8C00"]nt!KiRaiseSecurityCheckFailure+0xf4[/COLOR]
fffff880`0752dec0 fffff803`3b676c4c : 00000000`00000000 fffffa80`06e44f60 fffffa80`06f349b0 fffff880`0752df80 : [COLOR="#FF0000"]nt!ExDeferredFreePool+0x4da[/COLOR]
fffff880`0752df50 fffff880`03bd7b31 : fffffa80`06e44f70 fffffa80`06d888a0 fffffa80`074b4000 fffff880`4d52564e : [COLOR="#FF0000"]nt!ExFreePoolWithTag+0xaec[/COLOR]
fffff880`0752e030 fffffa80`06e44f70 : fffffa80`06d888a0 fffffa80`074b4000 fffff880`4d52564e fffffa80`06d888a0 : [COLOR="#FF0000"]nvlddmkm+0xdab31[/COLOR]

Again the Nvidia driver is causing kernel corruption, it's causing linked list corruption which seems to be caused by a double remove command which makes sense as the nvidia driver is freeing allocations.

Code:
1: kd> [COLOR="#008000"]lm vm nvlddmkm[/COLOR]
start             end                 module name
fffff880`03afd000 fffff880`0478b000   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 Jul 02 18:42:02 2014[/COLOR] (53B4446A)
    CheckSum:         00C4C7C9
    ImageSize:        00C8E000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

Try rolling back or updating to beta drivers.
 
Guess I'm screwed as I'm at the latest driver from Nvidia for my 9600M GT and previous driver also had issues. A search on Nvidia drivers and Windows 8 crashes shows that I'm not the only one suffering with their lousy drivers. Apparently, they've gone downhill and since it's a laptop, I can't switch to a Radeon. How I wish I went from the original Vista 64 to Windows 7 instead of 8. Going to stay away from Nvidia in the future and Microsoft too if I can.

Thanks for the help though. At least it crashes less frequently after updating the card reader driver. Maybe a new driver will eventually come along from Nvidia that's more stable with Windows 8.
 
I know what it's like, I've had lots of problems with Nvidia drivers, you just have to find a stable one for you, it's difficult but one should work.
 

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

Back
Top