diff options
| author | John Hawthorn <john@hawthorn.email> | 2025-05-14 21:40:16 -0700 |
|---|---|---|
| committer | John Hawthorn <john@hawthorn.email> | 2025-05-20 09:56:31 -0700 |
| commit | 84bfcaa80dcbc05b79a386d444d7ed353768ef6d (patch) | |
| tree | 41778e34ad03261ebdda6e1a826f84fc9d9b5648 /misc | |
| parent | e7f97eb2f3539ec49c61e4adbfaa7600256ef234 (diff) | |
Add two more TSan suppressions
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13357
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/tsan_suppressions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/tsan_suppressions.txt b/misc/tsan_suppressions.txt index 212c6aad65..18abf90571 100644 --- a/misc/tsan_suppressions.txt +++ b/misc/tsan_suppressions.txt @@ -70,6 +70,7 @@ race_top:RVALUE_AGE_SET # Inline caches race_top:vm_cc_call_set +race_top:vm_cc_class_check race_top:vm_search_cc race_top:vm_search_method_slowpath0 race_top:rb_vm_opt_getconstant_path @@ -105,6 +106,7 @@ race_top:method_definition_addref # Switching to setting up tracing. Likely other ractors should be stopped for this. race_top:encoded_iseq_trace_instrument race:rb_iseq_trace_set_all +race:rb_tracepoint_enable # We walk the machine stack looking for markable objects, a thread with the GVL # released could by mutating the stack with non-Ruby-objects |
