Re: Bugcheck D1 in NDIS-WDM driver
From: Harshal (harshal_at_gmail.com)
Date: 12/16/04
- Next message: Vicky: "URGENT : Need info/help in NDIS miniport driver"
- Previous message: cristalink: "Re: 1394 Virtual Device Driver"
- In reply to: Don Burn: "Re: Bugcheck D1 in NDIS-WDM driver"
- Next in thread: Subodh Radheshyam Gupta: "Re: Bugcheck D1 in NDIS-WDM driver"
- Reply: Subodh Radheshyam Gupta: "Re: Bugcheck D1 in NDIS-WDM driver"
- Messages sorted by: [ date ] [ thread ]
Date: 16 Dec 2004 14:39:12 -0800
> If you use custom settings you can choose the drivers to work
> with, only choose yours. It look like you are touching pageable
> or non-existent memory from your driver.
Don,
That doesn't help. The verifier still trips on other drivers. I
uninstalled the anti-virus app and it has helped a lot but now the
verifier shows bugchecks in other system drivers.
After I fixed one particular problem I haven't seen the earlier D1
bugcheck but
I have seen a few seemingly unrelated bugchecks in various other
modules.
* bugcheck 50 (page fault in non-paged area) at nt!MiInsertNode+0x36
* bugcheck 7e (system thread exception not handled) in netbios.sys (at
netbios!RunTimerForLana+0x11)
* bugcheck 24 (NTFS filesystem) in ntfs.sys (at
Ntfs!NtfsCheckpointVolume+0x63e)
* bugcheck c5 (driver corrupted expool) in ntoskrnl.exe (at
nt!ExAllocatePoolWithTag+0x671).
My driver is not listed in any of the stack traces but I can't imagine
that system modules like the ones above have these problems.
Any ideas on how to further verify the driver? And do you think that
the above problems are related?
Thanks,
- Harshal
- Next message: Vicky: "URGENT : Need info/help in NDIS miniport driver"
- Previous message: cristalink: "Re: 1394 Virtual Device Driver"
- In reply to: Don Burn: "Re: Bugcheck D1 in NDIS-WDM driver"
- Next in thread: Subodh Radheshyam Gupta: "Re: Bugcheck D1 in NDIS-WDM driver"
- Reply: Subodh Radheshyam Gupta: "Re: Bugcheck D1 in NDIS-WDM driver"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|