[PR #2435] [MERGED] Fixed configure error for GHA:sanitize_thread #2537

Closed
opened 2026-03-04 02:06:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2435
Author: @ggtakec
Created: 3/17/2024
Status: Merged
Merged: 3/19/2024
Merged by: @gaul

Base: masterHead: fix_memtest


📝 Commits (1)

  • a9a9a12 Fixed configure error for GHA:sanitize_thread

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 .github/workflows/ci.yml (+4 -0)

📄 Description

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)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2435 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 3/17/2024 **Status:** ✅ Merged **Merged:** 3/19/2024 **Merged by:** [@gaul](https://github.com/gaul) **Base:** `master` ← **Head:** `fix_memtest` --- ### 📝 Commits (1) - [`a9a9a12`](https://github.com/s3fs-fuse/s3fs-fuse/commit/a9a9a1243734feeced8c7e9a944f1e7ccc843f44) Fixed configure error for GHA:sanitize_thread ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+4 -0) </details> ### 📄 Description ### 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) - Reference https://stackoverflow.com/questions/77850769/fatal-threadsanitizer-unexpected-memory-mapping-when-running-on-linux-kernels --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#2537
No description provided.