5 Apr
2018
5 Apr
'18
9:32 a.m.
On Apr 5, 2018, at 9:22 AM, 8zero2 operations <8zero2ops@gmail.com> wrote:
Does that mean, we cannot certainly say what is causing the issue even with gdb?
It means that the gdb backtrace doesn't show what the problem is.
I have to check all child process(hit and try), disabling which solves the problem?
See doc/bugs. It gives instructions.
I agree php is slow i will do something else. but should i check all child processes ?
No. You should simplify your configuration to remove whatever it is that's breaking the server. Typically... don't use PHP. It's horribly slow. rlm_perl will be about 10x as fast. Alan DeKok.