Description:
After upgrade to 5.6.26 have every 2 days mysql crashes.
ON error log write next:
2015-07-31 7f76c21fc700 InnoDB: Assertion failure in thread 140148039730944 in file rem0rec.cc line 577
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
23:17:52 UTC - mysqld got signal 6 ;
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=1073741824
read_buffer_size=131072
max_used_connections=3
max_threads=2000
thread_count=3
connection_count=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1842169 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x7f74687da710
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 = 7f76c21fb138 thread_stack 0x40000
/usr/sbin/mysqld(my_print_stacktrace+0x35)[0x8dfeb5]
/usr/sbin/mysqld(handle_fatal_signal+0x494)[0x6670b4]
/lib64/libpthread.so.0[0x3f4500f710]
/lib64/libc.so.6(gsignal+0x35)[0x3f44c32625]
/lib64/libc.so.6(abort+0x175)[0x3f44c33e05]
/usr/sbin/mysqld[0x9bb6ef]
/usr/sbin/mysqld[0xa2ef31]
/usr/sbin/mysqld[0xa2f3c7]
/usr/lib64/mysql/plugin//innodb_engine.so(innodb_api_search+0x18e)[0x7f76caf5ff2e]
/usr/lib64/mysql/plugin//innodb_engine.so(+0xba6f)[0x7f76caf5da6f]
/usr/lib64/mysql/plugin/libmemcached.so(+0xebbb)[0x7f913d434bbb]
/usr/lib64/mysql/plugin/libmemcached.so(+0x15dd0)[0x7f913d43bdd0]
/usr/lib64/mysql/plugin/libmemcached.so(+0x1724b)[0x7f913d43d24b]
/usr/lib64/mysql/plugin/libmemcached.so(conn_parse_cmd+0x11)[0x7f913d43dcc1]
/usr/lib64/mysql/plugin/libmemcached.so(+0xa30c)[0x7f913d43030c]
/usr/lib64/mysql/plugin/libmemcached.so(event_base_loop+0x286)[0x7f913d442486]
/usr/lib64/mysql/plugin/libmemcached.so(+0x19ed2)[0x7f913d43fed2]
/lib64/libpthread.so.0[0x3f450079d1]
/lib64/libc.so.6(clone+0x6d)[0x3f44ce88fd]
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (0): is an invalid pointer
Connection ID (thread ID): 11059681
Status: NOT_KILLED
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.
150731 mysqld_safe Number of processes running now: 0
150731 mysqld_safe mysqld restarted
2015-07-31 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
How to repeat:
N/A