After rebuildign, I noticed in the debugging window that Everything appears to be looping. Here is a cut and paste from the debug window of a portion that is repeated:
Code: Select all
DB_WAIT: _db_ready_proc waiting...
DB_WAIT: _db_ready_proc waited 0.000290 seconds
update m 1 4150736
update index D:
USN CREATE DBMT_util_001.4292
updated D: in 0.002591 seconds
resume ntfs monitor 1
processed usn records in 0.000886 seconds
DB_WAIT: _db_ready_proc waiting...
DB_WAIT: _db_ready_proc waited 0.000466 seconds
update m 1 4150736
update index D:
USN DATA_EXTEND cubrid_utility.log
USN DATA_EXTEND CLOSE cubrid_utility.log
USN DATA_EXTEND cubrid_utility.log
USN DATA_EXTEND CLOSE cubrid_utility.log
USN CREATE DATA_EXTEND DBMT_util_001.4292
USN CREATE DATA_EXTEND CLOSE DBMT_util_001.4292
USN DELETE CLOSE DBMT_util_001.4292
updated D: in 0.017134 seconds
resume ntfs monitor 1
processed usn records in 0.001615 seconds
Thanks.
[UPDATE] That's odd. After I posted this message, I closed the debug window. After starting up Everything again from the task bar, it is not finding the file again! I do most of my work using the command line version of Everything. I'm running 1.1.0.8. Perhaps I had both the debug version and the command line going a the same time. I just made sure I was using only the (non-debug) GUI version and rebuilt the index again. This time Everything continues to find the file I was looking for. So perhaps I had two versions going at once at they interfered.