yucki68 | Bonjour,
Suite à mes problèmes de redémarrage intempestif du PC, j'ai récupérer les fichiers Minidump du PC en question.
Au début j'ai trouvé un problème de pilote de carte graphique. J'ai mis le pilote à jour et le PC redémarre un peu moins souvent.
Ensuite j'ai désinstaller Avast et là, encore un peu d'amélioration.
Maintenant j'ai encore des redémarrage (surtout en lancant le nettoyage de disque quand j'essaye de compresser les fichiers non utilisés) et le Minidump me dit ceci (j'ai beau chercher mais je ne trouve rien à faire....je deviens ):
Merci pour vos lumières @+
Code :
- Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
- Copyright (c) Microsoft Corporation. All rights reserved.
- Loading Dump File [I:\Mini040409-11.dmp]
- Mini Kernel Dump File: Only registers and stack trace are available
- Symbol search path is: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
- Executable search path is:
- Windows XP Kernel Version 2600 (Service Pack 3) UP Free x86 compatible
- Product: WinNt, suite: TerminalServer SingleUserTS
- Built by: 2600.xpsp_sp3_gdr.080814-1236
- Machine Name:
- Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055b1c0
- Debug session time: Sat Apr 4 16:19:13.515 2009 (GMT+2)
- System Uptime: 0 days 0:08:40.121
- Loading Kernel Symbols
- ...............................................................
- .................................................
- Loading User Symbols
- Loading unloaded module list
- ..........
- *******************************************************************************
- * *
- * Bugcheck Analysis *
- * *
- *******************************************************************************
- Use !analyze -v to get detailed debugging information.
- BugCheck 1000008E, {c0000005, 804f0efe, b929bcec, 0}
- Probably caused by : ntoskrnl.exe ( nt!NtYieldExecution+54 )
- Followup: MachineOwner
- ---------
- 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: 804f0efe, The address that the exception occurred at
- Arg3: b929bcec, Trap Frame
- Arg4: 00000000
- Debugging Details:
- ------------------
- EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - L'instruction "0x%08lx" emploie l'adresse m moire "0x%08lx". La m moire ne peut pas tre "%s".
- FAULTING_IP:
- nt!NtYieldExecution+54
- 804f0efe 8a4063 mov al,byte ptr [eax+63h]
- TRAP_FRAME: b929bcec -- (.trap 0xffffffffb929bcec)
- ErrCode = 00000000
- eax=0000012e ebx=804f0ea6 ecx=00000000 edx=00f8ff58 esi=00f8ff58 edi=b929bd64
- eip=804f0efe esp=b929bd60 ebp=b929bd64 iopl=0 nv up ei ng nz na pe cy
- cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010287
- nt!NtYieldExecution+0x54:
- 804f0efe 8a4063 mov al,byte ptr [eax+63h] ds:0023:00000191=??
- Resetting default scope
- CUSTOMER_CRASH_COUNT: 11
- DEFAULT_BUCKET_ID: COMMON_SYSTEM_FAULT
- BUGCHECK_STR: 0x8E
- PROCESS_NAME: cleanmgr.exe
- LAST_CONTROL_TRANSFER: from badb0d00 to 804f0efe
- STACK_TEXT:
- b929bd68 badb0d00 00f8ff58 ff7b7b7b ffb6b6b6 nt!NtYieldExecution+0x54
- WARNING: Frame IP not in any known module. Following frames may be wrong.
- b929bd6c 00f8ff58 ff7b7b7b ffb6b6b6 00000000 0xbadb0d00
- b929bd70 ff7b7b7b ffb6b6b6 00000000 00000000 0xf8ff58
- b929bd74 ffb6b6b6 00000000 00000000 00000000 0xff7b7b7b
- b929bd78 00000000 00000000 00000000 00000000 0xffb6b6b6
- STACK_COMMAND: kb
- FOLLOWUP_IP:
- nt!NtYieldExecution+54
- 804f0efe 8a4063 mov al,byte ptr [eax+63h]
- SYMBOL_STACK_INDEX: 0
- SYMBOL_NAME: nt!NtYieldExecution+54
- FOLLOWUP_NAME: MachineOwner
- MODULE_NAME: nt
- IMAGE_NAME: ntoskrnl.exe
- DEBUG_FLR_IMAGE_TIMESTAMP: 48a404ab
- FAILURE_BUCKET_ID: 0x8E_nt!NtYieldExecution+54
- BUCKET_ID: 0x8E_nt!NtYieldExecution+54
- Followup: MachineOwner
- ---------
|
Message édité par yucki68 le 04-04-2009 à 18:49:24
|