• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Crash detectors for XP?

I am almost finished making my computer stable, but a problem I've had for about a year is still present. The BSODs I get are always different but I think the cause of the crash is from the same source.

Is there any program that wll tell you where the crash was caused from and keep a log or something so after the reboot I can see what may have caused the failiure?

I'm on XP, and Event Viewer is useless.
 
You could try the Microsoft Debugging Tools for Windows:

http://www.microsoft.com/whdc/devtools/debugging/default.mspx

Specifically the WinDbg tool in that package will allow you to open the crash dump file that Windows creates in the systemroot/minidump folder after a BSOD.

I think once you have opened the .dmp file, there is an analyse option which gives you detailed information and this will tell you the driver that caused the crash. I'm a bit vague on the last part as I don't have any .dmp files lying around.
 
Originally posted by: Neeraj
Thank you, I'll give it a try on the next memory dump.

Don't wait. You already have the dump files in c:\windows or c:\windows\minidump - download the debugger, set it up, and open up the files you have.
 
Originally posted by: Neeraj
Thank you, I'll give it a try on the next memory dump.


yeah after it loads the symbols just type !analyze -v and hit enter.
Only a minidump but might help
 
Back
Top