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 on Linux/x86_64 with VERY_SMALL_CONFIG #667

Open
ivmai opened this issue Oct 12, 2024 · 0 comments
Open

Unexpected heap growth on Linux/x86_64 with VERY_SMALL_CONFIG #667

ivmai opened this issue Oct 12, 2024 · 0 comments

Comments

@ivmai
Copy link
Owner

ivmai commented Oct 12, 2024

Source: master (8311518)
Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/627052032
Host: Ubuntu Jammy / x86_64
Config: CONF_OPTIONS="--enable-cplusplus --enable-gc-assertions --enable-static" CFLAGS_EXTRA="-D VERY_SMALL_CONFIG"
Output (gctest):

Supported VDBs: manual soft mprotect
Switched to incremental mode
Reading dirty bits from /proc
Completed 6 tests (concurrently)
Allocated 1498375 collectable objects
Allocated 1218 uncollectable objects
Allocated 718278 atomic objects
Reallocated 36 objects
Garbage collection after fork is tested too
Finalized 1657/1657 objects - finalization is probably OK
Total number of bytes allocated is 580570528
Total memory use by allocated blocks is 442368 bytes
Final heap size is 442368 bytes
Unexpected heap growth - collector may be broken (heapsize: 58531840, expected: 41943040)

Probably related: #639, #595, #538

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