阅读:2280回复:2
Bug (50分)Check 0xC4: DRIVER_VERIFIER_DETECTED_VIOLATION
我的驱动在xp中用Verifier.exe校验, 执行到MmMapIoSpace时蓝屏子代码0x83:The driver called MmMapIoSpace without having locked down the MDL pages.
请问我该怎么locked down the MDL pages? 若不用Verifier.exe校验一切正常。 谢谢! |
|
|
沙发#
发布于:2004-11-23 00:02
What value did you set with CacheEnable? MmCached? It's said that Verifier might issue a bugcheck upon a cache conlict when MmMapIoSpace is attempting to map physical memory.
BTW, A stack trace or !analyze -v output will be very useful for crash analyzing. |
|
板凳#
发布于:2004-11-23 08:47
是不是要用MmMapLockedPages
|
|
|