Skip to content

Instantly share code, notes, and snippets.

@qhartman
Created January 29, 2013 21:58
Show Gist options
  • Save qhartman/4668333 to your computer and use it in GitHub Desktop.
Save qhartman/4668333 to your computer and use it in GitHub Desktop.
mysql is so sad.
21:42:06 UTC - 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=262144
max_used_connections=152
max_threads=151
thread_count=151
connection_count=151
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 134083 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x287d0d0
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...
stack_bottom = 7fc23c6abe68 thread_stack 0x40000
/usr/local/mysql/bin/mysqld(my_print_stacktrace+0x35)[0x81cb65]
/usr/local/mysql/bin/mysqld(handle_fatal_signal+0x403)[0x6e8f33]
/lib64/libpthread.so.0(+0xf500)[0x7fc257423500]
/usr/local/mysql/bin/mysqld(_ZN11Query_cache6insertEP15Query_cache_tlsPKcmj+0x68)[0x5c0118]
/usr/local/mysql/bin/mysqld(net_real_write+0x41)[0x57f8d1]
/usr/local/mysql/bin/mysqld(net_flush+0x23)[0x57fe33]
/usr/local/mysql/bin/mysqld(net_write_command+0x167)[0x57ffc7]
/usr/local/mysql/bin/mysqld(_Z21net_send_error_packetP3THDjPKcS2_+0xcc)[0x5848fc]
/usr/local/mysql/bin/mysqld(_Z14net_send_errorP3THDjPKcS2_+0x42)[0x5849c2]
/usr/local/mysql/bin/mysqld(_Z16close_connectionP3THDj+0x3a)[0x57569a]
/usr/local/mysql/bin/mysqld(_Z26handle_connections_socketsv+0x7b4)[0x578c34]
/usr/local/mysql/bin/mysqld(_Z11mysqld_mainiPPc+0x97e)[0x57e38e]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7fc2565d7cdd]
/usr/local/mysql/bin/mysqld[0x573b5a]
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (6572636e695f746e): is an invalid pointer
Connection ID (thread ID): 816715
Status: KILL_CONNECTION
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
130129 21:42:06 mysqld_safe mysqld from pid file /usr/local/mysql/data/bacon-dev-mysql-master-1.direwolfdigital.com.pid ended
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment