Re: Problem with usb driver
- From: Tim Roberts <timr@xxxxxxxxx>
- Date: Sun, 29 Jan 2006 19:47:54 -0800
"Bhavik" <bhavik.patel@xxxxxxxxx> wrote:
>...
>I dont know whether something is wrong with my driver or the
>applcation. Can you please guide me how to debug this situation.
>
>I have seen DebugViewNt traces for my driver, but didnt find anything
>importnat.
>I have enabled option to show Blue screen when PC crashes. It shows
>following information:
>
>STOP: 0x0000007E (0x80000003, 0x804FD7DC, 0xF8984D78, 0xF89844D8)
>
>I have seen description of this error on MSDN website, but didnt
>understand it properly.
>Can you please tell me what could be wrong with this?
This says you are encountering a breakpoint. Do you have a call to
DebugBreak(); or an "__asm int 3" in your code? Such a call causes a
blue screen unless you have a kernel debugger hooked up. DebugBreak can
also be called from an ASSERT.
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- References:
- Problem with usb driver
- From: Bhavik
- Problem with usb driver
- Prev by Date: Re: Usb interrupt transfer user data
- Next by Date: Re: About Converting/Type casting from USHORT to PVOID.
- Previous by thread: Problem with usb driver
- Next by thread: IoConnectInterrupt and surprise-removal
- Index(es):
Relevant Pages
|