Hola , reulta que llevo unas semanas en laas que mi pc se reinicia solo previa pantalla azul, las caracteristicas de mi pc son:
- P4 3.2 en placa Asusp5gd1-pro (entre 55 y 70 grados, parece normal)
- 4x 512mb ram (chequeadas con el memtest y sin fallos)
- Nvidia 7300GT (en otros pc funciona perfectamente)
- Disco duro 500 GB ( lo compre hace 2 dias creyendo k el fallo venia de ahi, pero no)
- Fuente Radix ( he probado con 3 fuentes diferentes y tampoco es)
Despues de probar todo esto ya no se me ocurre que puede ser y como no se interpretar el log del windbg os pido ayuda

, aqui va el log:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck A, {c080a48c, 0, 1, 828ea45b}
Probably caused by : hardware ( nt!MiIsWsleHashValid+8 )
Followup: MachineOwner
---------
1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: c080a48c, memory referenced
Arg2: 00000000, IRQL
Arg3: 00000001, bitfield :
bit 0 : value 0 = read operation, 1 = write operation
bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: 828ea45b, address which referenced memory
Debugging Details:
------------------
WRITE_ADDRESS: GetPointerFromAddress: unable to read from 829a9700
Unable to read MiSystemVaType memory at 829890c0
c080a48c
CURRENT_IRQL: 0
FAULTING_IP:
nt!MiIsWsleHashValid+8
828ea45b 0f0000 sldt word ptr [eax]
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0xA
PROCESS_NAME: TrustedInstall
TRAP_FRAME: 91f6c790 -- (.trap 0xffffffff91f6c790)
ErrCode = 00000002
eax=c080a48c ebx=00000095 ecx=c080a48c edx=c0402000 esi=c04026a8 edi=02523001
eip=828ea45b esp=91f6c804 ebp=91f6c814 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!MiIsWsleHashValid+0x8:
828ea45b 0f0000 sldt word ptr [eax] ds:0023:c080a48c=????????
Resetting default scope
MISALIGNED_IP:
nt!MiIsWsleHashValid+8
828ea45b 0f0000 sldt word ptr [eax]
LAST_CONTROL_TRANSFER: from 828ea45b to 82882b7b
STACK_TEXT:
91f6c790 828ea45b badb0d00 c0402000 0005b3b3 nt!KiTrap0E+0x2cf
91f6c800 828c2d4d c000948c c0402000 864b1b48 nt!MiIsWsleHashValid+0x8
91f6c814 828b703b c080a48c c000948c 00000fff nt!MiLocateWsle+0x89
91f6c834 828e725c 02523000 864b1b48 00000095 nt!MiTerminateWsle+0x1f
91f6cc84 828c7575 c00094b8 864b1958 a64e390e nt!MiDecommitPages+0x13c
91f6cd1c 8287f79a ffffffff 00f1e944 00f1e958 nt!NtFreeVirtualMemory+0x882
91f6cd1c 77a764f4 ffffffff 00f1e944 00f1e958 nt!KiFastCallEntry+0x12a
WARNING: Frame IP not in any known module. Following frames may be wrong.
00f1e918 00000000 00000000 00000000 00000000 0x77a764f4
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!MiIsWsleHashValid+8
828ea45b 0f0000 sldt word ptr [eax]
SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt!MiIsWsleHashValid+8
FOLLOWUP_NAME: MachineOwner
DEBUG_FLR_IMAGE_TIMESTAMP: 0
IMAGE_NAME: hardware
MODULE_NAME: hardware
FAILURE_BUCKET_ID: IP_MISALIGNED
BUCKET_ID: IP_MISALIGNED
Followup: MachineOwner
---------
1: kd> .trap 0xffffffff91f6c790
ErrCode = 00000002
eax=c080a48c ebx=00000095 ecx=c080a48c edx=c0402000 esi=c04026a8 edi=02523001
eip=828ea45b esp=91f6c804 ebp=91f6c814 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!MiIsWsleHashValid+0x8:
828ea45b 0f0000 sldt word ptr [eax] ds:0023:c080a48c=????????
1: kd> lmvm hardware
start end module name
Un saludo y gracias de antemano!