Re: [Nfs-ganesha-devel] v2.6-dev-4 leaves 271 threads hanging around

2017-08-18 Thread William Allen Simpson
I think I've narrowed down this issue. This happened after compiling ntirpc and nfs-ganesha separately, then later compiling nfs-ganesha with submodule. DanG made some changes to the system library inclusion cmake in -dev-4. My solution was to rm -rf lib64 between builds. In looking around,

Re: [Nfs-ganesha-devel] v2.6-dev-4 leaves 271 threads hanging around

2017-08-17 Thread Malahal Naineni
Bill, I tried to reproduce without gdb. It goes down after few seconds (around 30) due to svc_rqst_epoll_loop() waiting for about 29 seconds. I tried with gdb as well, it came out too. I saw only few threads (about 10) after sending the signal. Can you tell me how I can reproduce without 'gdb' ?

Re: [Nfs-ganesha-devel] v2.6-dev-4 leaves 271 threads hanging around

2017-08-17 Thread William Allen Simpson
On 8/15/17 11:53 AM, William Allen Simpson wrote: Rather than spam the entire list, if anybody wants the gdb bt. I can send the ganesha.log, too, but it's bigger. To test, rm the log, setup the libraries, gdb, run -F -- and on another connection pkill ganesha. Nothing else. That's always my

[Nfs-ganesha-devel] v2.6-dev-4 leaves 271 threads hanging around

2017-08-15 Thread William Allen Simpson
Rather than spam the entire list, if anybody wants the gdb bt. I can send the ganesha.log, too, but it's bigger. To test, rm the log, setup the libraries, gdb, run -F -- and on another connection pkill ganesha. Nothing else. That's always my first test.