Fehlercode eines Bluescreen nach WinDbg

  • Ersteller Gelöschtes Mitglied 85061
  • Erstellt am
G

Gelöschtes Mitglied 85061

Guest
Nachricht gelöscht
 

Anhänge

  • Bluescreen4.JPG
    Bluescreen4.JPG
    143,5 KB · Aufrufe: 23
Zuletzt bearbeitet von einem Moderator:
Wenn Du diese Anzeige nicht sehen willst, registriere Dich und/oder logge Dich ein.
Ich denke du solltest aber einfach mal das OC senken dann wird das Problem behoben sein.Prime ist ganz nett aber keine zuverlässige Quelle für Stabilität.
Vista ist sehr viel empfindlicher als XP was übertakten angeht.
 
Erstmal OC einfach aus dann siehst du doch obs geht ? Wo ist das Problem dabei.Und nein es wird dir hier keiner diesen Fehler genau erklären wenn er durch fehlerhaftes OC entsteht.


Hier google dazu:

KeBugCheck

The KeBugCheck routine brings down the system in a controlled manner when the caller discovers an unrecoverable inconsistency that would corrupt the system if the caller continued to run.


Comments

A bug check is a system-detected error that causes an immediate, controlled shutdown of the system. Various kernel-mode components perform run-time consistency checking. When such a component discovers an unrecoverable inconsistency, it causes a bug check to be generated.

Whenever possible, all kernel-mode components should log an error and continue to run, rather than calling KeBugCheck. For example, if a driver is unable to allocate required resources, it should log an error so that the system continues to run; it must not generate a bug check.

A driver or other kernel-mode component should call this routine only in cases of a fatal, unrecoverable error that could corrupt the system itself.

KeBugCheck can be useful in the early stages of developing a driver, or while it is undergoing testing. In these circumstances, the BugCheckCode passed to this routine should be distinct from those codes already in use by Windows or its drivers. For a list of these codes, see Bug Check Codes.

However, even during driver development, this routine is of only limited utility, since it results in a complete system shutdown. A more effective debugging method is to attach a kernel debugger to the system and then use routines that send messages to the debugger or break into the debugger. For further information, see Kernel-Mode Debugging Routines.

When a bug check is unavoidable, most system components call KeBugCheckEx, which provides more information about the cause of such an inconsistency than KeBugCheck.

Callers of KeBugCheck can be running at any IRQL.
See Also
 
Zuletzt bearbeitet von einem Moderator:
Hardwareluxx setzt keine externen Werbe- und Tracking-Cookies ein. Auf unserer Webseite finden Sie nur noch Cookies nach berechtigtem Interesse (Art. 6 Abs. 1 Satz 1 lit. f DSGVO) oder eigene funktionelle Cookies. Durch die Nutzung unserer Webseite erklären Sie sich damit einverstanden, dass wir diese Cookies setzen. Mehr Informationen und Möglichkeiten zur Einstellung unserer Cookies finden Sie in unserer Datenschutzerklärung.


Zurück
Oben Unten refresh