BSOD - dump file attached

Well, verifier isn't enabled during this dump:
Code:
0: kd> !verifier 0xf
Verify Level 0 ... enabled options are:
Summary of All Verifier Statistics
RaiseIrqls                             0x0
AcquireSpinLocks                       0x0
Synch Executions                       0x0
Trims                                  0x0
Pool Allocations Attempted             0x0
Pool Allocations Succeeded             0x0
Pool Allocations Succeeded SpecialPool 0x0
Pool Allocations With NO TAG           0x0
Pool Allocations Failed                0x0
Resource Allocations Failed Deliberately   0x0
Current paged pool allocations         0x0 for 00000000 bytes
Peak paged pool allocations            0x0 for 00000000 bytes
Current nonpaged pool allocations      0x0 for 00000000 bytes
Peak nonpaged pool allocations         0x0 for 00000000 bytes
Just FYI, if you meant to enable it.

As to the crash, it's a directx call to de-allocate an allocation, and it causes a page fault (which it can't do in nonpaged pool), and thus you get a crash. You might actually want to enable verifier for this. However, given it's video work, and it's a 3B bugcheck, I'll throw out my usual disclaimer - make absolutely certain you're using the latest video drivers for your video card from the manufacturer directly, and make sure your BIOS is at the latest version for your motherboard before troubleshooting further.
 

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

Back
Top