InnoDB: Failing assertion: log_sys->buf == ut_align(log_sys->buf_ptr, srv_log_write_ahead_size) in file log0log.cc line 1251
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Invalid
|
Undecided
|
Unassigned | |||
5.6 |
Invalid
|
Undecided
|
Unassigned | |||
5.7 |
Fix Released
|
High
|
Laurynas Biveinis |
Bug Description
2016-06-29 09:56:31 0x7f62789fd700 InnoDB: Assertion failure in thread 140060907263744 in file log0log.cc line 1251
InnoDB: Failing assertion: log_sys->buf == ut_align(
InnoDB: We intentionally generate a memory trap.
+bt
#0 0x00007f629c73e741 in __pthread_kill (threadid=
#1 0x000000000183b0e8 in my_write_core (sig=6) at /git/PS-
#2 0x0000000000e76cd3 in handle_fatal_signal (sig=6) at /git/PS-
#3 <signal handler called>
#4 0x00007f629aad75f7 in __GI_raise (sig=sig@entry=6) at ../nptl/
#5 0x00007f629aad8ce8 in __GI_abort () at abort.c:90
#6 0x0000000001bab987 in ut_dbg_
#7 0x0000000001a10f18 in log_buffer_switch () at /git/PS-
#8 0x0000000001a11636 in log_write_up_to (lsn=2497562, flush_to_disk=true) at /git/PS-
#9 0x0000000001a11988 in log_buffer_
#10 0x0000000001b40791 in srv_sync_
#11 0x0000000001b40d4b in srv_master_
#12 0x0000000001b419c4 in srv_master_thread (arg=0x0) at /git/PS-
#13 0x00007f629c739dc5 in start_thread (arg=0x7f62789f
#14 0x00007f629ab9821d in clone () at ../sysdeps/
DROP DATABASE test;CREATE DATABASE test;USE test;
INSTALL PLUGIN rpl_semi_
INSTALL PLUGIN rpl_semi_sync_slave SONAME 'semisync_
INSTALL PLUGIN auth_pam SONAME 'auth_pam.so';
INSTALL PLUGIN auth_pam_compat SONAME 'auth_pam_
INSTALL PLUGIN validate_password SONAME 'validate_
INSTALL PLUGIN version_tokens SONAME 'version_token.so';
INSTALL PLUGIN auth_socket SONAME 'auth_socket.so';
INSTALL PLUGIN mysql_no_login SONAME 'mysql_
INSTALL PLUGIN rewriter SONAME 'rewriter.so';
INSTALL PLUGIN tokudb_file_map SONAME 'ha_tokudb.so';
INSTALL PLUGIN tokudb_
INSTALL PLUGIN tokudb_
INSTALL PLUGIN tokudb_trx SONAME 'ha_tokudb.so';
INSTALL PLUGIN tokudb_locks SONAME 'ha_tokudb.so';
INSTALL PLUGIN tokudb_lock_waits SONAME 'ha_tokudb.so';
INSTALL PLUGIN tokudb_
INSTALL PLUGIN mysqlx SONAME 'mysqlx.so';
create table t0(id int key)engine=innodb row_format=
SET global innodb_
Upstream does not crash
mysql> SHOW WARNINGS; ---+--- ---+--- ------- ------- ------- ------- ------- ------- ------- ------- -+ ---+--- ---+--- ------- ------- ------- ------- ------- ------- ------- ------- -+ log_write_ ahead_size value: '0' | ---+--- ---+--- ------- ------- ------- ------- ------- ------- ------- ------- -+
+------
| Level | Code | Message |
+------
| Warning | 1292 | Truncated incorrect innodb_
+------
1 row in set (0.00 sec)