Re: Driver corrupting registry?
From: Alexander Grigoriev (alegr_at_earthlink.net)
Date: 04/11/04
- Next message: Maxim S. Shatskih: "Re: Could this be implemented with an NDIS or TDI driver?"
- Previous message: Steve Jackowski: "Could this be implemented with an NDIS or TDI driver?"
- In reply to: yskp: "Driver corrupting registry?"
- Next in thread: yskp: "Re: Driver corrupting registry?"
- Reply: yskp: "Re: Driver corrupting registry?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 11 Apr 2004 08:11:52 -0700
Writes to random addresses could cause it.
Errors in your DMA handling could also cause it.
Is your driver a FS filter?
"yskp" <anonymous@discussions.microsoft.com> wrote in message
news:72A7EF12-3CE4-4B20-8B59-EE2E253C3030@microsoft.com...
> Hi,
>
> Several times now we have observed the system shut down (either normally
or by a bugcheck - we're currently running the HCT) and never get up,
claiming that the SYSTEM registry file is corrupt.
> On several occasions, copying SYSTEM.ALT over the old SYSTEM file would
solve the problem, and on others even this would not help and we had to
reinstall the OS.
>
> We're guessing that this is the fault of our driver, of course, but have
been unable to find any problem which could cause this. We've eliminated all
our registry accesses for debugging, but it did not help.
>
> Does anyone have any thoughts (or better yet - experience) on what can
cause this to happen? Our driver is a disk driver, but it does not interfere
with writes going to the Windows drive, so I doubt this is the problem. I've
seen a suggestion that perhaps a buffer overrun or double-free might be the
cause of this, as it could damage the CM data structures. However, we're
using only non-paged memory, and AFAIK the registry code & data resides in
paged memory. Or am I wrong?
>
> Any insight will be greatly appreciated!
>
> yskp
- Next message: Maxim S. Shatskih: "Re: Could this be implemented with an NDIS or TDI driver?"
- Previous message: Steve Jackowski: "Could this be implemented with an NDIS or TDI driver?"
- In reply to: yskp: "Driver corrupting registry?"
- Next in thread: yskp: "Re: Driver corrupting registry?"
- Reply: yskp: "Re: Driver corrupting registry?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|