If i want to show the Property "Opened by" Everythin stops working.
Everythingserver Index is also used.
Property "opened by" crashes V1.5.0.1278a (x64)
Re: Property "opened by" crashes V1.5.0.1278a (x64)
Gathering the list of processes and opened filenames is CPU intensive.
Everything will updated this list every 1 second.
It might be taking longer than 1 second to build this list, causing Everything to hang.
Could you please check the debug output:
Everything will updated this list every 1 second.
It might be taking longer than 1 second to build this list, causing Everything to hang.
Could you please check the debug output:
- In Everything 1.5, from the Tools menu, under the Debug submenu, check Console.
- Right click the result list column header and click Add columns....
- Select the Opened by property and click OK.
- What is shown in the debug console when Everything hangs?
Re: Property "opened by" crashes V1.5.0.1278a (x64)
Hi
I have done so. The property added.
Then, if i scrolled to the right, to see the property "opened by" it crashes.
See Screenshot from Console.
I have done so. The property added.
Then, if i scrolled to the right, to see the property "opened by" it crashes.
See Screenshot from Console.
- Attachments
-
- Screenshot 2021-10-06 222557.jpg (149.49 KiB) Viewed 13296 times
Re: Property "opened by" crashes V1.5.0.1278a (x64)
Thank you for the debug output.
Unfortunately, (most likely due to the crash) no timing information is available.
Is a crash dialog shown? -If so, could you please send a mini crash dump to support@voidtools.com when the crash dialog is shown.
I will add more debug information for the next alpha update to try to catch the issue.
Unfortunately, (most likely due to the crash) no timing information is available.
Is a crash dialog shown? -If so, could you please send a mini crash dump to support@voidtools.com when the crash dialog is shown.
I will add more debug information for the next alpha update to try to catch the issue.
Re: Property "opened by" crashes V1.5.0.1278a (x64)
Everything 1.5.0.1279a adds more debug information when gathering opened files which may help identify the issue.
Could you please check the debug output with this version:
Could you please check the debug output with this version:
- In Everything 1.5, from the Tools menu, under the Debug submenu, check Console.
- Right click the result list column header and click Add columns....
- Select the Opened by property and click OK.
- What is shown in the debug console when Everything hangs? (please send to support@voidtools.com as it will list process filenames)
Re: Property "opened by" crashes V1.5.0.1278a (x64)
hi
With new V1.5.0.1279a the debug console output shows: The dump-output with process Explorer goes to your support@voidtools.com
With new V1.5.0.1279a the debug console output shows: The dump-output with process Explorer goes to your support@voidtools.com
Re: Property "opened by" crashes V1.5.0.1278a (x64)
Thank you for the crash dump and logs.
The crash dump shows a hang in GetFinalPathNameByHandle.
This hang is a common issue with this function call.
I have put on my TODO list to use GetFileInformationByHandleEx instead.
The crash dump shows a hang in GetFinalPathNameByHandle.
This hang is a common issue with this function call.
I have put on my TODO list to use GetFileInformationByHandleEx instead.
Re: Property "opened by" crashes V1.5.0.1278a (x64)
Everything 1.5.0.1280a fixes an issue with searching for or displaying the Opened By property causing a hang.
Everything will now use NtQueryObject and QueryDosDevice to avoid this hang.
Everything will now use NtQueryObject and QueryDosDevice to avoid this hang.