Quote:
Originally Posted by Natsheh
Actually it happens because some defected plug in that trigger an index out of bound error probably? Then it result in a memory access error which follows a termination for rhe server ( exit code 139 LINUX ) segmentation fault 41-40
|
A typical index out of bounds error DOES NOT result in a segfault. The index is checked and the error is thrown before any faulty memory access will happen.
The error log you posted suggests one of your plugins is using set_fail_state to pause itself.
__________________