mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2188] Unmounting segfault #1112
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#1112
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 @arbrebinaire on GitHub (Jun 15, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2188
Additional Information
Version of s3fs being used (
s3fs --version)V1.92 (commit:unknown) with OpenSSL
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Version : 2.9.7
Packager : infrastructure@rockylinux.org
Vendor : Rocky
Kernel information (
uname -r)4.18.0-425.19.2.el8_7.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)NAME="Rocky Linux"
VERSION="8.8 (Green Obsidian)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="8.8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Rocky Linux 8.8 (Green Obsidian)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:8:GA"
HOME_URL="https://rockylinux.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
SUPPORT_END="2029-05-31"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-8"
ROCKY_SUPPORT_PRODUCT_VERSION="8.8"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="8.8"
How to run s3fs, if applicable
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)Details about issue
The segfault happens whenever a mointpoint is unmounted. The mountpoint is properly unmounted.
@ryanmichaelsmith commented on GitHub (Jun 16, 2023):
I'm not positive it's related, but I'm having a similar issue with v1.92. Listing the contents of the root of the mount point fails and logs a segfault in syslog. I reran under gdb looking at the curl debug messages and AWS returns a 404 which seems to result in s3fs signaling a crash.
Issue started with v1.92, didn't occur with v1.91.
@VVoidV commented on GitHub (Jul 1, 2023):
@arbrebinaire what is your commandline para for s3fs? I found that using the "streamupload" option can cause a segfault when unmounting.
@arbrebinaire commented on GitHub (Jul 1, 2023):
Here is the line in fstab:
s3fs#leaf-03 /mnt/leaf-03 fuse _netdev,allow_other,use_path_request_style,url=https://node1.mys3provider.com 0 0@ggtakec commented on GitHub (Jul 2, 2023):
@VVoidV Thanks foryour kindness.
@arbrebinaire @ryanmichaelsmith
I merged the #2204 PR, then could you try latest code(current master branch)?
@arbrebinaire commented on GitHub (Jul 3, 2023):
Thanks! I'll have to wait until your fix is available through RockyOS which could take a little while I suppose. I'll be happy to report when this happens.
@gaul commented on GitHub (Sep 8, 2023):
Please reopen if symptoms persist.