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
Describe the bug
Unit test programs compiled with thread sanitizer options fail immediately on Linux with error FATAL: ThreadSanitizer: unexpected memory mapping
FATAL: ThreadSanitizer: unexpected memory mapping
To Reproduce
Happens very often recently in GitHub "Compile and Testrun" actions (https://github.com/pocoproject/poco/actions/workflows/ci.yml)
Expected behavior
Tests run and report sanitizer errors (if any).
Logs
**************************************** *** Linux x86_64 Foundation **************************************** FATAL: ThreadSanitizer: unexpected memory mapping 0x59600d7b7000-0x59600d81a000 **************************************** *** Linux x86_64 XML **************************************** FATAL: ThreadSanitizer: unexpected memory mapping 0x65427e2ac000-0x65427e2ba000
Screenshots If applicable, add screenshots to help explain your problem.
Please add relevant environment information:
Additional context
Probably related to ASLR (https://en.wikipedia.org/wiki/Address_space_layout_randomization).
More: google/sanitizers#1716)
The text was updated successfully, but these errors were encountered:
matejk
Successfully merging a pull request may close this issue.
Describe the bug
Unit test programs compiled with thread sanitizer options fail immediately on Linux with error
FATAL: ThreadSanitizer: unexpected memory mapping
To Reproduce
Happens very often recently in GitHub "Compile and Testrun" actions (https://github.com/pocoproject/poco/actions/workflows/ci.yml)
Expected behavior
Tests run and report sanitizer errors (if any).
Logs
Screenshots
If applicable, add screenshots to help explain your problem.
Please add relevant environment information:
Additional context
Probably related to ASLR (https://en.wikipedia.org/wiki/Address_space_layout_randomization).
More: google/sanitizers#1716)
The text was updated successfully, but these errors were encountered: