diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 02368362..50e26d91 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -884,6 +884,7 @@ void View::InsertMessageData( MessageData* msg, uint64_t thread ) auto tit = m_threadMap.find( thread ); if( tit == m_threadMap.end() ) { + CheckThreadString( thread ); m_threadMap.emplace( thread, (uint32_t)m_threads.size() ); auto td = m_slab.AllocInit(); td->id = thread;