The problem causing the failure was that Norton Antivirus was filtering an NTFS file operation (open) and caused a stack overflow (stack space exhausted). Kernel mode threads only have a 12 K stack, due to the fact that kernel stacks must be non-pageable. Norton Antivirus inserts itself above file systems in the driver stack and filters (monitors) file system operations.