Last night I left the computer on (no user applications running) and this morning I found Everything running at full CPU speed. That was the task with the -startup flag, not the service.
I did some checking before killing this process:
-- I activated its debug log and it only showed:
Code: Select all
Everything
Version 1.4.1.809b (x86)
Windows NT 6.1
Processors 2
IsAdmin 1
AppData 1
Service 1
cmdline "C:\Program Files (x86)\Everything\Everything.exe" -startup
WM_ACTIVATE 00000000 00000000, lastfocus 00052298, current focus 00052298
-- It would respond to searches but would't record any new files I created.
-- Process Monitor didn't show any activities from it (most probably it was in a loop that didn't involve any external accesses).
-- I created a -hang mode dump with adplus (a part of Windows Debugging Tools).
I checked it with Windbg and its IP at the moment of the dump was at offset 0x9aa9b
Code: Select all
Everything+0x9aa9b:
00000000`0049aa9b 8b06 mov eax,dword ptr [rsi] ds:00000000`04a1a254=00000000
The stack log is a bit useless. This is its beginning:
Code: Select all
00 00000000`03b8fb54 00a200a0`00a4d640 Everything+0x9aa9b
01 00000000`03b8fb5c 00a4d640`00a4d640 0x00a200a0`00a4d640
02 00000000`03b8fb64 00000001`04a1a098 0x00a4d640`00a4d640
03 00000000`03b8fb6c 00000001`04a1a4a4 0x00000001`04a1a098
04 00000000`03b8fb74 03b8fc90`00000000 0x00000001`04a1a4a4
05 00000000`03b8fb7c 0000040f`00000028 0x03b8fc90`00000000
06 00000000`03b8fb84 00000000`0001ec65 0x0000040f`00000028
07 00000000`03b8fb8c 000900bb`0000040c 0x1ec65
08 00000000`03b8fb94 00000000`00a4d640 0x000900bb`0000040c
I kept the adplus output with the dump file. Compressed, it's about 120 MB. I can upload it somewhere if you need it to check something else.
Cheers.