We have some of our customers complaining that one of our products ceases working after they installed BitDefender 2011.
After some testing, we're seeing a failure in a call to the Windows API MapViewOfFile() with ERROR_INVALID_HANDLE. The handle in question points to a pagefile-backed shared memory block.
The code in question works fine without BitDefender installed, but fails consistently with it running. We've tried disabling IDS, AVC, and Realtime Protection and manually adding our applications to the exception list to no avail. The only thing we've found so far that allows our code to run successfully is uninstalling BitDefender completely.