Yevhenii Huzii

Results 9 comments of Yevhenii Huzii

I compiled the latest version according to your [instructions](https://github.com/nfs-ganesha/nfs-ganesha/blob/next/src/COMPILING_HOWTO.txt) After update version to v5.5.1 i get a process error: `nfs-ganesha.service: Main process exited, code=dumped, status=6/ABRT` journal: ``` Aug 15 08:17:04...

> OK, here's a way to get a good stack trace from that: > > First, define this function for your shell: > > `addr2lines() ( perl -ne '$m =...

> OK, of you're getting that with V5.5.1 we need some debug. A refcount on a fsal_fd is going below 0, so there is an extra unref. Please add this...

My full log with **FSAL = FULL_DEBUG;** [ganesha.zip](https://github.com/nfs-ganesha/nfs-ganesha/files/12461269/ganesha.zip) Coredump info: ``` #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139860711044672) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=139860711044672) at ./nptl/pthread_kill.c:78 #2 __GI___pthread_kill (threadid=139860711044672, signo=signo@entry=6) at ./nptl/pthread_kill.c:89...

> Try this patch: https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1168733?usp=search the application still crashes with an error. logs: [Uploading ganesha.zip…]() coredump: ``` #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140706298906176) at ./nptl/pthread_kill.c:44 #1 __pthread_kill_internal (signo=6, threadid=140706298906176) at ./nptl/pthread_kill.c:78...

> OK, definitely Gluster based. Does anyone have the bandwidth to play with the code and possibly submit a fix? We're trying to evaluate how much support for FSAL_GLUSTER we...

> I was running into the same issue and made the following changes to **/src/FSAL/FSAL_GLUSTER/handle.c** and it seems to be working now. > > Move `insert_fd_lru(&dst_fd->fsal_fd);` to when the if...

> **/src/FSAL/FSAL_GLUSTER/handle.c** https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1170468