Files
tracy/server/TracyWorker.cpp
Bartosz Taudul 13b8e6e15c Fail the capture when a lock exceeds its 64-thread slot table.
InsertLockEvent wraps the uint8 slot index past the 64-entry
per-lock table, misattributing the 65th distinct thread to slot
0. Set the failure instead.
2026-09-21 18:14:11 +02:00

294 KiB