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

Fixed configure error for GHA:sanitize_thread #2435

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

ggtakec
Copy link
Member

@ggtakec ggtakec commented Mar 17, 2024

Relevant Issue (if applicable)

n/a

Details

For the past few days, an error has been occurring when running GithubActions (CI) for MemoryTest (sanitize thread).
The error is an error when running configure, and the details are as follows:

FATAL: ThreadSanitizer: unexpected memory mapping 0x7d6327672000-0x7d6327b00000

To avoid this error, set vm.mmap_rnd_bits to 28 only in MemoryTest(sanitize thread). (The value before change is 32. I also set it to 30, but the error still occurs)

@ggtakec ggtakec requested a review from gaul March 17, 2024 14:24
@gaul gaul merged commit 9ab5a2e into s3fs-fuse:master Mar 19, 2024
19 checks passed
@ggtakec ggtakec deleted the fix_memtest branch March 20, 2024 01:05
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

Successfully merging this pull request may close these issues.

None yet

2 participants