Re: Problem with usb driver



"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.
.



Relevant Pages

  • [RFC: 2.6 patch] remove the broken SCSI_SEAGATE driver
    ... But if anyone wants to ever revive this driver, ... * Will activate debug code. ... -static int internal_command (unsigned char target, unsigned char lun, ... -/* If the user specified the controller type from the command line, ...
    (Linux-Kernel)
  • [RFC: 2.6 patch] remove the broken SCSI_SEAGATE driver
    ... But if anyone wants to ever revive this driver, ... * Will activate debug code. ... -static int internal_command (unsigned char target, unsigned char lun, ... -/* If the user specified the controller type from the command line, ...
    (Linux-Kernel)
  • [2.6 patch] remove the broken SCSI_SEAGATE driver
    ... But if anyone wants to ever revive this driver, ... * Will activate debug code. ... -static int internal_command (unsigned char target, unsigned char lun, ... -/* If the user specified the controller type from the command line, ...
    (Linux-Kernel)
  • RE: freebsd-hackers Digest, Vol 200, Issue 7
    ... Updated Driver for 3945ABG Intel 3945ABG Wireless LAN ... sysctlinterface ... Jan 27 10:30:39 vaio kernel: bus_dmamem_alloc failed to align memory properly. ... debug: all: oid: 0 2 440 ...
    (freebsd-hackers)
  • RE: Bluetooth Obex Ftp Bcsp
    ... Can you please capture some debug output from the Bluetooth stack? ... should be able to see what was last happening in bthcsr before the transfer ... debug into this driver. ...
    (microsoft.public.windowsce.platbuilder)