Driver hang debugging

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

A few days ago I posted a question on driver hung debugging and found no
response. I went on my own and found that device.exe dies while executing
some debug message API. That was the only clue I found after many hours of
stepping through the driver and kernel. I disabled all debug messages by the
driver and found that the driver works fine for hours. In another machine
(much slower than the other) with all the debug messages on no problem.
Anyone has any idea why debug message can kill device.exe?

Thanks,
Hasan


.



Relevant Pages

  • Re: How to debug a WINCE driver?
    ... By the way I wonder how to modify the registry content? ... I got the source of the device driver ... "DEBUGMSG" but I don't know how to find out the debug message printout. ... should be modified to enable only the message zones you want to see (zones ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to debug a WINCE driver?
    ... DEBUGMSG would only send messages on a Debug image. ... I got the source of the device driver ... > "DEBUGMSG" but I don't know how to find out the debug message printout. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: winCE 5.0 shell
    ... Hmmm you are suggesting that i modify the source code of drivers so that ... their init functions announce (probably debug message) of the duration?If so ... By the time i found a bottleneck at the keyboard driver from debug messages ...
    (microsoft.public.windowsce.platbuilder)
  • Re: how to add a new fatutil.dll in WM6.1?
    ... Any debug message that showing your driver did not load? ... I want add a new fatutil.dll to my WM6.1 system.My driver ready, ... doesnt work.I think maybe I do some wrong settings. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Debugging a kernel-mode driver - need some help
    ... I've not done driver development before. ... is I don't know how to use KdPrint. ... opening the driver file in Notepad and verifying it had the debug message ... text and was importing DbgPrint. ...
    (microsoft.public.win32.programmer.kernel)