I recently ran into this problem again- on my desktop AND on my laptop which is also now running Windows 7 x64. Neither has VMWare installed and the laptop has never had it.
On my desktop I ran Process Monitor and found that I have
1.3 million of the following events corresponding to the problem in less than 10 minutes:
Code:
Process: System
Operation: IRP_MJ_CREATE
Path: C:\Windows\System32\drivers\etc\lmhosts
Result: NAME NOT FOUND
I copied lmhosts.sam and renamed it as lmhosts, and now I get hundreds of thousands of these:
Code:
Process: System
Operation: IRP_MJ_CREATE
Path: C:\Windows\System32\drivers\etc\lmhosts
Process: System
Operation: FASTIO_QUERY_INFORMATION
Path: C:\Windows\System32\drivers\etc\lmhosts
Process: System
Operation: IRP_MJ_READ
Path: C:\Windows\System32\drivers\etc\lmhosts
Process: System
Operation: IRP_MJ_CLEANUP
Path: C:\Windows\System32\drivers\etc\lmhosts
Process: System
Operation: IRP_MJ_CLOSE
Path: C:\Windows\System32\drivers\etc\lmhosts
Process: System
Operation: FASTIO_ACQUIRE_FOR_SECTION_SYNCHRONIZATION
Path: C:\Windows\System32\drivers\etc\lmhosts
Process: System
Operation: FASTIO_RELEASE_FOR_SECTION_SYNCHRONIZATION
Path: C:\Windows\System32\drivers\etc\lmhosts
Stack trace for the failed IRP_MJ_CREATE operation:
Since I'm having this occur on two separate machines I'd venture a guess that this is some sort of bug with Windows 7 itself. The above events only occur during the CPU spikes.
Suggestions?
Thanks!