mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #18] s3fs crashes with segfault #13
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#13
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 @AGirin on GitHub (Feb 25, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/18
Version: 1.76
We have a script that parses some files and writes output to s3. s3fs-fuse constantly crash and we get Transport is not connected error.
The only log message in the messages log is:
kernel: s3fs[28576]: segfault at 0 ip 0000000000423679 sp 00007f3d87569870 error 4 in s3fs[400000+51000]
We tried running with s3fs -f and... it does not crash at all. So we cannot get the real output beside that message in the messages log file.
Not sure how to go about it. I think we can get dump file if this will help.
Thanks!
Andrew
@AGirin commented on GitHub (Feb 25, 2014):
Small update. It finally crashed under -f option. We got this:
ParallelGetObjectRetryCallback(987): Over retry count(3) limit(/directory/subdirectory/file_name).
I wonder what causes it? Can we change retry to higher number?
@AGirin commented on GitHub (Feb 25, 2014):
We'll try "retries" option to see if this solves the issue.
@ggtakec commented on GitHub (Mar 17, 2014):
Hi, AGirin
Thank you for your reports, and sorry for replying too late.
I found a bug and fixed it, I pushed new branch as "bugfix#18" for this fix.
If you can, please use and check it.
Thanks in advance for your help.
@ggtakec commented on GitHub (Mar 29, 2014):
I'm sorry for my mistake that I checked in new branch.
I re-check in it as soon as possible, pls wait for it.
@ggtakec commented on GitHub (Mar 30, 2014):
Sorry for mis-check'd-in, and I re-chcked-in, merged master branch.
Please try to use master branch.
@jiazhiguang commented on GitHub (Feb 1, 2015):
I occurred this problem too, and I used the master version.