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.98k stars 407 forks source link

gctest reports finalization is probably broken on Linux/x64 with SOFT_VDB #578

Open ivmai opened 1 year ago

ivmai commented 1 year ago

Source: master (e8c073d) Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/610556209 Host: Ubuntu 22.04.2 LTS / amd64 Compiler: clang version 16.0.0 Config: CONF_OPTIONS="--disable-thread-local-alloc --enable-cplusplus --enable-static" Occurrence: rare Output (gctest.log):

Switched to incremental mode
Reading dirty bits from /proc
Completed 6 tests
Allocated 11792668 collectable objects
Allocated 1224 uncollectable objects
Allocated 720438 atomic objects
Reallocated 36 objects
Garbage collection after fork is tested too
Finalized 550/13427 objects - finalization is probably broken
Test failed
ivmai commented 1 year ago

Is commit cfa8baef6b to be suspected?