Windows Terminal Server: occasional memory violation for applications

Posted by syneticon-dj on Server Fault See other posts from Server Fault or by syneticon-dj
Published on 2011-09-22T11:08:49Z Indexed on 2011/11/27 1:52 UTC
Read the original article Hit count: 533

On a virtualized (ESXi 4.1) Windows Server 2008 SP2 32-bit machine which is used as a terminal server, I occasionally (approximately 1-3 event log entries a day) see applications fail with an 0xc0000005 error - apparently a memory access violation.

The problem seems quite random and only badly reproducable - applications may run for hours, fail with 0xc0000005 and restart quite fine or just throw the access violation at startup and start flawlessly at the second attempt.

The names of executables, modules and offset addresses vary, although a single executable tends to fail with same modules and the same memory offset addresses (like "OUTLOOK.EXE" repeatedly failing on module "olmapi32.dll" with the offset "0x00044b7a") - even across multiple user's logons and with several days passing without a single failure inbetween. The offset addresses seem to change across reboots, however. Only selective executables seem affected by the problem, although I may simply not be seeing a sufficient number of application runs from the other ones.

I first suspected a possible problem with the physical machine's RAM, but ruled this out as a rather unlikely cause - the memory comes with ECC and I've already moved the virtual machine across several times, without any perceptable change.

I've seen that DEP was enabled in "OptOut" mode on this machine:

C:\Users\administrator>wmic OS Get DataExecutionPrevention_SupportPolicy
DataExecutionPrevention_SupportPolicy
3

and tried changing the policy to OptIn via startup options:

bcdedit.exe /set {current} nx OptIn

but have yet to see any effect - I also would expect Outlook 12 or Adobe Reader 9 (both affected applications) to play well with DEP.

Any other ideas why the apps may be failing?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about vmware-esxi