mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1706] Crash, transport not connected #882
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#882
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 @davidvoisonics on GitHub (Jun 29, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1706
We experienced a crash with s3fs. Version information is:
s3fs: 1.82-1
fuse: 2.9.7-1ubuntu1
kernel: 4.15.0-142-generic
Ubuntu: 18.04.5
From apport.log:
ERROR: apport (pid 10303) Mon Jun 28 06:06:39 2021: executable: /usr/bin/s3fs (command line "s3fs mcloud-4 /mnt/amazons3/mcloud-4 -o rw,noatime,allow_other,uid=115,gid=118,use_cache=/tmp,default_acl=public-read,dev,suid")
ERROR: apport (pid 10303) Mon Jun 28 06:09:02 2021: wrote report /var/crash/_usr_bin_s3fs.0.crash
There were no related messages in /var/log/syslog. I will attach the apport report. Thanks.
@davidvoisonics commented on GitHub (Jun 29, 2021):
The crash file can be downloaded from here:
https://download.voisonics.com/s3fs/usr_bin_s3fs.0.crash.gz
If any further information is needed please let me know.
@gaul commented on GitHub (Jun 29, 2021):
1.82 is several years old -- please retest with the latest 1.89.
@davidvoisonics commented on GitHub (Jun 30, 2021):
Thanks, we'll have to compile from source or give Ubuntu a kick to update their package.
@gaul commented on GitHub (Jun 30, 2021):
Compiling from source is your fastest path. Ubuntu regularly updates s3fs in new releases but does not upgrade them in the LTS releases:
https://bugs.launchpad.net/ubuntu/+source/s3fs-fuse/+bug/1828849
You might ask the Ubuntu maintainers to include s3fs in the backports mechanism:
https://help.ubuntu.com/community/UbuntuBackports
@gaul commented on GitHub (Jul 25, 2021):
Please reopen if symptoms persist with 1.89.