AYUDA Pantallazo Azul vista

24/06/2007 - 10:38 por MRC | Informe spam
Hola! Por fin he podido configurar el debugger para que me salga todo el
error... un pantallazo azul en windows vista, hbr si sabeis de qe puede ser
porque me esta volviendo loco:


Microsoft (R) Windows Debugger Version 6.7.0005.0
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Summary Dump File: Only kernel address space is available

Symbol search path is:
SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows Vista Kernel Version 6000 MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 6000.16386.x86fre.vista_rtm.061101-2205
Kernel base = 0x81800000 PsLoadedModuleList = 0x81908ab0
Debug session time: Sun Jun 24 10:02:39.939 2007 (GMT+2)
System Uptime: 0 days 0:35:56.689
WARNING: Process directory table base 07611000 doesn't match CR3 00122000
WARNING: Process directory table base 07611000 doesn't match CR3 00122000
Loading Kernel Symbols
.
Loading User Symbols
PEB is paged out (Peb.Ldr = 7ffdc00c). Type ".hh dbgerr001" for details
Loading unloaded module list

*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 7F, {8, 8522b0c0, 0, 0}

Probably caused by : ntkrnlmp.exe ( nt!KiTrap0E+5c )

Followup: MachineOwner


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

UNEXPECTED_KERNEL_MODE_TRAP (7f)
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: 00000008, EXCEPTION_DOUBLE_FAULT
Arg2: 8522b0c0
Arg3: 00000000
Arg4: 00000000

Debugging Details:



BUGCHECK_STR: 0x7f_8

TSS: 00000028 -- (.tss 0x28)
eax000023 ebx•4940ac ecx”78c030 edxec0004 esi000000 edi85756c
eip849284 esp•493fe4 ebp•493fe4 iopl=0 nv up di pl zr na pe nc
cs08 ss10 ds23 es23 fs30 gs00 efl010046
nt!KiTrap0E+0x5c:
81849284 89550c mov dword ptr [ebp+0Ch],edx
ss:0010:95493ff0=????????
Resetting default scope

DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT

PROCESS_NAME: SearchIndexer.e

CURRENT_IRQL: 0

LAST_CONTROL_TRANSFER: from 00000000 to 81849284

STACK_TEXT:
95493fe4 00000000 00000000 00000000 00000000 nt!KiTrap0E+0x5c


STACK_COMMAND: .tss 0x28 ; kb

FOLLOWUP_IP:
nt!KiTrap0E+5c
81849284 89550c mov dword ptr [ebp+0Ch],edx

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: nt!KiTrap0E+5c

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: nt

IMAGE_NAME: ntkrnlmp.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 4549ad6c

FAILURE_BUCKET_ID: 0x7f_8_nt!KiTrap0E+5c

BUCKET_ID: 0x7f_8_nt!KiTrap0E+5c

Followup: MachineOwner


1: kd> lmvm nt
start end module name
81800000 81b95000 nt (pdb symbols)
c:\websymbolstkrnlmp.pdb\8EE03D077FB748338312523DCC42D1692tkrnlmp.pdb
Loaded symbol image file: ntkrnlmp.exe
Image path: ntkrnlmp.exe
Image name: ntkrnlmp.exe
Timestamp: Thu Nov 02 09:33:48 2006 (4549AD6C)
CheckSum: 00358BE3
ImageSize: 00395000
File version: 6.0.6000.16386
Product version: 6.0.6000.16386
File flags: 0 (Mask 3F)
File OS: 40004 NT Win32
File type: 1.0 App
File date: 00000000.00000000
Translations: 0409.04b0
CompanyName: Microsoft Corporation
ProductName: Microsoft® Windows® Operating System
InternalName: ntkrnlmp.exe
OriginalFilename: ntkrnlmp.exe
ProductVersion: 6.0.6000.16386
FileVersion: 6.0.6000.16386 (vista_rtm.061101-2205)
FileDescription: NT Kernel & System
LegalCopyright: © Microsoft Corporation. All rights reserved.
 

Leer las respuestas

#1 Daniel Martín [MVP Windows]
24/06/2007 - 15:06 | Informe spam
Introduce el comando "kv" en el depurador y déjanos la salida del mismo.

Un saludo,
Daniel Martín | | http://winvista.mvps.org
Microsoft MVP Windows - Shell/User

Para saber algo más sobre Windows visita http://rinconwindows.blogspot.com.


"MRC" wrote in message
news:
Hola! Por fin he podido configurar el debugger para que me salga todo el
error... un pantallazo azul en windows vista, hbr si sabeis de qe puede
ser
porque me esta volviendo loco:


Microsoft (R) Windows Debugger Version 6.7.0005.0
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Summary Dump File: Only kernel address space is available



[...]

Preguntas similares