RESOLVED FIXED313441
[TSan] ANGLE: bypass PoolAllocator under ThreadSanitizer
https://bugs.webkit.org/show_bug.cgi?id=313441
Summary [TSan] ANGLE: bypass PoolAllocator under ThreadSanitizer
Simon Lewis
Reported 2026-04-27 08:27:04 PDT
The translator's bump-allocator hides allocation boundaries from TSan; define ANGLE_DISABLE_POOL_ALLOC under __has_feature(thread_sanitizer) and route to system malloc.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-04 08:28:12 PDT
EWS
Comment 2 2026-05-06 15:07:40 PDT
Committed 312740@main (0b5f6b72e35f): <https://commits.webkit.org/312740@main> Reviewed commits have been landed. Closing PR #63705 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.