La he configurado para que no se reinicie automaticamente y para que guarde un volcado completo de memoria en un archivo dump. Luego los abri con el windows debugging tools y hay dos errores que se repiten, uno del kernel (que mal) y otro de la memoria ram.
El del kernel me dice esto:
- Código: Seleccionar todo
*******************************************************************************
* *
* 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: 82a424ba, The address that the exception occurred at
Arg3: a3093b70, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
***** Kernel symbols are WRONG. Please fix symbols to do analysis.
*************************************************************************
*** ***
*** ***
*** Either you specified an unqualified symbol, or your debugger ***
*** doesn't have full symbol information. Unqualified symbol ***
*** resolution is turned off by default. Please either specify a ***
*** fully qualified symbol module!symbolname, or enable resolution ***
*** of unqualified symbols by typing ".symopt- 100". Note that ***
*** enabling unqualified symbol resolution with network symbol ***
*** server shares in the symbol path may cause the debugger to ***
*** appear to hang for long periods of time when an incorrect ***
*** symbol name is typed or the network symbol server is down. ***
*** ***
*** For some commands to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!_KPRCB ***
*** ***
*************************************************************************
TRIAGER: Could not open triage file : C:\Program Files\Windows Kits\8.0\Debuggers\x86\triage
\modclass.ini, error 2
ADDITIONAL_DEBUG_TEXT:
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load
symbols.
MODULE_NAME: nt
FAULTING_MODULE: 82840000 nt
DEBUG_FLR_IMAGE_TIMESTAMP: 4ea76ed3
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - La instrucci n en 0x%08lx hace referencia a la memoria en 0x
%08lx. La memoria no se pudo %s.
FAULTING_IP:
nt+2024ba
82a424ba 0fb6510f movzx edx,byte ptr [ecx+0Fh]
TRAP_FRAME: a3093b70 -- (.trap 0xffffffffa3093b70)
ErrCode = 00000000
eax=94746098 ebx=00000000 ecx=00000000 edx=0000242f esi=a3093cec edi=00000000
eip=82a424ba esp=a3093be4 ebp=a3093be8 iopl=0 nv up ei ng nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010282
nt+0x2024ba:
82a424ba 0fb6510f movzx edx,byte ptr [ecx+0Fh] ds:0023:0000000f=??
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
BUGCHECK_STR: 0x8E
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 82a24faf to 82a424ba
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
a3093be8 82a24faf 00000000 a3093cec a3093ce8 nt+0x2024ba
a3093c80 82a286e4 84ae6828 00000000 00000000 nt+0x1e4faf
a3093cbc 82a284ff 84ae6828 00000000 84fc8000 nt+0x1e86e4
a3093cf0 82a283b1 00000009 84fc8000 00000018 nt+0x1e84ff
a3093cf4 00000000 84fc8000 00000018 8280ec01 nt+0x1e83b1
STACK_COMMAND: kb
FOLLOWUP_IP:
nt+2024ba
82a424ba 0fb6510f movzx edx,byte ptr [ecx+0Fh]
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt+2024ba
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: ntkrnlpa.exe
BUCKET_ID: WRONG_SYMBOLS
Followup: MachineOwner
Nota: Todos los reportes sobre el kernel dicen lo mismo pero al final de los mismos aparecen arhivos marcados como los posibles responsables y no entiendo lo que dice entre parentesis:
Probably caused by : vtdisp.dll ( vtdisp+1f4b2 )
Probably caused by : ntkrnlpa.exe ( nt+2024ba )
Ahora el de la memoria no lo pondre completo porque ya la he revisado con memtest86+ v4.20 y no encontró problemas, pero les pongo una seccion de lo que aparece en uno de los resportes:
- Código: Seleccionar todo
MEMORY_MANAGEMENT (1a)
# Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 00041287, The subtype of the bugcheck.
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000
No se como examinar individualmente ese parametro.
Gracias.
