snOwmaster
Enthusiast
Thread Starter
- Mitglied seit
- 23.12.2004
- Beiträge
- 130
Servus Leude,
In letzter Zeit bekomme ich in unregelmäßigen Abständen immer wieder mal einen Bluescreen.
Diese treten aber hauptsächlich im IDLE auf (Kopieren übers Netzwerk, Fernsehen kucken mit USB DVB-T, Winamp, etc.)
Ich habe hier mal die Ausgabe des MS WinDbg angehängt.
Vieleicht kennt sich jemand von euch aus, mir sagt das irgendwie nix.
Ich möchte noch dazusagen, das die Fehlermeldungen der Bluescreens in der Regel meist eine andere ist.
Hier der Debug Output:
kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 00000008, EXCEPTION_DOUBLE_FAULT
Arg2: 80042000
Arg3: 00000000
Arg4: 00000000
Debugging Details:
------------------
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
MODULE_NAME: nt
FAULTING_MODULE: 804d7000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 42250a95
BUGCHECK_STR: 0x7f_8
DEFAULT_BUCKET_ID: WRONG_SYMBOLS
LAST_CONTROL_TRANSFER: from 00000000 to 8053e6f2
STACK_TEXT:
00000000 00000000 00000000 00000000 00000000 nt!Kei386EoiHelper+0x166a
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!Kei386EoiHelper+166a
8053e6f2 ebee jmp nt!Kei386EoiHelper+0x165a (8053e6e2)
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!Kei386EoiHelper+166a
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: ntkrnlpa.exe
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner
---------
Greetz,
snow
In letzter Zeit bekomme ich in unregelmäßigen Abständen immer wieder mal einen Bluescreen.
Diese treten aber hauptsächlich im IDLE auf (Kopieren übers Netzwerk, Fernsehen kucken mit USB DVB-T, Winamp, etc.)
Ich habe hier mal die Ausgabe des MS WinDbg angehängt.
Vieleicht kennt sich jemand von euch aus, mir sagt das irgendwie nix.
Ich möchte noch dazusagen, das die Fehlermeldungen der Bluescreens in der Regel meist eine andere ist.
Hier der Debug Output:
kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault). The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
use .trap on that value
Else
.trap on the appropriate frame will show where the trap was taken
(on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 00000008, EXCEPTION_DOUBLE_FAULT
Arg2: 80042000
Arg3: 00000000
Arg4: 00000000
Debugging Details:
------------------
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
MODULE_NAME: nt
FAULTING_MODULE: 804d7000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 42250a95
BUGCHECK_STR: 0x7f_8
DEFAULT_BUCKET_ID: WRONG_SYMBOLS
LAST_CONTROL_TRANSFER: from 00000000 to 8053e6f2
STACK_TEXT:
00000000 00000000 00000000 00000000 00000000 nt!Kei386EoiHelper+0x166a
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!Kei386EoiHelper+166a
8053e6f2 ebee jmp nt!Kei386EoiHelper+0x165a (8053e6e2)
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!Kei386EoiHelper+166a
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: ntkrnlpa.exe
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner
---------
Greetz,
snow