threading sanitizer warnings #5230
tonyhorrobin
started this conversation in
General
Replies: 1 comment 1 reply
-
We've seen false positives in the past with gcc-11, that's why we use gcc-12 on our thread sanitizer CI jobs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I compiled both fastdds 2.13.1 and the helloworld example with -fsanitizer=thread on Ubuntu 22.04.4 LTS using gcc-11.4.0 and got a list of warnings: double lock, lock order inversion and data races in libfastrtps.so and the main function.
Are these known issues and are they fixed in a later version of fastdds?
Cheers,
-Tony
Beta Was this translation helpful? Give feedback.
All reactions