• Aktualisierte Forenregeln

    Eine kleine Änderung hat es im Bereich Forenregeln unter Abschnitt 2 gegeben, wo wir nun explizit darauf verweisen, dass Forenkommentare in unserer Heftrubrik Leserbriefe landen können.

    Forenregeln


    Vielen Dank

BSOD, jetzt hats mich auch erwischt. :-( Dbg Analyse, wer kennt sich aus?

AchtBit

Hobby-Spieler/in
Mitglied seit
04.08.2004
Beiträge
732
Reaktionspunkte
0
Hi, jetzt hats mich auch erwischt. Erster Bluescreen seitdem ich XP nutze. Er ist augetreten während des Ladevorgangs in Colin Mcr Dirt.

Ich hab das Minidumb File mal durch den Debugger gejagt und versucht eine Analyse des Fehlers zu machen. Leider ists ein unbekannter Fehler 'exeption not handled'. Das heisst der dbg konnte keine passende Symboldatei finden und runterladen. Dass es sich um einen Software Fehler handelt, war leider das Einzige was ich aus der Analyse herauslesen konnte. :(

Vielleicht kann ja hier noch jemand was mit der Analyse anfangen.

Danke

Gruss Acht.

Code:
0: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck.  Usually the exception address pinpoints
the driver/function that caused the problem.  Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003.  This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG.  This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG.  This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: f7f488c6, The address that the exception occurred at
Arg3: a7f0cb88, Trap Frame
Arg4: 00000000

Debugging Details:
------------------


OVERLAPPED_MODULE:  sysaudio

EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Die Anweisung in "0x%08lx" verweist auf Speicher in "0x%08lx". Der Vorgang  "%s" konnte nicht auf dem Speicher durchgef hrt werden.

FAULTING_IP: 
NRKCTL32+8c6
f7f488c6 0f32             rdmsr

TRAP_FRAME:  a7f0cb88 -- (.trap ffffffffa7f0cb88)
ErrCode = 00000000
eax=00000000 ebx=85ac2710 ecx=00000119 edx=00000000 esi=85ac2710 edi=00000000
eip=f7f488c6 esp=a7f0cbfc ebp=a7f0cc2c iopl=0         nv up di pl zr na po nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010046
NRKCTL32+0x8c6:
f7f488c6 0f32             rdmsr
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x8E

LAST_CONTROL_TRANSFER:  from f7f4845e to f7f488c6

STACK_TEXT:  
WARNING: Stack unwind information not available. Following frames may be wrong.
a7f0cc2c f7f4845e 85ac2710 85ac2780 85054230 NRKCTL32+0x8c6
a7f0cc64 805651f6 866af1a0 85ac2710 8568a308 NRKCTL32+0x45e
a7f0cd00 8055e288 00000074 00000000 00000000 nt!IopXxxControlFile+0x5a6
a7f0cd34 805303c4 00000074 00000000 00000000 nt!NtDeviceIoControlFile+0x28
a7f0cd34 7ffe0304 00000074 00000000 00000000 nt!KiSystemService+0xc9
0012e78c 00000000 00000000 00000000 00000000 SharedUserData!SystemCallStub+0x4


FOLLOWUP_IP: 
NRKCTL32+8c6
f7f488c6 0f32             rdmsr

SYMBOL_STACK_INDEX:  0

FOLLOWUP_NAME:  MachineOwner

SYMBOL_NAME:  NRKCTL32+8c6

MODULE_NAME:  NRKCTL32

IMAGE_NAME:  NRKCTL32.SYS

DEBUG_FLR_IMAGE_TIMESTAMP:  4062e728

STACK_COMMAND:  .trap ffffffffa7f0cb88 ; kb

FAILURE_BUCKET_ID:  0x8E_NRKCTL32+8c6

BUCKET_ID:  0x8E_NRKCTL32+8c6

Followup: MachineOwner
---------

P.S
Die Fehlermeldung des BSOD war:

Pagevault in non paged area
vermutlich verursacht von ati3daug.dll
 
Zurück