You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to ignore them all when these three functions appeared in one stack frame with this sequence, is it possible to do this?
I don't think one single function match suppression format works for my scenario:
race:fun_0
race:fun_1
race:fun_3
Please advise. Thanks.
The text was updated successfully, but these errors were encountered:
xwang1
changed the title
How to define suppressions file to suppress a call stack frame in TSan?
How to define suppression file to suppress a call stack frame in TSan?
Aug 1, 2022
The call stack frame looks like:
#0 fun_0
#1 fun_1
#2 fun_2
I want to ignore them all when these three functions appeared in one stack frame with this sequence, is it possible to do this?
I don't think one single function match suppression format works for my scenario:
race:fun_0
race:fun_1
race:fun_3
Please advise. Thanks.
The text was updated successfully, but these errors were encountered: