Bug #75766 Server hangs every time a create table statement is issues
Submitted: 4 Feb 2015 15:18 Modified: 4 Mar 2015 16:31
Reporter: Tim Toennies Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Errors Severity:S1 (Critical)
Version:5.6.17 OS:Linux
Assigned to: CPU Architecture:Any

[4 Feb 2015 15:18] Tim Toennies
Description:
Crash dump gets created.  I will attach a file once the case has been opened. 

How to repeat:
issue a create table statement.  Here is the my.cnf file

# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html

[client]

socket=/data/logs/mysql.sock

[mysqld]

socket=/data/logs/mysql.sock
port=22131
datadir=/data/data
basedir=/usr/local/mysql
tmpdir=/data/logs
user=mysql
sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
log_bin=/data/logs/mysql-bin.log
general_log=1
log_warnings=2
general_log_file=/data/logs/mysql-general.log
log_error=/data/logs/mysql-error.log
slow_query_log=1
slow_query_log_file=/data/logs/mysql-slowquery.log
long_query_time=5

performance_schema
federated

explicit_defaults_for_timestamp=1

Suggested fix:
Can't find anything specific.  Have tried suggestions at http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html by that has not been successful.
[4 Feb 2015 15:19] Tim Toennies
MySQL Error Log

Attachment: mysql-error.log (application/octet-stream, text), 916.57 KiB.

[4 Feb 2015 16:31] MySQL Verification Team
Thank you for the bug report. Please try version 5.6.23. Thanks.
[5 Mar 2015 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".