Searching WITHOUT looking at contents seem to work properly, but whenever I add a content filter, Everything starts to search, I see CPU- and I/O-load, but simply stops after a few seconds. I've already waited a few minutes, but Everything doesn't seem to do anything afterwards anymore, there won't be any additional load in the process. While some options of the GUI still seem to work, the control showing results doesn't seem to respond properly anymore. When trying to change columns, the GUI starts to look glitchy and the rendering isn't updated anymore. Sometimes I'm somehow even able to trigger an additional dialog if I want to abort the current search. Though, doing so doesn't rescue the GUI anymore, the process needs to be shut down forcefully.
Code: Select all
!.svn !branches !tags size:<=10mb C:\Users\tschoening\Documents\Svn\Bin\ content:"AM-SoFT GmbH IT-Systeme"
Code: Select all
2021-01-15 11:00:05.769: Everything
2021-01-15 11:00:05.780: Version 1.4.1.1003 (x64)
2021-01-15 11:00:05.785: Windows NT 6.2
2021-01-15 11:00:05.790: Processors 8
2021-01-15 11:00:05.795: IsAdmin 0
2021-01-15 11:00:05.806: AppData 1
2021-01-15 11:00:05.811: Service 0
2021-01-15 11:00:05.815: cmdline "C:\Program Files\Everything\Everything.exe"
2021-01-15 11:00:05.820: load localization
2021-01-15 11:00:05.826: lng file opened!
2021-01-15 11:00:05.830: header size 946
2021-01-15 11:00:05.836: version 1
2021-01-15 11:00:05.841: got header
2021-01-15 11:00:05.845: system default lid 0407
2021-01-15 11:00:05.848: count 39
2021-01-15 11:00:05.854: ole initialize: 00000000
2021-01-15 11:00:05.857: create mutex
2021-01-15 11:00:05.860: mutex exists
2021-01-15 11:00:05.862: send cl
2021-01-15 11:00:05.865: send message ok
2021-01-15 11:00:05.867: mutex exists
2021-01-15 11:00:05.870: shutdown
2021-01-15 11:00:05.872: kill
2021-01-15 11:00:05.876: event start 0000000000000000
Code: Select all
ntoskrnl.exe!KeSynchronizeExecution+0x5b66
ntoskrnl.exe!KeWaitForMutexObject+0x1460
ntoskrnl.exe!KeWaitForMutexObject+0x98f
ntoskrnl.exe!KeWaitForMutexObject+0x233
ntoskrnl.exe!ExWaitForRundownProtectionRelease+0x7dd
ntoskrnl.exe!KeWaitForMutexObject+0x3a29
ntoskrnl.exe!KeWaitForMutexObject+0x1787
ntoskrnl.exe!KeWaitForMutexObject+0x98f
ntoskrnl.exe!KeWaitForMutexObject+0x233
ntoskrnl.exe!KeWaitForMultipleObjects+0x45b
win32kfull.sys!xxxUpdateInputHangInfo+0x10d7
0x0000000000000000
win32u.dll!NtUserWaitMessage+0x14
Everything.exe+0xcf2d5
Everything.exe+0x1a9c91
KERNEL32.DLL!BaseThreadInitThunk+0x14
ntdll.dll!RtlUserThreadStart+0x21
The only workaround so far seems to be to reduce the number of files to search in by searching more specific child directories one after another. But that makes the whole process pretty difficult, because one can't know beforehand if some directory works at all or not and only very few files contain the keywords I'm actually looking for. Would be great to NOT need to maintain a list of child dirs searched for already or alike.
Any idea on what the problem might be? Thanks!