
Quote: Originally Posted by
stocktiki
... ran through three diagnostic tests, something like an index verification and two other tests.
Based on the "3 tests" and the "index" bit, the test you saw was CHKDSK doing its thang on reboot because the (NTFS) partition had been flagged as "dirty" (in need of scanning).

Quote: Originally Posted by
stocktiki
Is this normal after an application crash, or is this a sign something might be amiss?
No, but its normal after an OS crash. While the OS is running, all NTFS partitions are perpetually kept in a state that marks them as being in need of verification (the so-called "dirty bit" is set). During a "graceful" OS shut down, all transactions are committed and the NTFS partitions are declared clean (no longer in need of verification).
However, should the OS crash for whatever reason, it never gets to "clear the dirty bit", and the partitions remain tagged as being in need of verification. The next time the OS wakes up after the crash, it notices the dirty bit and runs a utility called CHKDSK ("check disk") to verify the partition(s) in question.
That's not the problem. What's worrying is why is your OS crashing in the first place?