You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ETWAnalyzer sometimes hangs when stacktags are concurrently extracted because the underlying data structures used by TraceProcessing are not thread safe. This would result sometimes in stuck ETWAnalyzer calls during extraction which would never terminate.
Remove concurrent extraction.
The text was updated successfully, but these errors were encountered:
ETWAnalyzer sometimes hangs when stacktags are concurrently extracted because the underlying data structures used by TraceProcessing are not thread safe. This would result sometimes in stuck ETWAnalyzer calls during extraction which would never terminate.
Remove concurrent extraction.
The text was updated successfully, but these errors were encountered: