Is there any chance where global variables get corrupted

Hi All,

Is there any chance for global variables getting corrupted in a legacy file
system filter driver.

When analysing a crash dump I see that one of my list entry which is a
global variable is corrupted, it’s Filnk and Blink say memmory access error.

any information would be helpful.

thanks,
Kedar.

How are you synchronizing access to that global? If you have no method to
serialize access to that global then most likely that is the explanation.
Classic example is that code working for millennia on a UP and then
failing the first time it is run in a multiprocessor environment.

Gary G. Little

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Kedar
Sent: Wednesday, July 19, 2006 9:49 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] Is there any chance where global variables get corrupted

Hi All,

Is there any chance for global variables getting corrupted in a legacy
file
system filter driver.

When analysing a crash dump I see that one of my list entry which is a
global variable is corrupted, it’s Filnk and Blink say memmory access
error.

any information would be helpful.

thanks,
Kedar.


Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17

You are currently subscribed to ntfsd as: xxxxx@seagate.com
To unsubscribe send a blank email to xxxxx@lists.osr.com