Working with StressLogAnalyzer I found yet another issue where we are missing an...
authorPeter Sollich <petersol@microsoft.com>
Thu, 25 Aug 2022 08:03:03 +0000 (10:03 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Aug 2022 08:03:03 +0000 (10:03 +0200)
commit79e3cd09894d9534aff2598a0d9ccd294edd2894
treed482c48dfff98f4e8cd606d30921e5cf16776cf5
parent3eccadffc1df080ecc735698735f22165c73da7d
Working with StressLogAnalyzer I found yet another issue where we are missing an initialization when re-running the analysis - when you add a format string to look for via the -f option, and then later remove it, it's not actually removed, but is still found. (#74491)

 missing an initialization when re-running the analysis - when you add a format string to look for via the -f option, and then later remove it, it's not actually removed, but is still found.

The fix is simply to clear the s_interestingStringTable above the fixed entries.
src/coreclr/tools/StressLogAnalyzer/StressLogPlugin.cpp