NEW 242375
libpas should automatically disable itself when ThreadSanitizer is used
https://bugs.webkit.org/show_bug.cgi?id=242375
Summary libpas should automatically disable itself when ThreadSanitizer is used
Matt Woodrow
Reported 2022-07-05 22:51:54 PDT
As with bug 157527, I think we should disable libpas when AddressSanitizer is enabled. We currently attempt to disable bmalloc (by requesting the debug heap), but it looks like we ignore this setting and still use libpas. This results in a lot of (I believe false) races detected.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-07-05 22:52:03 PDT
Note You need to log in before you can comment on or make changes to this bug.