DEP (Microsofts Data Execution Prevention) stopps sometimes some apps and kills it out of memory. As an administrator, may i see such events in a log and if which one?
My experience is that there is no user information as written in Help about DEP, user reported only that the desired app disappears from their screens. This happens on a Citrix-Server running on a windows-2003 R2 64-Bit Server.
yes I'm pretty sure you'll see and application error in the application log!
Yes, the Application event log will show an
Error
entry withEvent ID = 1000
.In my experience, events with exception ID 0xc0000005 (STATUS_ACCESS_VIOLATION) are often indicative that the application is not compatible with DEP.
Source: http://technet.microsoft.com/en-us/library/cc738483(WS.10).aspx