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: master (7f1503d) Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/624768375 Host: Ubuntu 22.04/x86_64 (but code is compiled to 32-bit x86) Compiler: clang 18.1.8 Config: CFLAGS_EXTRA="-m32 -funsigned-char -D _FORTIFY_SOURCE=2 -D GC_GCJ_MARK_DESCR_OFFSET=32 -D NO_LONGLONG64" CONF_OPTIONS="--enable-gc-assertions" GCTEST_WITH_MPROTECT_VDB=true
Output (gctest.log, soft-vdb mode):
Supported VDBs: manual soft mprotect Switched to incremental mode Reading dirty bits from /proc FAIL gctest (exit status: 139)
Output (gctest, mprotect-vdb mode):
Supported VDBs: manual soft mprotect Switched to incremental mode Emulating dirty bits with mprotect/signals Unexpected segmentation fault outside heap at 0x813dec
The text was updated successfully, but these errors were encountered:
Seems to be related to #652
Sorry, something went wrong.
No branches or pull requests
Source: master (7f1503d)
Build: https://app.travis-ci.com/github/ivmai/bdwgc/jobs/624768375
Host: Ubuntu 22.04/x86_64 (but code is compiled to 32-bit x86)
Compiler: clang 18.1.8
Config: CFLAGS_EXTRA="-m32 -funsigned-char -D _FORTIFY_SOURCE=2 -D GC_GCJ_MARK_DESCR_OFFSET=32 -D NO_LONGLONG64" CONF_OPTIONS="--enable-gc-assertions" GCTEST_WITH_MPROTECT_VDB=true
Output (gctest.log, soft-vdb mode):
Output (gctest, mprotect-vdb mode):
The text was updated successfully, but these errors were encountered: