Bug 313440

Summary: [TSan] bmalloc: fall through to system allocator under ThreadSanitizer
Product: WebKit Reporter: Simon Lewis <simon.lewis>
Component: bmallocAssignee: Simon Lewis <simon.lewis>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Simon Lewis
Reported 2026-04-27 08:25:50 PDT
libpas's thread-local cache reuse hides happens-before edges from TSan; under __has_feature(thread_sanitizer), fall through to the system-malloc path so allocation lifetimes are tracked.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-05-04 08:26:12 PDT
EWS
Comment 2 2026-05-05 17:56:42 PDT
Committed 312658@main (e05f64d91daf): <https://commits.webkit.org/312658@main> Reviewed commits have been landed. Closing PR #63704 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.