Bienvenido! - Willkommen! - Welcome!

Bitácora Técnica de Tux&Cía., Santa Cruz de la Sierra, BO
Bitácora Central: Tux&Cía.
Bitácora de Información Avanzada: Tux&Cía.-Información
May the source be with you!

Thursday, October 6, 2011

BSoD - Stop errors

Windows XP Stop Errors
jasik.de/shutdown/stop_fehler.htm
bsod
Below is a comprehensive index to all the XP STOP error articles at win-experts.com, The articles are laid out in an easy to read, easy to follow format. If your XP STOP error isn’t listed here, see the How to Troubleshoot XP Stop Errors (BSOD) guide, which will show you how to use troubleshooting tools and apply techniques to tracking down and fixing the cause of your XP STOP error. There’s a list of possible quick fixes, and information on how to use Windows XP tools like the Event Viewer, Device Manager and msconfig, plus sections on RAM and other hardware problems. For those of you desperate enough to want to get your machine up and running as quickly as possible there’s also the The Sledgehammer Fix.

Bei den einzelnen Zahlen im Format 0x00000000 handelt es sich um Zahlen im Hexadezimalformat, mit deren Hilfe man bei Microsoft Rückschlüsse auf den auslösenden Fehler erfahren kann. Auch wenn die  Artikel zu diesen Fehlercodes nicht immer die richtige Fehlerursache erkennen lassen, kann man das Problem zumindest etwas eingrenzen und bestimmen, ob es sich z.B. um ein Speicherproblem oder eines mit der Festplatte handelt.
Die Adresse bei der man nach Fehlerbeschreibungen suchen kann heißt http://support.microsoft.com/, man kann aber auf vielen verschiedenen Microsoft-Seiten einfach den Fehlercode in die Seitensuche eingeben und wird dann auf Seiten verwiesen, die einem weiterhelfen.
Allgemeine Codebeschreibung Die ersten vier Zeilen der STOP 0x0000001E-Fehlermeldung werden im Allgemeinen folgendermaßen angezeigt:
STOP: 0x0000001E (0xAAAAAAAA,0xBBBBBBBB,0xCCCCCCCC,0xDDDDDDDD) KMODE_EXCEPTION_NOT_HANDLED
AAAAAAAAA from BBBBBBBB (CCCCCCCC,DDDDDDDD)
Address BBBBBBBB has base at XXXXXXXX - MODULE1.SYS Address CCCCCCCC has base at YYYYYYYY - MODULE2.SYS
Die vier Hexadezimalparameter nach dem STOP-Code (0xAAAAAAAA, 0xBBBBBBBB, 0xCCCCCCCC, 0xDDDDDDDD) haben folgende Bedeutung:
0xAAAAAAAA ist der Code, der die nicht verarbeitete Ausnahme angibt.
0xBBBBBBBB ist die Adresse, an der die Ausnahme aufgetreten ist.
0xCCCCCCCC ist der erste Parameter der Ausnahme, und gelegentlich ist dies eine weitere Adresse im Code.
0xDDDDDDDD ist der zweite Parameter der Ausnahme und kann unterschiedliche Bedeutungen haben.
Interpretieren der Parameter
Normalerweise weist die Adresse der Ausnahme genau auf den Treiber oder die Funktion hin, die das Problem verursacht hat. Beachten Sie immer diese Adresse sowie das Datum des Treibers oder Abbilds, das diese Adresse enthält. Der erste Parameter ist ein Windows NT-Fehlercode, und alle Fehlercodes sind in der Datei "Ntstatus.h" definiert (die auch im Windows NT 4.0-SDK enthalten ist). Der erste Parameter gibt den Fehlertyp an. Der zweite Parameter ist ebenfalls wichtig, da er angibt, in welchem Codemodul der Fehler aufgetreten ist. Diese Angabe verweist häufig auf einen bestimmten fehlerhaften Treiber oder eine fehlerhafte Hardwarekomponente und ist im Allgemeinen in der dritten Zeile des STOP-Bildschirmes aufgelistet. Die beiden letzten Parameter sind je nach der aufgetretenen Ausnahme unterschiedlich. Normalerweise finden Sie in der Datei "Ntstatus.h" zusammen mit dem Namen des Fehlercodes eine Beschreibung der Parameter. Sind keine Parameter für den Fehlercode vorhanden, lautet die Angabe 0x00000000. In der folgenden STOP-Fehlermeldung ist z. B. eine Zugriffsverletzung (0xC0000005) im Modul "Srv.sys" aufgetreten, wobei es sich um den Kernelmodusserver-Dienst handelt:
STOP: 0x0000001E (0xC0000005, 0xFCA733B9, 0x00000000, 0x00000000)
KMODE_EXCEPTION_NOT_HANDLED 0xC0000005 from 0xFCA733B9 (0x0, 0x0)Address FCA733B9 has base at FCA70000 - SRV.SYS
Beachten Sie, dass in diesem Fehlercode keine Parameter enthalten waren.
==========000===========
kadaitcha.cx/xp/stop_errors
Page Index
Tips to Help Track the Problem Down
0x00000003UNSYNCHRONIZED_ACCESS
0x05 INVALID_PROCESS_ATTACH_ATTEMPT
0x0000000A IRQL_NOT_LESS_OR_EQUAL 0xA
0x0000001E
KMODE_EXCEPTION_NOT_HANDLED 0x1E
0x00000023
FAT_FILE_SYSTEM & 0x00000024 NTFS_FILE_SYSTEM
0x0000002E
DATA_BUS_ERROR 0x2E
0x0000003F
NO_MORE_SYSTEM_PTES 0x3F
0x00000044 MULTIPLE_IRP_COMPLETE_REQUESTS
0x00000050
PAGE_FAULT_IN_NONPAGED_AREA 0x50
0x00000051- 0x51
0x0000006B PROCESS1_INITIALIZATION_FAILED
0x00000073
CONFIG_LIST_FAILED 0x73
0x00000074 BAD_SYSTEM_CONFIG_INFO 0x74
0x00000076 PROCESS_HAS_LOCKED_PAGES
0x00000077
KERNEL_STACK_INPAGE_ERROR 0x77
0x00000079
MISMATCHED_HAL 0x79
0x0000007A
KERNEL_DATA_INPAGE_ERROR 0x7A
0x0000007B
INACCESSIBLE_BOOT_DEVICE 0x7B
0x0000007E
SYSTEM_THREAD_EXCEPTION_NOT_HANDLED 0x7E
0x0000007F
UNEXPECTED_KERNEL_MODE_TRAP 0x7F
0x0000008E
KERNEL_MODE_EXCEPTION_NOT_HANDLED 0x8E
0x0000009C MACHINE_CHECK_EXCEPTION 0x9C
0x0000009F
DRIVER_POWER_STATE_FAILURE 0x9F
0x000000A5 - 0xA5
0x000000BE
ATTEMPTED_WRITE_TO_READONLY_MEMORY 0xBE
0x000000C2 BAD_POOL_CALLER 0xC2
0x000000C4 DRIVER_VERIFIER_DETECTED_VIOLATION
0x000000CA PNP_DETECTED_FATAL_ERROR
0x000000CB
0x000000CE DRIVER_UNLOADED_WITHOUT_CANCELLING... 0xCE
0x000000D1
DRIVER_IRQL_NOT_LESS_OR_EQUAL 0xD1
0x000000D5 DRIVER_PAGE_FAULT_IN_FREED_SPECIAL_POOL
0x000000D8
DRIVER_USED_EXCESSIVE_PTES 0xD8
0x000000E3 0xE3
0x000000EA
THREAD_STUCK_IN_DEVICE_DRIVER 0xEA
0x000000ED
UNMOUNTABLE_BOOT_VOLUME 0xED
0x000000F2
HARDWARE_INTERRUPT_STORM 0xF2
0x000000F4 - 0xF4
0x000000FE BUGCODE_USB_DRIVER - 0xFE
0x4000008A
0xC000021A STATUS_SYSTEM_PROCESS_TERMINATED 0x21A
0xC0000218
UNKNOWN_HARD_ERROR 0x218 & C0000135
0xC0000221
STATUS_IMAGE_CHECKSUM_MISMATCH 0x221
0xC0000244 STATUS_AUDIT_FAILED
0xC000026C
0xC0000415
Tips to help track the problem down 
If a Stop error is preventing you from starting Windows XP, see  Cannot Start Windows XP on this site before you try anything else.
Use Troubleshooting Tools
Use device manager to remove device drivers.
Use msconfig to disable services associated with any hardware and startup services that are not essential.
You may also find these articles helpful:
Use Diagnostics Techniques
SiSoftware Sandra (the SystemANalyser, Diagnostic and Reporting Assistant) - Sandra Lite is free for personal use. x64 is supported.
Quite often, stop errors are associated with dud RAM. That includes main memory, video and CPU cache memory. If you have more than one stick of RAM, start ripping the sticks out one at a time. If you only have one stick, you will need to find someone who can help you out with a spare stick that fits your machine.
Corrupt disks and viruses can cause all kinds of stop errors. Perform Virus Checking, even if you don't believe you have a virus or other malware, eliminate it as a cause early. Also perform disk error checking.
In this session, we will cover the basics of "blue screen" errors, what they mean, and some common methods to troubleshoot the problems. We will provide some background information about blue screen errors, and we will talk about how to interpret the information, as well as how to recover from these errors.
If you believe that you have a memory problem, try How to Troubleshoot RAM Installations
Think About Getting Desperate
Remove any new hardware such as RAM, hard disks and modems, etc.
Disable any new drivers and remove any recently installed software. 
Get Desperate
Disable all BIOS caching and speed-up options.
Disable power management.
If you are over-clocking, don't.
Try a standard Microsoft VGA driver.
Ensure drivers and BIOS are the latest versions.
Visit the manufacturer’s website and try to locate up-to-date drivers.
Tear Your Hair Out
Disable any disk intensive applications such as antivirus software, disk or file defragmenters and backup programs.
Check the Event Viewer to see if there are any additional errors or warnings that might provide a clue.
Tear Someone Else's Hair Out
Take the machine to a dealer.

No comments: