ivmai / bdwgc

The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)
https://www.hboehm.info/gc/
Other
2.94k stars 405 forks source link

ASan reports 'Running thread was not suspended' in gctest #442

Open ivmai opened 2 years ago

ivmai commented 2 years ago

Source: master (fd4e579) Build (successful): https://app.travis-ci.com/github/ivmai/bdwgc/jobs/567979951 Host: Linux/arm64 (Ubuntu 16.04.7 LTS) Compiler: clang version 7.0.0 (tags/RELEASE_700/final) Buid: ./configure --enable-cplusplus --enable-static && make check CFLAGS_EXTRA="-fsanitize=address -fno-common -fno-omit-frame-pointer" Output (gctest):

Switched to incremental mode
Reading dirty bits from /proc
==11237==Running thread 11205 was not suspended. False leaks are possible.
==11237==Running thread 11219 was not suspended. False leaks are possible.
...
==11245==Running thread 11224 was not suspended. False leaks are possible.
Completed 6 tests
ivmai commented 2 years ago

Related llvm change: https://reviews.llvm.org/D46663