1. The process is called PCI devices interrupt program, run in kernel mode, about 2 ms scheduling time,
2. In the process created two Shared memory (SEC_NOCACHE | SEC_COMMIT | PAGE_READWRITE), and already VirtualLock,
3. The process and some run in user mode are in the process of reading and writing the two Shared memory,
4. The operating system, Windows XP Professional SP3, four dual-core CPU thread
Normal operation of a few hours later, would be the kernel configuration process as the Page Fault collapse, crash when the CPU register information is as follows:
The EIP: 00000000 (fixed)
EAX: F766DF67 (fixed)
EBX: 00000008 (fixed)
ECX: 00000014 (fixed)
EDX: 00000014 (fixed)
EBP: 89 a0de74 (A0D the three digital sometimes change, other fixed)
ESP: 89 a0de6c (A0D the three digital sometimes change, other fixed)
EDI: 00000000
ESI: 00000024
The problem for a long time, do you have any ideas?
CodePudding user response:
Windows driver development http://www.osronline.com/CodePudding user response:
Use of driver genius software upgrades can drive?CodePudding user response: