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
You can probably build with asserts disabled and it will work. The worst that can happen is that some context switches will have incorrect data. But at that point, the incoming data is invalid anyway (the asserts protect against that), so the only solution would be to ignore the offending events. FWIW I can reproduce this on my end.
I am facing one crashing issue with Profiler when Context switch feature is use:
Here is the crashing call stack:
Normally, tracy profiler works with context switch information, but occasionally it crashes with above call stack. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: