Hi,
All of the attached DMP files are of the
WDF_VIOLATION (10D) bug check.
This indicates that Kernel-Mode Driver Framework (KMDF) detected that Windows found an error in a framework-based driver.
Code:
0: kd> k
Child-SP RetAddr Call Site
fffff880`05dab6c8 fffff880`00e9bbe9 nt!KeBugCheckEx
fffff880`05dab6d0 fffff880`0657280f Wdf01000!imp_WdfUsbTargetPipeResetSynchronously+0x69
fffff880`05dab960 fffffa80`07730170 netr7364+0x3a80f
fffff880`05dab968 fffffa80`00000000 0xfffffa80`07730170
fffff880`05dab970 fffffa80`00000000 0xfffffa80`00000000
fffff880`05dab978 00000000`00000000 0xfffffa80`00000000
netr7364.sys passed an incorrect framework object handle, therefore the box bug checked. What was the handle value that was passed?
Code:
0: kd> .bugcheck
Bugcheck code 0000010D
Arguments 00000000`00000005 00000000`00000000 00000000`00001203 fffffa80`07d81a00
It passed
0000000000000000, which you can imagine is not valid.
The driver that passed the invalid handle is - Ralink RT2501/RT2573/T2601/RT2671 Wireless Adapter (you may have a different manufacturer).
1.
Code:
0: kd> lmvm netr7364
start end module name
fffff880`06538000 fffff880`065f1000 netr7364 T (no symbols)
Loaded symbol image file: netr7364.sys
Image path: \SystemRoot\system32\DRIVERS\netr7364.sys
Image name: netr7364.sys
Timestamp: Tue Oct 04 02:14:37 2011
The drivers are pretty old (2011), so check for an update from the manufacturers website.
2. Uninstall AsRock Ram Disk as well as any other installed AsRock bloatware.
Regards,
Patrick