Click here to Skip to main content
15,881,866 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: secondary storage device Pin
Edward Santiago29-Feb-16 0:30
Edward Santiago29-Feb-16 0:30 
QuestionXPSDrv Sample (Custom XPS Printer) Pin
Member 1211876011-Nov-15 22:34
Member 1211876011-Nov-15 22:34 
SuggestionRe: XPSDrv Sample (Custom XPS Printer) Pin
Richard Deeming12-Nov-15 2:02
mveRichard Deeming12-Nov-15 2:02 
GeneralRe: XPSDrv Sample (Custom XPS Printer) Pin
Member 1211876012-Nov-15 2:49
Member 1211876012-Nov-15 2:49 
GeneralRe: XPSDrv Sample (Custom XPS Printer) Pin
Richard Deeming12-Nov-15 4:07
mveRichard Deeming12-Nov-15 4:07 
AnswerRe: XPSDrv Sample (Custom XPS Printer) Pin
ironed7-Jan-16 23:20
ironed7-Jan-16 23:20 
QuestionWhere does Driver Verifier Store the Results of its Tests? Pin
Richard Andrew x646-Oct-15 14:44
professionalRichard Andrew x646-Oct-15 14:44 
AnswerRe: Where does Driver Verifier Store the Results of its Tests? Pin
Afzaal Ahmad Zeeshan6-Oct-15 22:22
professionalAfzaal Ahmad Zeeshan6-Oct-15 22:22 
Windows 10 is still the same Windows Runtime based operating system, most of the things come from Win32 and a few cover ups to provide a Metro look and feel. Smile | :)

May the following threads help you:

https://msdn.microsoft.com/en-us/library/windows/hardware/dn457995%28v=vs.85%29.aspx[^]
http://answers.microsoft.com/en-us/windows/forum/windows_8-performance/windows-8-driververifierdetectedviolation-caused/09c53a43-4feb-4d48-aa5d-5c625d23bd32?auth=1[^]

From the MSDN documentation, the error message is due to a memory-leak (did you write that driver?)

Quote:
Driver Verifier generates Bug Check 0xC4: DRIVER_VERIFIER_DETECTED_VIOLATION with a parameter 1 value of 0x62 when a driver unloads without first freeing all of its pool allocations. Unfreed memory allocations (also called memory leaks) are a common cause of lowered operating system performance. These can fragment the system pools and eventually cause system crashes.
When you have a kernel debugger connected to a test computer running Driver Verifier, if Driver Verifier detects a violation, Windows breaks into the debugger and displays a brief description of the error.

So, the solution (in my opinion) can be to fix the memory-leaks in those drivers.

List of the bugs can be found here: https://msdn.microsoft.com/en-us/library/windows/hardware/ff560187(v=vs.85).aspx[^], it may help you checking which bug it was (since you haven't shared the bug code).

Note: The table provided there (in MSDN document provided above) has 5 rows, make sure you can view all 5 to determine the cause of bug or error.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

QuestionRe: Where does Driver Verifier Store the Results of its Tests? Pin
Richard Andrew x647-Oct-15 9:28
professionalRichard Andrew x647-Oct-15 9:28 
AnswerRe: Where does Driver Verifier Store the Results of its Tests? Pin
Afzaal Ahmad Zeeshan7-Oct-15 9:44
professionalAfzaal Ahmad Zeeshan7-Oct-15 9:44 
GeneralRe: Where does Driver Verifier Store the Results of its Tests? Pin
Richard Andrew x647-Oct-15 9:56
professionalRichard Andrew x647-Oct-15 9:56 
GeneralRe: Where does Driver Verifier Store the Results of its Tests? Pin
Afzaal Ahmad Zeeshan7-Oct-15 9:58
professionalAfzaal Ahmad Zeeshan7-Oct-15 9:58 
AnswerRe: Where does Driver Verifier Store the Results of its Tests? Pin
Munchies_Matt11-Oct-15 20:48
Munchies_Matt11-Oct-15 20:48 
QuestionAnyone around with practical dd-wrt or openwrt experience? Pin
charlieg4-Oct-15 13:02
charlieg4-Oct-15 13:02 
QuestionRAMDisk slower than Spinning drive!?! Pin
Kiran Satish9-Sep-15 6:33
Kiran Satish9-Sep-15 6:33 
AnswerRe: RAMDisk slower than Spinning drive!?! Pin
Wendelius9-Sep-15 7:16
mentorWendelius9-Sep-15 7:16 
GeneralRe: RAMDisk slower than Spinning drive!?! Pin
Kiran Satish9-Sep-15 9:02
Kiran Satish9-Sep-15 9:02 
AnswerRe: RAMDisk slower than Spinning drive!?! Pin
Eddy Vluggen9-Sep-15 11:37
professionalEddy Vluggen9-Sep-15 11:37 
Questiondo routers contain switches ? Pin
Member 1096409917-Aug-15 13:57
Member 1096409917-Aug-15 13:57 
AnswerRe: do routers contain switches ? Pin
jljamison17-Aug-15 14:12
jljamison17-Aug-15 14:12 
GeneralRe: do routers contain switches ? Pin
Member 1096409917-Aug-15 14:21
Member 1096409917-Aug-15 14:21 
AnswerRe: do routers contain switches ? Pin
Guerrilla Coder17-Aug-15 17:49
Guerrilla Coder17-Aug-15 17:49 
AnswerRe: do routers contain switches ? Pin
Munchies_Matt23-Aug-15 22:30
Munchies_Matt23-Aug-15 22:30 
QuestionROUTE command Pin
Super Lloyd17-Aug-15 13:11
Super Lloyd17-Aug-15 13:11 
AnswerRe: ROUTE command Pin
Super Lloyd17-Aug-15 13:55
Super Lloyd17-Aug-15 13:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.