[users@httpd] Re: Segmentation Fault when httpd child processes reach MaxRequestsPerChild

2013-09-16 Thread Robert Rigg
;) at nssinit.c:1215 > rv = SECSuccess > #16 0x7f6597420e72 in tlsm_ctx_free (ctx=0x7f659cfae1a0) at > ../../../libraries/libldap/tls_m.c:2178 > c = 0x7f659cfae1a0 > refcount = > #17 0x7f659741cc92 in ldap_int_tls_destroy (lo=0x7f6597635f60) at > ../../../l

Re: [users@httpd] Fwd: Segmentation Fault when httpd child processes reach MaxRequestsPerChild

2013-08-30 Thread Robert Rigg
I am not especially experienced with gdb. However, I do know that the debuginfo packages are not installed on the production system. Is there something specific that I could gather that might help? (gdb) bt full > #0 0x7f07d58bf220 in pthread_mutex_lock () from /lib64/libpthread.so.0 > No s

[users@httpd] Fwd: Segmentation Fault when httpd child processes reach MaxRequestsPerChild

2013-08-30 Thread Robert Rigg
All httpd child processes Segmentation fault near MaxRequestsPerChild, seemingly when it is time for the process to recycle. MaxRequestsPerChild currently set to 1. I am also not able to reproduce this on a test system. Child process exits clean when attached with gdb. Child process also ex