Re: [naviserver-devel] "pthread_join failed in Ns_ThreadJoin: Invalid argument"

2015-03-26 Thread David Osborne
We're using the default connsperthread which appears to be 10,000 I don't see the thread listed in "info threads" but it's 0x7f58517dd700. Is there a better way to get info on it? (gdb) frame 7 #7 0x7f5859ef0ffc in JoinConnThread (threadPtr=0x7f585181dda0) at queue.c:1688 1688Ns_Thre

Re: [naviserver-devel] "pthread_join failed in Ns_ThreadJoin: Invalid argument"

2015-03-26 Thread Gustaf Neumann
Am 26.03.15 um 13:11 schrieb David Osborne: Hi Gustaf, The crashes we are seeing are not during shutdown, but during normal server operation which is why we are concerned about them. The system recovers quickly due to daemontools, but the scheduled tasks running at the time of the crash are a

Re: [naviserver-devel] "pthread_join failed in Ns_ThreadJoin: Invalid argument"

2015-03-26 Thread David Osborne
Hi Gustaf, The crashes we are seeing are not during shutdown, but during normal server operation which is why we are concerned about them. The system recovers quickly due to daemontools, but the scheduled tasks running at the time of the crash are aborted. There is nothing in the syslog to indica

Re: [naviserver-devel] "pthread_join failed in Ns_ThreadJoin: Invalid argument"

2015-03-26 Thread Gustaf Neumann
Hi David, We have this issue of shutdown in test-cases and during server shutdown since several years. It is annoying, but mostly harmless. The last time i looked into the problem, i got the impression that it depends on a not fully predictable shutdown order, which is not completely in our ha

[naviserver-devel] "pthread_join failed in Ns_ThreadJoin: Invalid argument"

2015-03-26 Thread David Osborne
Hi again, We've been getting an intermittent server crash on our live system for a while now which hits us every weeks or so. The nsd daemon crashes with the above error and daemontools restarts it. Having done a search I believe this is seen sometimes on server shutdown where it's pretty harmles