This can be a false positive, if you started the IDE twice within a very short time.
When the IDE starts, it writes a "state file": I am testing.
On Success it removes it.
If the test crashes the IDE, the file remains, and is seen on the next start.
But if a 2nd IDE start within split seconds of the first, then it sees the file and goes => crashed => when actually the other IDE is still testing.
But, after that happened editor macros should have turned off, and should not test again.
They can be re-enabled in the: Tools > Options > Editor macros
Otherwise check in your "primary config path" (menu: view > ide internals > about ide).
There should be one or two files with a name relating to this.
They may contain some info.