mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1677] CentOS7 tests may give std::bad_alloc #874
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#874
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?
Originally created by @ggtakec on GitHub (Jun 13, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1677
Related Issue (PR)
#1672 , #1673
Detail
In the
test_concurrent_directory_updatestest of CentOS7, it seems that the following error is occasionally displayed.There is a possibility that memory fragmentation has occurred, or that a large memory area is reserved.
However, it is possible that the process that caused this is not just s3fs, but other programs running at the same time.
@gaul commented on GitHub (Jun 13, 2021):
I think this may be due to memory corruption if s3fs clobbers some of the malloc metadata.
@ggtakec commented on GitHub (Jun 13, 2021):
It may be the cause you pointed out.
I think that it will take some time to investigate the cause.
(In the build after merging just before, the CentOS 7 test passed without any problems.)
@ggtakec commented on GitHub (Jun 13, 2021):
@gaul Thanks.