Comment 1 for bug 1673112

Revision history for this message
Jericho Rivera (jericho-rivera) wrote :

Confirmed as described. Running tests on upstream MySQL 5.7.17.

12:43:50 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.
Attempting to collect some information that could help diagnose the problem.
As this is a crash and something is definitely wrong, the information
collection process might fail.

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

Thread pointer: 0x7fe878000ae0
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 = 7fe89c7f7e70 thread_stack 0x40000
/usr/sbin/mysqld(my_print_stacktrace+0x3b)[0xe82a2b]
/usr/sbin/mysqld(handle_fatal_signal+0x489)[0x785a89]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7fe8c1056390]
/lib/x86_64-linux-gnu/libc.so.6(+0x9ede4)[0x7fe8c0479de4]
/usr/sbin/mysqld(_Z13merge_buffersP10Sort_paramP11st_io_cacheS2_20Bounds_checked_arrayIhEP11Merge_chunkS3_IS5_Ei+0x6a1)[0x7c5201]
/usr/sbin/mysqld(_ZN6Unique3getEP5TABLE+0x2fd)[0xcf85ed]
/usr/sbin/mysqld(_ZN19Query_result_delete10do_deletesEv+0x82)[0xdbbbe2]
/usr/sbin/mysqld(_ZN19Query_result_delete8send_eofEv+0x42)[0xdbbc72]
/usr/sbin/mysqld(_ZN4JOIN4execEv+0x6ad)[0xc1508d]
/usr/sbin/mysqld(_Z12handle_queryP3THDP3LEXP12Query_resultyy+0x233)[0xc85a83]
/usr/sbin/mysqld(_ZN20Sql_cmd_delete_multi7executeEP3THD+0x27e)[0xdbb81e]
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THDb+0x24c5)[0xc465a5]
/usr/sbin/mysqld(_Z11mysql_parseP3THDP12Parser_state+0x3f5)[0xc4aea5]
/usr/sbin/mysqld(_Z16dispatch_commandP3THDPK8COM_DATA19enum_server_command+0x1053)[0xc4bf63]
/usr/sbin/mysqld(_Z10do_commandP3THD+0x1c7)[0xc4d457]
/usr/sbin/mysqld(handle_connection+0x288)[0xd0ce38]
/usr/sbin/mysqld(pfs_spawn_thread+0x1b4)[0x11f1784]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7fe8c104c6ba]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fe8c04e182d]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (7fe8780054d0): is an invalid pointer
Connection ID (thread ID): 3
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.