tracy
tracy copied to clipboard
Crash at exit due to race condition in `StopSystemTracing`
I havent had time to fully investigate yet, but I discovered the issue while using tracy's ToyPathTracer example:
Both the Main Thread and Profiler try to stop and free system tracing resources at the same time.
Fix: https://github.com/wolfpld/tracy/pull/1215
I think we can close this now.