SOCORROOOO BSOD INEXPLICABLE

12/01/2006 - 08:40 por Anselmo | Informe spam
Hola, tengo una Athlon a 64 bits con una ASUS A8V DELUXE, y cuando mejor le
parece me suelta un pantallazo azul con un error sobre el USBPORT.SYS. He
utilizado las herramientas de depuración que comentais con el Minidump, pero
no consigo localizar el problema. En este error no me viene ninguna direccion
IRP que poder analizar por lo que estoy totalmente atascado.

Ayuda por favor.

Un saludo.

Preguntas similare

Leer las respuestas

#1 José Gallardo
12/01/2006 - 09:00 | Informe spam
Son problemas con los drivers USB. ¿Cuál es el texto de la pantalla
azul? ¿Hay algo en el visor de sucesos?

¿Problemas con Windows Update?
http://tinyurl.com/9nud8
Windows Update issues?
http://tinyurl.com/dyb6k




"Anselmo" escribió en el mensaje
news:
Hola, tengo una Athlon a 64 bits con una ASUS A8V DELUXE, y cuando
mejor le
parece me suelta un pantallazo azul con un error sobre el USBPORT.SYS.
He
utilizado las herramientas de depuración que comentais con el
Minidump, pero
no consigo localizar el problema. En este error no me viene ninguna
direccion
IRP que poder analizar por lo que estoy totalmente atascado.

Ayuda por favor.

Un saludo.
Respuesta Responder a este mensaje
#2 Anselmo
12/01/2006 - 18:45 | Informe spam
Este es el resumen que me aparece con el windbg,


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


Loading Dump File [C:\WINDOWS\Minidump\Mini011206-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*dir*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_gdr.050301-1519
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805531a0
Debug session time: Thu Jan 12 04:23:00.015 2006 (GMT+1)
System Uptime: 0 days 4:34:10.599
Loading Kernel Symbols
.
Loading unloaded module list

Loading User Symbols
*******************************************************************************
*
*
* Bugcheck Analysis
*
*
*
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1000008E, {c000001d, f6f3aea3, f79fbee4, 0}

Probably caused by : USBPORT.SYS ( USBPORT!USBPORT_DpcWorker+15d )

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: c000001d, The exception code that was not handled
Arg2: f6f3aea3, The address that the exception occurred at
Arg3: f79fbee4, Trap Frame
Arg4: 00000000

Debugging Details:



EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {EXCEPCI N} Instrucci n ilegal Se
ha intentado ejecutar una instrucci n ilegal.

FAULTING_IP:
USBPORT!USBPORT_DpcWorker+15d
f6f3aea3 ff1550b8f4f6 call dword ptr
[USBPORT!_imp_KefReleaseSpinLockFromDpcLevel (f6f4b850)]

TRAP_FRAME: f79fbee4 -- (.trap fffffffff79fbee4)
ErrCode = 00000000
eax†2aa800 ebx000000 ecx†2aa404 edx÷9fbf64 esi†2aa800 edi†2aa0e0
eipöf3aea3 esp÷9fbf58 ebp÷9fbf78 iopl=0 nv up ei pl zr na po nc
cs08 ss10 ds23 es23 fs30 gs00 efl010246
USBPORT!USBPORT_DpcWorker+0x15d:
f6f3aea3 ff1550b8f4f6 call dword ptr
[USBPORT!_imp_KefReleaseSpinLockFromDpcLevel (f6f4b850)]
ds:0023:f6f4b850020fd6
Resetting default scope

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x8E

LAST_CONTROL_TRANSFER: from f6f48fb0 to f6f3aea3

STACK_TEXT:
f79fbf78 f6f48fb0 862aa028 805418a8 862aa028 USBPORT!USBPORT_DpcWorker+0x15d
f79fbfb4 f6f49128 862aa028 00000001 862ed118
USBPORT!USBPORT_IsrDpcWorker+0x37e
f79fbfd0 80540d5d 862aa64c 6b755044 00000000 USBPORT!USBPORT_IsrDpc+0x166
f79fbff4 80540a2a b95212e4 00000000 00000000 nt!KiRetireDpcList+0x46
f79fbff8 b95212e4 00000000 00000000 00000000 nt!KiDispatchInterrupt+0x2a
WARNING: Frame IP not in any known module. Following frames may be wrong.
80540a2a 00000000 00000009 bb835675 00000128 0xb95212e4


FAILED_INSTRUCTION_ADDRESS:
USBPORT!USBPORT_DpcWorker+15d
f6f3aea3 ff1550b8f4f6 call dword ptr
[USBPORT!_imp_KefReleaseSpinLockFromDpcLevel (f6f4b850)]

FOLLOWUP_IP:
USBPORT!USBPORT_DpcWorker+15d
f6f3aea3 ff1550b8f4f6 call dword ptr
[USBPORT!_imp_KefReleaseSpinLockFromDpcLevel (f6f4b850)]

SYMBOL_STACK_INDEX: 0

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: USBPORT!USBPORT_DpcWorker+15d

MODULE_NAME: USBPORT

IMAGE_NAME: USBPORT.SYS

DEBUG_FLR_IMAGE_TIMESTAMP: 41107d62

STACK_COMMAND: .trap fffffffff79fbee4 ; kb

FAILURE_BUCKET_ID: 0x8E_BAD_IP_USBPORT!USBPORT_DpcWorker+15d

BUCKET_ID: 0x8E_BAD_IP_USBPORT!USBPORT_DpcWorker+15d

Followup: MachineOwner


A ver si puedes averiguarme algo, te lo agradeceria eternamente.

Un saludo.

"José Gallardo" escribió:

Son problemas con los drivers USB. ¿Cuál es el texto de la pantalla
azul? ¿Hay algo en el visor de sucesos?

¿Problemas con Windows Update?
http://tinyurl.com/9nud8
Windows Update issues?
http://tinyurl.com/dyb6k




"Anselmo" escribió en el mensaje
news:
> Hola, tengo una Athlon a 64 bits con una ASUS A8V DELUXE, y cuando
> mejor le
> parece me suelta un pantallazo azul con un error sobre el USBPORT.SYS.
> He
> utilizado las herramientas de depuración que comentais con el
> Minidump, pero
> no consigo localizar el problema. En este error no me viene ninguna
> direccion
> IRP que poder analizar por lo que estoy totalmente atascado.
>
> Ayuda por favor.
>
> Un saludo.



Respuesta Responder a este mensaje
#3 Alex GD
12/01/2006 - 20:48 | Informe spam
Has instalado los drivers 4 en 1 del CD? Si puedes desinstalalos y deja solamente el
driver de agp 3.0

Saludos
Regards
Alex
Respuesta Responder a este mensaje
#4 Anselmo
13/01/2006 - 19:17 | Informe spam
Si que instale los drivers, pero no puedo desintalarlos porque aparece nada
para desintalarlos.

"Alex GD" escribió:

Has instalado los drivers 4 en 1 del CD? Si puedes desinstalalos y deja solamente el
driver de agp 3.0

Saludos
Regards
Alex



Respuesta Responder a este mensaje
#5 Alex GD
13/01/2006 - 21:23 | Informe spam
Si, vuelve a meter el CD, ejecuta los 4 en 1 y te dejará desinstalarlos.

Saludos
Regards
Alex
Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaSiguiente Respuesta Tengo una respuesta
Search Busqueda sugerida