colore Posted July 8, 2010 Posted July 8, 2010 hellocan you tell me please what is the diagnostic algorithm to find out the cause of sudden blue screens in XPthanks
cluberti Posted July 8, 2010 Posted July 8, 2010 There's no algorithm per se, bugcheck codes are passed to the KeBugCheck(Ex) function in Windows when a process (or the system itself) needs to crash the machine due to failure of some sort. The bugcheck codes do mean something (as do the memory addresses or error codes they contain), and you can find a list of the bugcheck codes and descriptions in the help for windbg (found in the Debugging Tools for Windows package).
colore Posted July 8, 2010 Author Posted July 8, 2010 so what should I do ? try to identify the bug code ? or something else?
cluberti Posted July 8, 2010 Posted July 8, 2010 I'm going to assume you have a crash .dmp file from a BSOD on your machine?
colore Posted July 8, 2010 Author Posted July 8, 2010 searching for such file in C:\ returned nothing
Tripredacus Posted July 8, 2010 Posted July 8, 2010 What is the code you are getting? You may also find it in the Event Viewer if you did not write it down.
colore Posted July 8, 2010 Author Posted July 8, 2010 (edited) not sure if the blue screen wrote something in EventLogbut I found these errors/warnings:"TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts.""The General Purpose USB Driver (e4ldr.sys) service failed to start due to the following error: The system cannot find the file specified.""Your computer was not able to renew its address from the network (from the DHCP Server) for the Network Card with network address 0015D439155F. The following error occurred: The operation was canceled by the user. . Your computer will continue to try and obtain an address on its own from the network address (DHCP) server."my pc is a notebook with WinXP SP3, Intel dual core processor, ethernet attached adsl modem (or router, not sure), usb attached printer (mostly closed), 2GB RAM Edited July 8, 2010 by colore
colore Posted July 9, 2010 Author Posted July 9, 2010 none of the above seem to be related with the blue screencan the blue screen be due to power supply failure?
Tripredacus Posted July 9, 2010 Posted July 9, 2010 It is possible. Does it only do it when connected to AC or on battery? Do you use a docking station?
colore Posted July 9, 2010 Author Posted July 9, 2010 it is always connected to ACI have a suspicion that the fan needs some lubricating...
Tripredacus Posted July 12, 2010 Posted July 12, 2010 Fortunately with notebooks you have multiple power sources. If you think its the power supply, you should try running on Battery to see if the problem happens there. Or you could try being on AC with no battery installed. I've seen weird things if the battery has a problem even if running on AC. But these could be a waste of time, posting the info from the blue screen is really your next step. Presuming the system crashed properly, there should be something under System in Event Viewer with the error. You may also disable the automatic restart on system failure, so you can read what is on the screen without it rebooting.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now