Re: [Gluster-devel] Glusterfs core report.

2016-04-28 Thread yang . bin18
Yeah,I have check about " https://bugzilla.redhat.com/show_bug.cgi?id=892601;. But this issue has no any related detail information, so I can not distinguish . - Original Message - > From: "yang bin18" <yang.bi...@zte.com.cn> > To: "Vijay B

Re: [Gluster-devel] Glusterfs core report.

2016-04-21 Thread yang . bin18
There is some clue I think will be useful,thanks. (gdb) up #1 0x7f308ca06098 in abort () from /lib64/libc.so.6 (gdb) up #2 0x7f308ca45197 in __libc_message () from /lib64/libc.so.6 (gdb) up #3 0x7f308ca4c56d in _int_free () from /lib64/libc.so.6 (gdb) up #4 0x7f308096ebc1 in

Re: [Gluster-devel] Glusterfs core report.

2016-04-19 Thread yang . bin18
Thanks for your response. We use glusterfs 3.6.7. Sure ,We use Centos7.0. Related log show bellow: 143 [2016-04-13 06:33:54.236013] W [glusterfsd.c:1211:cleanup_and_exit] (--> 0-: received signum (15), shutting down 144 [2016-04-13 06:33:54.236081] I [fuse-bridge.c:5607:fini] 0-fuse:

Re: [Gluster-devel] Glusterfs core report.

2016-04-19 Thread yang . bin18
.el7.x86_64 glibc-2.17-55.el7.i686 compat-glibc-2.12-4.el7.x86_64 - Original Message - > From: "Vijay Bellur" <vbel...@redhat.com> > To: "yang bin18" <yang.bi...@zte.com.cn> > Cc: "Gluster Devel" <gluster-devel@gluster.org>

[Gluster-devel] Glusterfs core report.

2016-04-15 Thread yang . bin18
Glusterfs core when mounting. here is the backtree. Program terminated with signal 6, Aborted. #0 0x7f308ca04989 in raise () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install glibc-2.17-55.el7.x86_64 keyutils-libs-1.5.8-3.el7.x86_64 krb5-libs-1.11.3-49.el7.x86_64

Re: [Gluster-devel] glusterfs blocked.

2015-04-29 Thread yang . bin18
I add some private function in dht_create() as bellow. When current pwd is not /,everything is ok,otherwise,syncop_getxattr will be blocked(In target subvol,server3_3_getxatt did not run ). dict_t *xattr = NULL; loc_t loc = {0, }; memset (loc.gfid, 0, 16); loc.gfid[15] = 1; ret =

[Gluster-devel] glusterfs blocked.

2015-04-28 Thread yang . bin18
Hi, I add some private function in dht_create() as bellow. When current pwd is not /,everything is ok,otherwise,syncop_getxattr will be blocked(In target subvol,server3_3_getxatt did not run ). dict_t *xattr = NULL; loc_t loc = {0, }; memset (loc.gfid, 0, 16);