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’ve build FlexFringe with Thread Satitizer (TSan) and it detected a heap-use-after-free in inputdata.cpp after launching build/runtests. I'm not sure whether this is an actual issue, or whether FlexFringe' code is too sophisticated for TSan to understand. Do you guys have any idea?
I’ve build FlexFringe with Thread Satitizer (TSan) and it detected a heap-use-after-free in inputdata.cpp after launching build/runtests. I'm not sure whether this is an actual issue, or whether FlexFringe' code is too sophisticated for TSan to understand. Do you guys have any idea?
Project version
FlexFringe: (main f5d4175)
clang: 19.1.0 (x86_64-unknown-linux-gnu)
Operating system
Ubuntu 22.04.4 LTS
Linux 5.15.0-125-generic #135-Ubuntu SMP Fri Sep 27 13:53:58 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
I did this
Added the next rows into CMakeLists.txt to build with Thread Sanitizer.
Configured and build the project.
Launched executable without arguments.
./FlexFringe/build/runtests
I expected the following
No heap-use-after-free reported by TSan
I got the following
The text was updated successfully, but these errors were encountered: