Re: driver_irql_less_or_equal - Driver causes crash

Tech-Archive recommends: Fix windows errors by optimizing your registry



DRIVER_IRQL_LESS_OR_EQUAL is the most common of failures, it can be a lot of
things. For any BSOD you need to fire up WinDBG and run !analyze -v If
the output does not tell you quickly then post the output here.


--
Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply



"Devang" <devang.it@xxxxxxxxx> wrote in message
news:a2756f39-d6dc-422a-a738-3f3d4202d9cc@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HI

I have developed one driver.
It crashes with blue screen gives BAD_POOL_HEADER.
So I used verifier.exe(windows driver verifier) it gives
blue screen with DRIVER_IRQL_LESS_OR_EQUAL error.
Can any one help me regarding this problem.

Regards,
D V


.



Relevant Pages

  • Re: Getting an XP driver to work on Vista
    ... You need to at a minimum capture the crash dump and then run WinDBG and ... You will probably need to connect WinDBG and debug ... But asking about crashes without the output from!analyze, ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ...
    (microsoft.public.development.device.drivers)
  • Re: HOWTO debug with 2 computers
    ... Don Burn (MVP, Windows DDK) ... Windows 2k/XP/2k3 Filesystem and Driver Consulting ... > When I start WinDbg I don't know how to load the sources and how to actually> debug the driver (I have a USB driver that I'd like to debug from ...
    (microsoft.public.development.device.drivers)
  • Re: Driver_irql_not_less_or_equal
    ... Standard rule for a BSOD, run this under windbg and do!analyze -v. ... Don Burn (MVP, Windows DDK) ...
    (microsoft.public.development.device.drivers)
  • Re: ZwCreateFile BSOD
    ... Drop SoftIce since it is worthless and unsupported. ... and then do a!analyze with WinDbg and submit that to the group. ... And then when I made a change to the driver, it appeared that I had to ... The only way to find crashes well is!analyze. ...
    (microsoft.public.development.device.drivers)
  • Re: diff between kdprint and dbgprint
    ... My driver somehow doesnt post kdprint in debugview.I only get dbgprint ... I am using the checked build for the driver. ... the case for things like kd and Windbg which most dev's use. ... Don Burn (MVP, Windows DDK) ...
    (microsoft.public.development.device.drivers)