Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected heap growth in gctest single-threaded incremental mode with checksums on Linux/x64 #538

Open
ivmai opened this issue Mar 15, 2023 · 0 comments

Comments

@ivmai
Copy link
Owner

ivmai commented Mar 15, 2023

Source: release-8_0 (1a75627)
Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/598128020
Host: Ubuntu 16.04.7 LTS / x64
Compiler: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
Occurrence: sometimes
How to build: ./configure --disable-threads --enable-checksums --disable-munmap --enable-cplusplus && make -j check

Output (gctest.log):

Switched to incremental mode
Emulating dirty bits with mprotect/signals
Completed 1 tests
Allocated 681888 collectable objects
Allocated 203 uncollectable objects
Allocated 1369470 atomic objects
Reallocated 126 objects
Finalized 2202/2202 objects - finalization is probably ok
Total number of bytes allocated is 105763975
Total memory use by allocated blocks is 5001216 bytes
Final heap size is 28024832 bytes
Unexpected heap growth - collector may be broken (heapsize: 28024832, expected: 25165824)
Test failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant