mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #85] s3fs[2008]: segfault at 0 ip 0000000000423639 sp 00007fe075d006f0 error 4 in s3fs[400000+51000] #50
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#50
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 @d3vnu11 on GitHub (Nov 18, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/85
Amazon Simple Storage Service File System V1.78 with OpenSSL
fuse-2.9.3
libcurl-devel-7.19.7-40.el6_6.1.x86_64
libcurl-7.19.7-40.el6_6.1.x86_64
Plenty of space on target dir partition.
Actually the problem is when I try to not use cache I get
s3fs[2008]: segfault at 0 ip 0000000000423639 sp 00007fe075d006f0 error 4 in s3fs[400000+51000]
A problem with Libcurl ? It's a 29 gig ec2 instance the file is only 18gig for our tests.
@bornmw commented on GitHub (Dec 3, 2014):
Is ipv6 enabled on the server? Tried disabling it?
@d3vnu11 commented on GitHub (Dec 5, 2014):
It was already disabled.
@ggtakec commented on GitHub (Dec 30, 2014):
Hi, d3vnu11
I'm sorry for replying late.
I want to know a function name at 0000000000423639 which is made by you.
If you can, please try to do following command:
$ nm -a s3fs | sort
Probably that result is sorted by address, please let me know about some lines which is around 423639 address.
Thanks in advance for your assistance.
@ggtakec commented on GitHub (Jan 17, 2016):
I'm sorry about this Issue had been left at a long period of time.
If you have this problem yet, please try to use latest code.
("-f", "dbglevel" and "curldbg" options help to solve your problem.)
And if you found a problem, please post new issue.
Thanks in advance for your help.