|
-
May 10th, 2004, 04:16 PM
#1
Registered User
Debugging Tools for Windows
I have had a lot of success troubleshooting BSOD's using Microsoft's debugging tools. If you configure windows to save a memory dump (not a mini-dump), you can analyze the memory.dmp file using WinDbg. It will ususally tell you the driver, dll, sys, etc. responsible for the crash (not the one reported on the blue screen, but the actual driver responsible), along with the specific instruction that caused it.
I recommend downloading the symbol sets for whichever version(s) of windows you are going to debug (I keep them on a CD). Otherwise, the progam takes a long time to download the symbols it needs from the web each time you run it. It will still check the web for updated symbols.
Probability factor of one to one...we have normality, I repeat we have normality. Anything you still can't cope with is therefore your own problem.
-
May 12th, 2004, 09:56 AM
#2
Registered User
thank you for the info and the tool
-
May 24th, 2004, 10:22 PM
#3
Registered User
do you mind if i ask you how do you used windbg ?
-
May 24th, 2004, 10:33 PM
#4
Registered User
Cool. Thanks. You da man!
-
May 25th, 2004, 11:01 AM
#5
Registered User
 Originally Posted by natcom
do you mind if i ask you how do you used windbg ?
Just like I said above. Load the memory.dmp file and run !analyze /v. There is extensive documentation included with the program. Also take a look here: http://www.microsoft.com/whdc/devtoo...ebugstart.mspx
Similar Threads
-
By TechIr1shm1ike in forum Tech Tips
Replies: 4
Last Post: February 6th, 2002, 02:57 PM
-
By LadyTech in forum Windows NT/2000
Replies: 2
Last Post: May 1st, 2001, 08:05 AM
-
By Fierce1 in forum Tech-To-Tech
Replies: 7
Last Post: January 17th, 2001, 05:33 PM
-
By Snock in forum Tech Lounge & Tales
Replies: 9
Last Post: November 8th, 2000, 12:01 PM
-
By wiseacre in forum Windows 95/98/98SE/ME
Replies: 0
Last Post: November 14th, 1999, 02:15 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks