Click here to Skip to main content
15,886,689 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
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 
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 
Go to the system advanced and in start up and recovery set the machine to produce a memory dump, you can chose full or mini. Mini is OK ish, in which case its written to system\minidumps as a dmp file with the date/time in the name. If you chose full dump its written to \system\memory.dmp and overwrites any existing one.

To look at the contents use windbg, and open the file.

Then run !analyze -v from the command line (bottom of windbg window) and it will do an autoanalyse. Be careful, these aren't always accurate and often blame the wrong component.

Now you need to debug the issue. Commands like !poolused can hep you find drivers that are using excessive memory, !thread and .thread are very useful to switch to any thread in the system so you can look at each threads stack and wait times.

In fact what you can do with windbg is immense, its got a massive and powerful command set. There is a doc that comes with windbg on basic debugging practices, it is very worth reading.
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 
GeneralRe: ROUTE command Pin
Garth J Lancaster17-Aug-15 14:40
professionalGarth J Lancaster17-Aug-15 14:40 
GeneralRe: ROUTE command Pin
Super Lloyd17-Aug-15 14:57
Super Lloyd17-Aug-15 14:57 
QuestionRe: ROUTE command Pin
Super Lloyd17-Aug-15 14:58
Super Lloyd17-Aug-15 14:58 
AnswerRe: ROUTE command Pin
Garth J Lancaster17-Aug-15 15:24
professionalGarth J Lancaster17-Aug-15 15:24 
GeneralRe: ROUTE command Pin
Super Lloyd17-Aug-15 17:44
Super Lloyd17-Aug-15 17:44 

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.