Comment 1 for bug 1664519

Revision history for this message
Patrick Kane (pmk-0) wrote :

We are seeing a similar crash with Percona-Server-shared-56-5.6.35-rel80.0.el6.x86_64. It appears to be a regression in this release.

In our case, the crash is repetitive -- it reoccurs on every server startup.

Crash details are below. We are going to revert to Percona-Server-5.6.34-79.1.

2017-02-17 04:48:46 4549 [Note] /usr/sbin/mysqld: ready for connections.
Version: '5.6.35-80.0-log' socket: '/var/lib/mysql/mysql.sock' port: 3306 Percona Server (GPL), Release 80.0, Revision f113994f31
terminate called after throwing an instance of 'std::out_of_range'
  what(): vector::_M_range_check
15:59:02 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.
Please help us make Percona Server better by reporting any
bugs at http://bugs.percona.com/

key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=10
max_threads=4002
thread_count=10
connection_count=8
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1600567 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
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 = 0 thread_stack 0x40000
/usr/sbin/mysqld(my_print_stacktrace+0x2c)[0x8d7fdc]
/usr/sbin/mysqld(handle_fatal_signal+0x461)[0x65a441]
/lib64/libpthread.so.0(+0xf370)[0x7f9bb0721370]
/lib64/libc.so.6(gsignal+0x37)[0x7f9bae8b21d7]
/lib64/libc.so.6(abort+0x148)[0x7f9bae8b38c8]
/usr/lib64/libstdc++.so.6(_ZN9__gnu_cxx27__verbose_terminate_handlerEv+0x155)[0x7f9baf1b7515]
/usr/lib64/libstdc++.so.6(+0x5e6a6)[0x7f9baf1b56a6]
/usr/lib64/libstdc++.so.6(+0x5e6d3)[0x7f9baf1b56d3]
/usr/lib64/libstdc++.so.6(+0x5e8f3)[0x7f9baf1b58f3]
/usr/lib64/libstdc++.so.6(_ZSt20__throw_out_of_rangePKc+0x67)[0x7f9baf207557]
/usr/sbin/mysqld[0xaf2920]
/usr/sbin/mysqld[0xaf6653]
/usr/sbin/mysqld[0xaf8695]
/usr/sbin/mysqld[0xaf9a80]
/lib64/libpthread.so.0(+0x7dc5)[0x7f9bb0719dc5]
/lib64/libc.so.6(clone+0x6d)[0x7f9bae9746ed]
You may download the Percona Server operations manual by visiting
http://www.percona.com/software/percona-server/. You may find information
in the manual which will help you identify the cause of the crash.