Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

BSOD - ntoskrnl.exe

1 réponse
Avatar
JLD
Bonjour,

j'ai de temps en temps un écran bleu (BSOD) après une veille prolongée que
j'analyse par la suite avec WinDbg:

BugCheck 1000007F, {d, 0, 0, 0}
Probably caused by : ntoskrnl.exe ( nt!PARTITION_SYSTEM_GUID+f )

Par contre, je n'ai jamais de BSOD sur une session démarrant à froid
(faisant suite à un arrêt et non une veille prolongée).

Avez-vous une idée pour analyser plus en avant ce qui coince ?


2: kd> !analyze -v
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************

UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
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: 0000000d, EXCEPTION_GP_FAULT
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

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


BUGCHECK_STR: 0x7f_d

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

PROCESS_NAME: Idle

LAST_CONTROL_TRANSFER: from 80545d7c to 8052874b

STACK_TEXT:
ba4dbd50 80545d7c 00000000 0000000e 80881000 nt!PARTITION_SYSTEM_GUID+0xf
ba4dbd58 00000000 80881000 00000081 ffff6cff
nt!WmipCsrClientMessageServer+0x3d


STACK_COMMAND: kb

FOLLOWUP_IP:
nt!PARTITION_SYSTEM_GUID+f
8052874b 014640 add dword ptr [esi+40h],eax

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: nt!PARTITION_SYSTEM_GUID+f

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: nt

IMAGE_NAME: ntoskrnl.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 4b7a9cac

FAILURE_BUCKET_ID: 0x7f_d_nt!PARTITION_SYSTEM_GUID+f

BUCKET_ID: 0x7f_d_nt!PARTITION_SYSTEM_GUID+f

1 réponse

Avatar
Cosmido
bonjour,

Utilisez BlueScreenView pour décoder le dumpfile (en bas de page) :
http://www.nirsoft.net/utils/blue_screen_view.html

Et poster les codes d'erreurs, tel que sur cette image :
http://img651.imageshack.us/img651/3999/bluescreenview.png