MySQL R41-4 ERROR!
#1

Hi!
a problem occurred on the plugin ...
Код:
[11/26/17 10:31:19] [ERROR] signal 11 (SIGSEGV) catched; shutting log-core down (errno: 0, signal code: 2, exit status: 108)
does anyone know how to fix it?
Reply
#2

This error refers to a segmentation fault, which basically means you are trying to access illegal memory, or a memory not assigned to your array. Furthermore, you cannot access foo[1000] if you only allocated foo[999] in the memory. This issue is similar to the common "array out of bounds" error.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)