mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #2435] [MERGED] Fixed configure error for GHA:sanitize_thread #2537
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2537
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:fix_memtest📝 Commits (1)
a9a9a12Fixed 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:To avoid this error, set
vm.mmap_rnd_bitsto28only inMemoryTest(sanitize thread). (The value before change is32. I also set it to30, but the error still occurs)https://stackoverflow.com/questions/77850769/fatal-threadsanitizer-unexpected-memory-mapping-when-running-on-linux-kernels
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.