Friday, July 9, 2010

Process Monitor - Error Primer

BUFFER OVERFLOW, BUFFER TO SMALL - Application is asking how much data there is

FAST IO DISALLOWED - Internal indicator that optimized I/O path is not available

END OF FILE - Application tried to access beyond the end of a file

NOT FOUND, PATH NOT FOUND, NAME NOT FOUND - Common in DLL PATH seraches , queries for optional functionality or settings

REPARSE - Symbolic link traversal - Virtualization

ACCESS DENIED - Often the source of problems