Everything 1.5.0.1315a (x64) hangs when i run rakesearch Joint search of ODLS12 with Gerasim project 1.00 on boinc.
I was able to mitigate it by setting everything64 priority to realtime.
Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
-
- Posts: 11
- Joined: Wed Nov 17, 2021 12:06 pm
Re: Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
Does rakesearch generate a lot of changes to files (temporary files, logging etc)?
Everything updates in real-time and that might be "too much to handle".
A quick test to see if this might be the case:
Does that keep Everything ' alive'?
Everything updates in real-time and that might be "too much to handle".
A quick test to see if this might be the case:
- End or pause your rakesearch activity
- In Everything, Menu:Index > Pause Property Indexing
- Menu:Index > Stop Updating
- Start or unpause your rakesearch activity
Does Everything ' hang' this time? - Menu:Index > Update Indexes
- Menu:Index > Update Indexed Properties
Does that keep Everything ' alive'?
-
- Posts: 11
- Joined: Wed Nov 17, 2021 12:06 pm
Re: Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
I excluded e:\programdata\boinc it continues hanging.
1.4.1.1009 doesn't hang.
1.4.1.1009 doesn't hang.
Re: Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
Thank you for the bug report kotenok2000,
Could you please send a minicrash dump when Everything 1.5.0.1315a hangs?
Could you please send a minicrash dump when Everything 1.5.0.1315a hangs?
- Download Process Explorer from Microsoft:
https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer - Get Everything 1.5 to hang.
- In Process Explorer, select Everything.exe (If there is two, select the one using the most memory)
- Right click Everything.exe and under Create Dump, select Create Mini Dump.
- Choose a filename and click Save.
- Please send this file to support@voidtools.com
-
- Posts: 11
- Joined: Wed Nov 17, 2021 12:06 pm
Re: Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
File has been sent.
Re: Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
Thank you for the mini crash dump.
The crash dump shows Everything trying to perform an action on the database.
However, the database is in a "busy" state.
Everything will hang until the database is in a ready state.
I cannot determine what the database is currently doing from the mini crash dump.
It doesn't appear to be doing anything, so there might be an issue with Everything reporting the database as ready.
Could you please send some debug output:
The crash dump shows Everything trying to perform an action on the database.
However, the database is in a "busy" state.
Everything will hang until the database is in a ready state.
I cannot determine what the database is currently doing from the mini crash dump.
It doesn't appear to be doing anything, so there might be an issue with Everything reporting the database as ready.
Could you please send some debug output:
- In Everything, type in the following search and press ENTER:
/debug
(this will show a debug console) - Get Everything to hang.
- What is shown in the debug console?
(Right click the console window title bar and under Edit, click Select All and right click the selected text to copy it to the clipboard) - Please send this text to support@voidtools.com
-
- Posts: 11
- Joined: Wed Nov 17, 2021 12:06 pm
Re: Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
I have se4nt two logs. One with everything64 using normal priority and other using real time priority.
Re: Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
Thank you for the logs kotenok2000,
The logs show Everything is waiting a very long time for the database ready event..
There's currently an issue with Everything 1.5 reporting the database as ready when there's limited CPU resources.
This will be fixed in the next alpha update.
For now, setting the db_update_thread_priority to normal appears to fix the issue:
The logs show Everything is waiting a very long time for the database ready event..
There's currently an issue with Everything 1.5 reporting the database as ready when there's limited CPU resources.
This will be fixed in the next alpha update.
For now, setting the db_update_thread_priority to normal appears to fix the issue:
- In Everything, type in the following search and press ENTER:
/db_update_thread_priority=0 - If successful, db_update_thread_priority=0 is shown in the status bar for a few seconds.
Re: Everything 1.5.0.1315a (x64) hangs when i run rakesearch on boinc
Everything 1.5.0.1316a improves responsiveness when the CPU is busy.
Previously the priority of Everything was reduced to below normal while waiting for the db ready status.
Now the priority is set to normal.
Previously the priority of Everything was reduced to below normal while waiting for the db ready status.
Now the priority is set to normal.