Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > RNDIS, WLK 1.5, crash

Reply
Thread Tools Display Modes

RNDIS, WLK 1.5, crash

 
 
SdB
Guest
Posts: n/a

 
      06-12-2010
Moin,

I test a RNDIS device which is connected via USB to the host.
During power management tests the RNDIS driver part usb8023x.sys holds the
IRP too long and the driver verifier complains about it with
DRIVER_POWER_STATE_FAILURE (9f)
A driver is causing an inconsistent power state.

The tests fail on XP x86 SP 3 and Vista x86 SP2.
Does MS provide a fixed driver ?

Best regards,
Stefan

P.S.: The first analysis with WInDbg shows

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

************************************************** *****************************

DRIVER_POWER_STATE_FAILURE (9f)
A driver is causing an inconsistent power state.
Arguments:
Arg1: 00000003, A device object has been blocking an Irp for too long a time
Arg2: 88ff0030, Physical Device Object of the stack
Arg3: 89022030, Functional Device Object of the stack
Arg4: 9dac0e90, The blocked IRP

Debugging Details:
------------------


DRVPOWERSTATE_SUBCODE: 3

IRP_ADDRESS: 9dac0e90

DEVICE_OBJECT: 89022030

DRIVER_OBJECT: 8b0bd7c8

IMAGE_NAME: usb8023x.sys

DEBUG_FLR_IMAGE_TIMESTAMP: 49e02090

MODULE_NAME: usb8023x

FAULTING_MODULE: 8bac6000 usb8023x

DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT

BUGCHECK_STR: 0x9F

PROCESS_NAME: System

CURRENT_IRQL: 2

LAST_CONTROL_TRANSFER: from 818353ab to 818d1b0d

STACK_TEXT:
818f9acc 818353ab 0000009f 00000003 88ff0030 nt!KeBugCheckEx+0x1e
818f9b28 81834fc8 818f9b94 818f9c50 807b9a01 nt!PopCheckIrpWatchdog+0x1ad
818f9b68 818ae2eb 819124e0 00000000 53a2e280 nt!PopCheckForIdleness+0x343
818f9c88 818adeab 818f9cd0 890bba02 818f9cd8 nt!KiTimerListExpire+0x367
818f9ce8 818ae615 00000000 00000000 0000d232 nt!KiTimerExpiration+0x22a
818f9d50 818ac87d 00000000 0000000e 00000000 nt!KiRetireDpcList+0xba
818f9d54 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0x49


STACK_COMMAND: kb

FOLLOWUP_NAME: MachineOwner

FAILURE_BUCKET_ID: 0x9F_VRF_IMAGE_usb8023x.sys

BUCKET_ID: 0x9F_VRF_IMAGE_usb8023x.sys







 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
crash dump of storport virtual miniport Wayne Windows Vista Drivers 1 04-27-2010 11:31 AM
sever crash when connecting use remote desktop clients Tomasen Windows Server 2 02-26-2010 09:35 PM
Crash Crash Crash - Having Fun!!!! DaveB Windows Vista Installation 5 02-21-2007 11:40 PM
Re: Is RNDIS a standard protocol? Paul G. Tobey [eMVP] ActiveSync 3 10-09-2006 07:03 PM
Re: Is RNDIS a standard protocol? Chris De Herrera ActiveSync 0 10-07-2006 05:09 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59