Jump to content
Geeks Nation Forums
Sign in to follow this  
frencky

petit prob

Recommended Posts

lu tlm, jai un petit prob,

je vous en avais p-e déja parler mais c pa rave. En fait mon ordinateur redémarre tout seul, jai regardé danbs l'observateur d'évènement et il disait daller voir un fichier dump, je lai ouvert avec un débuggeur ca me donne ca, ca veut dire kwa???

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c0000005, 804edc21, a5f448e0, 0}

Unable to load image portcls.sys, Win32 error 2

*** WARNING: Unable to verify timestamp for portcls.sys

Probably caused by : ntoskrnl.exe ( nt!CcMapAndCopy+3a8 )

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.

An exception code of 0x80000002 (STATUS_DATATYPE_MISALIGNMENT) indicates

that an unaligned data reference was encountered. The trap frame will

supply additional information.

Arguments:

Arg1: c0000005, The exception code that was not handled

Arg2: 804edc21, The address that the exception occurred at

Arg3: a5f448e0, 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!CcMapAndCopy+3a8

804edc21 8b471c mov eax,[edi+0x1c]

TRAP_FRAME: a5f448e0 -- (.trap ffffffffa5f448e0)

ErrCode = 00000000

eax=814daeb8 ebx=81635e64 ecx=81635dd0 edx=00000000 esi=81635dd0 edi=00000000

eip=804edc21 esp=a5f44954 ebp=a5f44978 iopl=0 nv up ei ng nz na pe nc

cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010282

nt!CcMapAndCopy+0x3a8:

804edc21 8b471c mov eax,[edi+0x1c] ds:0023:0000001c=????????

Resetting default scope

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x8E

LAST_CONTROL_TRANSFER: from f9515ec8 to 804edc21

STACK_TEXT:

a5f44978 f9515ec8 814daeb8 819f0ae8 81635dd0 nt!CcMapAndCopy+0x3a8

FOLLOWUP_IP:

nt!CcMapAndCopy+3a8

804edc21 8b471c mov eax,[edi+0x1c]

SYMBOL_STACK_INDEX: 0

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: nt!CcMapAndCopy+3a8

MODULE_NAME: nt

IMAGE_NAME: ntoskrnl.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 40d1d336

STACK_COMMAND: .trap ffffffffa5f448e0 ; kb

BUCKET_ID: 0x8E_nt!CcMapAndCopy+3a8

Followup: MachineOwner

---------

Share this post


Link to post
Share on other sites

Bon premièrement, ton PC est bien configurer pour pas redémarer a chaque fois que ta un blue screen (Panneau de configuration -> System -> Avancé -> Démarage récupération -> décocher redémarer automatiquement) ...

Sinon, google est ton ami ;-) ... Tu prend en note le fichier qui semble poser problème, et tu vois si y'en a pas d'autre avec le même problème....

Vla un ptit tuto pour savoir quoi prendre en note, pour avoir une recherche fructueuse :

http://www.mvps.org/marksxp/WindowsXP/bsod.php

Pas plus tard que quand j'ai eux mon nouveau board, j'avais un blue screen persistent, ben crois moi, crois moi pas, j'ai trouver comme sa, c'étais finalement mon lecteur de Smartcard, qui semble avoir un problème de compatibiliter avec mon nouveau board (J'ai pas plus chercher, puisqu'anyway, je m'en sert pus) ...

Share this post


Link to post
Share on other sites

Tout ce que j'ai pu trouver cé que portcls.sys cé un driver de son...

P-e si t'essayais de changer de driver ?

Share this post


Link to post
Share on other sites

Je pense ke c ma mémoire, elle n'est pas dans ceux conseillé par asus pi elle est du genre noname je crois. Elle doit etre incompatible jimagine...

Share this post


Link to post
Share on other sites

Tu devrais essayer un testeur de mémoire pour vérifier :

http://www.memtest86.com/

Ça roule en DOS sur une diskette qui boot, c'est très efficace, avec ça si tu détecte pas d'erreur ben cé pas ta ram...

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...