On 8/20/19 11:28 AM, Daniel Gryniewicz wrote:
 On 8/20/19 10:55 AM, Soumya Koduri wrote:
> Ganesha spawns a child process. Can you try
>
> #gdb /usr/bin/ganesha.nfsd
> (gdb)  set follow-fork-mode child
> (gdb) run -f /etc/ganesha/ganesha.conf ......
>
> -Soumya
>
> On 8/19/19 10:16 PM, Erik Jacobson wrote:
>> [Inferior 1 (process 46183) exited with code 02]
 
 Or:
 
 (gdb) run -F
 
 will keep it in the foregroud.
 
 Daniel 
Looking closer, -F is already there, to Ganesha's not forking.  This 
means it's really exiting.  Can you run with NIV_FULL_DEBUG instead, and 
post the log?
Daniel