Bug #80820 | mysqld got signal 11 while altering tablespace with encryption enabled table | ||
---|---|---|---|
Submitted: | 22 Mar 2016 9:22 | Modified: | 6 May 2016 10:48 |
Reporter: | Shahriyar Rzayev | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.7.11 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[22 Mar 2016 9:22]
Shahriyar Rzayev
[22 Mar 2016 10:14]
MySQL Verification Team
Hello Shahriyar, Thank you for the report. Observed that only debug build is affected. Thanks, Umesh
[22 Mar 2016 10:15]
MySQL Verification Team
-- with debug build (gdb) bt #0 0x00007f2e0dd30771 in pthread_kill () from /lib64/libpthread.so.0 #1 0x00000000017aa0cd in my_write_core (sig=6) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/mysys/stacktrace.c:247 #2 0x0000000000d8b058 in handle_fatal_signal (sig=6) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/signal_handler.cc:220 #3 <signal handler called> #4 0x00007f2e0c9365d7 in raise () from /lib64/libc.so.6 #5 0x00007f2e0c937cc8 in abort () from /lib64/libc.so.6 #6 0x0000000001a337a7 in ut_dbg_assertion_failed (expr=0x2211a10 "block->magic_n == MEM_BLOCK_MAGIC_N", file=0x2211978 "/export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/innobase/include/mem0mem.ic", line=157) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/innobase/ut/ut0dbg.cc:67 #7 0x0000000001afaf7e in mem_block_validate (block=0x7f2d74011718) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/innobase/include/mem0mem.ic:157 #8 0x0000000001afb22f in mem_heap_free (heap=0x7f2d74011718) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/innobase/include/mem0mem.ic:523 #9 0x0000000001afc4c3 in dict_mem_table_free (table=0x7f2d74021170) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/innobase/dict/dict0mem.cc:224 #10 0x00000000018164b9 in create_table_info_t::create_table_def (this=0x7f2dca7eeab0) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/innobase/handler/ha_innodb.cc:10044 #11 0x00000000018039e8 in create_table_info_t::create_table (this=0x7f2dca7eeab0) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/innobase/handler/ha_innodb.cc:11567 #12 0x000000000180464d in ha_innobase::create (this=0x7f2d7401fcc0, name=0x7f2dca7f0454 "./test/#sql-245e_2", form=0x7f2dca7eec00, create_info=0x7f2dca7f1c40) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/innobase/handler/ha_innodb.cc:11917 #13 0x0000000000e0cc76 in handler::ha_create (this=0x7f2d7401fcc0, name=0x7f2dca7f0454 "./test/#sql-245e_2", form=0x7f2dca7eec00, info=0x7f2dca7f1c40) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/handler.cc:4819 #14 0x0000000000e0d2a5 in ha_create_table (thd=0x7f2d74000b70, path=0x7f2dca7f0454 "./test/#sql-245e_2", db=0x7f2d740064b8 "test", table_name=0x7f2dca7efc00 "#sql-245e_2", create_info=0x7f2dca7f1c40, update_create_info=false, is_temp_table=false) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/handler.cc:4978 #15 0x00000000014f1723 in mysql_alter_table (thd=0x7f2d74000b70, new_db=0x7f2d740064b8 "test", new_name=0x0, create_info=0x7f2dca7f1c40, table_list=0x7f2d74005f30, alter_info=0x7f2dca7f1d40) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/sql_table.cc:9570 #16 0x0000000001679969 in Sql_cmd_alter_table::execute (this=0x7f2d740064c8, thd=0x7f2d74000b70) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/sql_alter.cc:316 #17 0x000000000145ccfe in mysql_execute_command (thd=0x7f2d74000b70, first_level=true) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/sql_parse.cc:4806 #18 0x000000000145ec61 in mysql_parse (thd=0x7f2d74000b70, parser_state=0x7f2dca7f3690) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/sql_parse.cc:5518 #19 0x0000000001453776 in dispatch_command (thd=0x7f2d74000b70, com_data=0x7f2dca7f3e00, command=COM_QUERY) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/sql_parse.cc:1428 #20 0x0000000001452631 in do_command (thd=0x7f2d74000b70) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/sql_parse.cc:996 #21 0x0000000001588c6d in handle_connection (arg=0x4ffe9b0) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/sql/conn_handler/connection_handler_per_thread.cc:301 #22 0x0000000001bc0c75 in pfs_spawn_thread (arg=0x5144bd0) at /export/home/pb2/build/sb_0-17781605-1454370718.35/mysql-5.7.11/storage/perfschema/pfs.cc:2192 #23 0x00007f2e0dd2bdf5 in start_thread () from /lib64/libpthread.so.0 #24 0x00007f2e0c9f760d in clone () from /lib64/libc.so.6 (gdb) -- with release build seeing -ERROR 3183 (HY000): This tablespace can't be encrypted.
[6 May 2016 10:48]
Erlend Dahl
Fixed in 5.7.13 along with Bug#80182 Unsupported extension error for new features while 'create table like'