We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Source: release-7_4 (d50367e) Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/625906318 Host: Ubuntu 16.04.7 LTS / x86_64 Compiler: gcc How to build/test: ./configure --enable-redirect-malloc --enable-gc-debug --enable-cplusplus --enable-gc-assertions && make -j check Occurrence: 1/3 Output (gctest.log):
./configure --enable-redirect-malloc --enable-gc-debug --enable-cplusplus --enable-gc-assertions && make -j check
GC Warning: USE_PROC_FOR_LIBRARIES + GC_LINUX_THREADS performs poorly. GC_move_long_link(link,link) failed Test failed
Probably relates to issue #288
The text was updated successfully, but these errors were encountered:
Alternative output:
GC_move_disappearing_link(link,link) failed
Sorry, something went wrong.
Observed also on release-8_0 branch
Probably same root cause. Source: master (3939446) Build: https://github.com/ivmai/bdwgc/actions/runs/11019026341/job/30600667442 Host: Linux/x86_64 Config: zig build -Dtarget=native -DBUILD_SHARED_LIBS=false -Dbuild_cord=true -Ddisable_handle_fork=false -Denable_cplusplus=true -Denable_gc_assertions=true -Denable_gc_debug=true -Denable_large_config=false -Denable_munmap=false -Denable_parallel_mark=true -Denable_redirect_malloc=true -Denable_rwlock=true -Denable_thread_local_alloc=true -Denable_threads=true -Denable_werror test Fail in weaktestmap
zig build -Dtarget=native -DBUILD_SHARED_LIBS=false -Dbuild_cord=true -Ddisable_handle_fork=false -Denable_cplusplus=true -Denable_gc_assertions=true -Denable_gc_debug=true -Denable_large_config=false -Denable_munmap=false -Denable_parallel_mark=true -Denable_redirect_malloc=true -Denable_rwlock=true -Denable_thread_local_alloc=true -Denable_threads=true -Denable_werror test
Source: release-8_0 (3b723a0) Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/627147530 Host: Ubuntu Xenial / x86_64 Config: CONF_OPTIONS="--enable-redirect-malloc --enable-gc-debug --enable-cplusplus --enable-gc-assertions" Ouput (gctest.log):
GC Warning: USE_PROC_FOR_LIBRARIES + GC_LINUX_THREADS performs poorly. GC_move_long_link(link,link) failed
No branches or pull requests
Source: release-7_4 (d50367e)
Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/625906318
Host: Ubuntu 16.04.7 LTS / x86_64
Compiler: gcc
How to build/test:
./configure --enable-redirect-malloc --enable-gc-debug --enable-cplusplus --enable-gc-assertions && make -j check
Occurrence: 1/3
Output (gctest.log):
Probably relates to issue #288
The text was updated successfully, but these errors were encountered: