BSOD BCC code 19

Anyone can help with this BSOD~

[FONT=Segoe UI]Problem Event Name: BlueScreen[/FONT]
[FONT=Segoe UI] OS Version: 6.1.7600.2.0.0.256.1[/FONT]
[FONT=Segoe UI] Locale ID: 1033[/FONT]
[FONT=Segoe UI] [/FONT]
[FONT=Segoe UI]Additional information about the problem:[/FONT]
[FONT=Segoe UI] BCCode: 19[/FONT]
[FONT=Segoe UI] BCP1: 0000000000000003[/FONT]
[FONT=Segoe UI] BCP2: FFFFF8000300EC40[/FONT]
[FONT=Segoe UI] BCP3: 0000000000000000[/FONT]
[FONT=Segoe UI] BCP4: FFFFF8000300EC40[/FONT]
[FONT=Segoe UI] OS Version: 6_1_7600[/FONT]
[FONT=Segoe UI] Service Pack: 0_0[/FONT]
[FONT=Segoe UI] Product: 256_1[/FONT]
[FONT=Segoe UI] [/FONT]
[FONT=Segoe UI]Files that help describe the problem:[/FONT]
[FONT=Segoe UI] C:\Windows\Minidump\110512-22838-01.dmp[/FONT]
[FONT=Segoe UI] C:\Users\Suzumiya\AppData\Local\Temp\WER-90418-0.sysdata.xml[/FONT]
[FONT=Segoe UI] [/FONT]
[FONT=Segoe UI]Read our privacy statement online:[/FONT]
[FONT=Segoe UI] [/FONT][FONT=Segoe UI]http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409[/FONT]
[FONT=Segoe UI] [/FONT]
[FONT=Segoe UI]If the online privacy statement is not available, please read our privacy statement offline:[/FONT]
[FONT=Segoe UI] [/FONT][FONT=Segoe UI]C:\Windows\system32\en-US\erofflps.txt[/FONT]

Thank you[FONT=Segoe UI][/FONT]
 
Hi there.

Here's my quick technical analysis...


Bug: BAD_POOL_HEADER

All of these should be identical:

[FONT=Segoe UI] BCP2: FFFFF8000300EC40[/FONT]
[FONT=Segoe UI] BCP3: 0000000000000000[/FONT]
[FONT=Segoe UI] BCP4: FFFFF8000300EC40[/FONT]

But, as you can see, BCP3 is not identical, which means the blue screen happened. There is an inadequacy in the read-back flink freelist value.


Confused?

Here we are... a driver needs to be updated. From the looks of it, we'll have to do some searching...


Driver Verifier:

In an elevated (run as admin) CMD prompt:
VERIFIER /FLAGS 1 /ALL
<reboot>

Please upload any minidumps from subsequent crashes for analysis.
Afterwards, when this is all over, go back to default settings by running:
VERIFIER /RESET
 
Back