pradeepgn / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

s3fs dies due to segfault during rsync from nfs mount to s3fs #401

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of support request:
Every now and then s3fs causes a segfault.
My use case is that I rsync to sync some NFS mounts to a s3.
rsync works well for a few hours and then I see the following message in rsync:

rsync: recv_generator: failed to stat "<localmount>/<filename>": Software 
caused connection abort (103)
<s3fsmount>/tmp/
rsync: recv_generator: mkdir "<s3fsmount>/tmp" failed: Transport endpoint is 
not connected (107)
*** Skipping any contents from this failed directory ***

Here's a the entry from /var/log/messages from that time rsync failed:
kernel: s3fs[31176]: segfault at ffffffffffffffe8 ip 000000000043235c sp 
00007f30d734b4e0 error 4 in s3fs[400000+51000]

===================================================================
The following information is very important in order to help us to help
you.  Omission of the following details may delay your support request or
receive no attention at all.
===================================================================
Version of s3fs being used (s3fs --version): 1.74 (Rev 497)

Version of fuse being used (pkg-config --modversion fuse): 2.9.3

System information (uname -a):
Linux ip-XXX-XXX-XXX-XXX 2.6.32-358.23.2.el6.x86_64 #1 SMP Wed Oct 16 18:37:12 
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Distro (cat /etc/issue):
CentOS release 6.4 (Final)

s3fs command line used (if applicable):
I mount via fstab.

/etc/fstab entry (if applicable):
s3fs#mybucket /mnt/mybucket fuse 
retries=20,readwrite_timeout=60,connect_timeout=60 0 0

s3fs syslog messages (grep s3fs /var/log/syslog):
Dec 16 05:17:53  s3fs: init $Rev: 497 $
Dec 16 08:46:44  kernel: s3fs[31934]: segfault at 7fe300000020 ip 
00000000004322fd sp 00007fe38e5f54e0 error 4 in s3fs[400000+51000]
Dec 16 09:07:11  s3fs: init $Rev: 497 $
Dec 17 06:21:02  kernel: s3fs[31176]: segfault at ffffffffffffffe8 ip 
000000000043235c sp 00007f30d734b4e0 error 4 in s3fs[400000+51000]

Original issue reported on code.google.com by Zi...@watchdox.com on 18 Dec 2013 at 8:15

GoogleCodeExporter commented 8 years ago
Hi,  ZionS

Thanks a reporting this problem.
(I close this issue, because duplicate issue 400 by you.)

Please wait for solving this problem, ( but maybe this is hard to find a resin.)

Regards,

Original comment by ggta...@gmail.com on 23 Dec 2013 at 3:43