NEOSYS
Новичок
mysqld got signal 11
Добрый день, может кто-нибудь сталкивался с такой проблемой?
Mysqld посылает сигнал 11 и перегружается. А используются в БД таблицы типа MEMORY, после перегрузки они очищаются, что есть не очень хорошо. Вот выдержка из лога mysqld.err
mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.
key_buffer_size=16777216
read_buffer_size=258048
max_used_connections=207
max_connections=1024
threads_connected=30
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 798712 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Number of processes running now: 0
060521 09:40:41 mysqld restarted
060521 9:40:41 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.21-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Gentoo Linux mysql-5.0.21
Добрый день, может кто-нибудь сталкивался с такой проблемой?
Mysqld посылает сигнал 11 и перегружается. А используются в БД таблицы типа MEMORY, после перегрузки они очищаются, что есть не очень хорошо. Вот выдержка из лога mysqld.err
mysqld got signal 11;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help diagnose
the problem, but since we have already crashed, something is definitely wrong
and this may fail.
key_buffer_size=16777216
read_buffer_size=258048
max_used_connections=207
max_connections=1024
threads_connected=30
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 798712 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Number of processes running now: 0
060521 09:40:41 mysqld restarted
060521 9:40:41 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.0.21-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306 Gentoo Linux mysql-5.0.21