mysql restarting often
Hello,MySQL is restarting often on my cpanel box with CentOS 3.5.
The error log shows the following:
---------------------------------------
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=209715200
read_buffer_size=1044480
max_used_connections=4
max_connections=300
threads_connected=2
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 1870669 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
thd=0x848db18
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Bogus stack limit or frame pointer, fp=0xbff5ebf8, stack_bottom=0x19, thread_stack=126976, aborting backtrace.
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort...
thd->query at 0x63000065 is invalid pointer
thd->thread_id=17
The manual page at http://www.mysql.com/doc/en/Crashing.html contains
information that should help you find out what is causing the crash.
---------------------------------------
Can someone help me with this.
Thank you.