Index: lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp =================================================================== --- lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp +++ lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp @@ -853,6 +853,8 @@ }); report->GetAsDictionary()->AddBooleanItem("all_addresses_are_same", all_addresses_are_same); + } else { + stop_reason_description = "unknown ThreadSanitizer stop reason"; } // Make sure this is the right process