Hi All ,
I am running HCT 12.1 RC1. The driver verifier is giving us a
blue screen. The message that I get in the debugger is
======================= Debugger
OUTPUT=================================================
* * * * * * * * HAL Verifier Detected Violation * * * * * * * *
* *
* * VF: Driver did not flush adapter buffers – bytes mapped: 10000 (0 max)
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*** Verifier assertion failed ***
(B)reak, (I)gnore, (W)arn only, (R)emove assert? B
Break instruction exception - code 80000003 (first chance)
nt!DbgBreakPoint:
fffff800`0102e230 cc int 3
0: kd> g
*** Verifier assertion failed ***
(B)reak, (I)gnore, (W)arn only, (R)emove assert? I
I
* * * * * * * * HAL Verifier Detected Violation * * * * * * * *
* *
* * VF: Driver did not flush adapter buffers – bytes mapped: 20000 (0 max)
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*** Verifier assertion failed ***
(B)reak, (I)gnore, (W)arn only, (R)emove assert? R
======================= Debugger
OUTPUT=================================================
After this I “removed” this assertion and the test passed successfully.
I checked that this happens during hibernation and I also checked that I am
flushing all the caches.
Please advise me so that I can debug it in correct direction.
Thanks,
Ajitabh