#0 my_read (Filedes=69,
|
Buffer=0x7f84867f9d00 "Limit", ' ' <repeats 21 times>, "Soft Limit", ' ' <repeats 11 times>, "Hard Limit", ' ' <repeats 11 times>, "Units \nMax cpu time", ' ' <repeats 14 times>, "unlimited", ' ' <repeats 12 times>, "unlimited", ' ' <repeats 12 times>, "seconds \nMax file size", ' ' <repeats 13 times>, "unlimited "..., Count=4096, MyFlags=0) at ../mysys/my_read.c:63
|
#1 0x000055e136b73db0 in output_core_info () at ../sql/signal_handler.cc:66
|
#2 0x000055e136b745a8 in handle_fatal_signal (sig=6) at ../sql/signal_handler.cc:339
|
#3 <signal handler called>
|
#4 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
|
#5 0x00007f84d17ab859 in __GI_abort () at abort.c:79
|
#6 0x00007f84d17ab729 in __assert_fail_base (fmt=0x7f84d1941588 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x55e13752aa5d "page_no < 10000",
|
file=0x55e13752a9d0 "../storage/innobase/include/log0log.ic", line=344, function=<optimized out>) at assert.c:92
|
#7 0x00007f84d17bcf36 in __GI___assert_fail (assertion=0x55e13752aa5d "page_no < 10000", file=0x55e13752a9d0 "../storage/innobase/include/log0log.ic",
|
line=344, function=0x55e13752a990 "lsn_t log_reserve_and_write_fast(const void*, ulint, lsn_t*)") at assert.c:101
|
#8 0x000055e136e30b00 in log_reserve_and_write_fast (str=0x7f84867fbb38, len=10, start_lsn=0x7f84867fb7a0) at ../storage/innobase/include/log0log.ic:344
|
#9 0x000055e136e31c74 in mtr_t::finish_write (this=0x7f84867fb8b0, len=10) at ../storage/innobase/mtr/mtr0mtr.cc:766
|
#10 0x000055e136e2f614 in mtr_t::commit (this=0x7f84867fb8b0) at ../storage/innobase/mtr/mtr0mtr.cc:442
|
#11 0x000055e13707dff3 in fil_crypt_rotate_page (key_state=0x7f84867fbe14, state=0x7f84867fbe20) at ../storage/innobase/fil/fil0crypt.cc:1879
|
#12 0x000055e13707e4f0 in fil_crypt_rotate_pages (key_state=0x7f84867fbe14, state=0x7f84867fbe20) at ../storage/innobase/fil/fil0crypt.cc:2006
|
#13 0x000055e13707eeb3 in fil_crypt_thread () at ../storage/innobase/fil/fil0crypt.cc:2235
|
#14 0x00007f84d1cce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
|
#15 0x00007f84d18a8103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
(gdb) f 8
|
#8 0x000055e136e30b00 in log_reserve_and_write_fast (str=0x7f84867fbb38, len=10, start_lsn=0x7f84867fb7a0) at ../storage/innobase/include/log0log.ic:344
|
344 ut_ad(page_no < 10000);
|
|
|
(gdb) p page_no
|
$11 = 4278124286
|
|
(gdb) p state
|
$12 = (rotate_thread_t *) 0x7f84867fbe20
|
|
(gdb) p *state
|
$13 = {thread_no = 0, first = false, space = 0x55e139b83b50, offset = 408, batch = 60, min_key_version_found = 0, end_lsn = 1797229,
|
estimated_max_iops = 20, allocated_iops = 20, cnt_waited = 8, sum_waited_us = 842, crypt_stat = {pages_read_from_cache = 40, pages_read_from_disk = 8,
|
pages_modified = 40, pages_flushed = 0, estimated_iops = 20}, scrub_data = {space = 0, scrubbing = false, compressed = false, current_table = 0x0,
|
current_index = 0x0, savepoint = 0, scrub_stat = {page_reorganizations = 0, page_splits = 0, page_split_failures_underflow = 0,
|
page_split_failures_out_of_filespace = 0, page_split_failures_missing_index = 0, page_split_failures_unknown = 0}}}
|
(gdb) p state->space->name
|
$14 = 0x55e139b83d30 "innodb_system"
|
|
|
[Switching to thread 25 (Thread 0x7f84cc496700 (LWP 41995))]
|
#0 futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55e139ac0098) at ../sysdeps/nptl/futex-internal.h:183
|
183 ../sysdeps/nptl/futex-internal.h: No such file or directory.
|
(gdb) where
|
#0 futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x55e139ac0098) at ../sysdeps/nptl/futex-internal.h:183
|
#1 __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55e139ac0048, cond=0x55e139ac0070) at pthread_cond_wait.c:508
|
#2 __pthread_cond_wait (cond=0x55e139ac0070, mutex=0x55e139ac0048) at pthread_cond_wait.c:638
|
#3 0x000055e136e3f082 in os_event::wait (this=0x55e139ac0030) at ../storage/innobase/os/os0event.cc:158
|
#4 0x000055e136e3eb32 in os_event::wait_low (this=0x55e139ac0030, reset_sig_count=1) at ../storage/innobase/os/os0event.cc:325
|
#5 0x000055e136e3ee4c in os_event_wait_low (event=0x55e139ac0030, reset_sig_count=1) at ../storage/innobase/os/os0event.cc:507
|
#6 0x000055e136f32eab in sync_array_wait_event (arr=0x55e139a35b90, cell=@0x7f84cc48fe80: 0x7f84ccbf70d0) at ../storage/innobase/sync/sync0arr.cc:471
|
#7 0x000055e136f36815 in rw_lock_sx_lock_func (lock=0x7f84c77a93c0, pass=0, file_name=0x55e13760a330 "../storage/innobase/fsp/fsp0fsp.cc", line=1301)
|
at ../storage/innobase/sync/sync0rw.cc:838
|
#8 0x000055e137080efa in pfs_rw_lock_sx_lock_func (lock=0x7f84c77a93c0, pass=0, file_name=0x55e13760a330 "../storage/innobase/fsp/fsp0fsp.cc", line=1301)
|
at ../storage/innobase/include/sync0rw.ic:672
|
#9 0x000055e137085502 in fsp_page_create (space=0x55e139b83b50, offset=408, page_size=..., rw_latch=RW_SX_LATCH, mtr=0x7f84cc4905d0,
|
init_mtr=0x7f84cc4905d0) at ../storage/innobase/fsp/fsp0fsp.cc:1301
|
#10 0x000055e137085bbb in fsp_alloc_free_page (space=0x55e139b83b50, page_size=..., hint=0, rw_latch=RW_SX_LATCH, mtr=0x7f84cc4905d0,
|
init_mtr=0x7f84cc4905d0) at ../storage/innobase/fsp/fsp0fsp.cc:1434
|
#11 0x000055e137086935 in fsp_alloc_seg_inode_page (space=0x55e139b83b50, space_header=0x7f84c7a60026 "", mtr=0x7f84cc4905d0)
|
at ../storage/innobase/fsp/fsp0fsp.cc:1672
|
#12 0x000055e137086bf4 in fsp_alloc_seg_inode (space=0x55e139b83b50, space_header=0x7f84c7a60026 "", mtr=0x7f84cc4905d0)
|
at ../storage/innobase/fsp/fsp0fsp.cc:1724
|
#13 0x000055e137087a36 in fseg_create_general (space_id=0, page=0, byte_offset=60, has_done_reservation=1, mtr=0x7f84cc4905d0)
|
at ../storage/innobase/fsp/fsp0fsp.cc:2052
|
#14 0x000055e136f84da6 in trx_undo_seg_create (rseg=0x55e139be53f0, rseg_hdr=0x7f84c78e0026 "\377\377\377\376", type=2, id=0x7f84cc490558,
|
undo_page=0x7f84cc490560, mtr=0x7f84cc4905d0) at ../storage/innobase/trx/trx0undo.cc:449
|
#15 0x000055e136f872a3 in trx_undo_create (trx=0x7f84cc7f8268, rseg=0x55e139be53f0, type=2, trx_id=1509, xid=0x55e139a58030, undo=0x7f84cc7f92a0,
|
mtr=0x7f84cc4905d0) at ../storage/innobase/trx/trx0undo.cc:1423
|
#16 0x000055e136f87b16 in trx_undo_assign_undo (trx=0x7f84cc7f8268, rseg=0x55e139be53f0, undo=0x7f84cc7f92a0, type=2)
|
at ../storage/innobase/trx/trx0undo.cc:1609
|
#17 0x000055e136f65906 in trx_undo_report_row_operation (thr=0x7f846804b970, index=0x55e139bd6bf0, clust_entry=0x7f846815d270, update=0x0, cmpl_info=0,
|
rec=0x7f84c7a642fb "test/t1", offsets=0x7f84cc4914a0, roll_ptr=0x7f84cc4910b0) at ../storage/innobase/trx/trx0rec.cc:2073
|
#18 0x000055e136fbce73 in btr_cur_del_mark_set_clust_rec (block=0x7f84c77bcb00, rec=0x7f84c7a642fb "test/t1", index=0x55e139bd6bf0, offsets=0x7f84cc4914a0,
|
thr=0x7f846804b970, entry=0x7f846815d270, mtr=0x7f84cc491b70) at ../storage/innobase/btr/btr0cur.cc:4890
|
#19 0x000055e136f145ca in row_upd_clust_rec_by_insert (node=0x7f846804a5f0, index=0x55e139bd6bf0, thr=0x7f846804b970, referenced=0, foreign=false,
|
mtr=0x7f84cc491b70) at ../storage/innobase/row/row0upd.cc:2737
|
#20 0x000055e136f15bc6 in row_upd_clust_step (node=0x7f846804a5f0, thr=0x7f846804b970) at ../storage/innobase/row/row0upd.cc:3211
|
#21 0x000055e136f15ed1 in row_upd (node=0x7f846804a5f0, thr=0x7f846804b970) at ../storage/innobase/row/row0upd.cc:3287
|
#22 0x000055e136f163a5 in row_upd_step (thr=0x7f846804b970) at ../storage/innobase/row/row0upd.cc:3433
|
#23 0x000055e136e6e594 in que_thr_step (thr=0x7f846804b970) at ../storage/innobase/que/que0que.cc:1024
|
#24 0x000055e136e6e875 in que_run_threads_low (thr=0x7f846804b970) at ../storage/innobase/que/que0que.cc:1104
|
#25 0x000055e136e6ea3f in que_run_threads (thr=0x7f846804b970) at ../storage/innobase/que/que0que.cc:1144
|
#26 0x000055e136e6ece7 in que_eval_sql (info=0x7f8468037c60,
|
sql=0x55e1375676a8 "PROCEDURE RENAME_TABLES () IS\nBEGIN\nUPDATE SYS_TABLES SET NAME = :tmp_name\n WHERE NAME = :old_name;\nUPDATE SYS_TABLES SET NAME = :--Type <RET> for more, q to quit, c to continue without paging--
|
old_name\n WHERE NAME = :new_name;\nEND;\n", reserve_dict_mutex=0, trx=0x7f84cc7f8268) at ../storage/innobase/que/que0que.cc:1221
|
#27 0x000055e136eb24a7 in row_merge_rename_tables_dict (old_table=0x7f8468175230, new_table=0x7f84680ac620, tmp_name=0x7f84680479d8 "test/#sql-ib42",
|
trx=0x7f84cc7f8268) at ../storage/innobase/row/row0merge.cc:4224
|
#28 0x000055e136dc4f01 in commit_try_rebuild (ha_alter_info=0x7f84cc493020, ctx=0x7f8468013c00, altered_table=0x7f8468045f80, old_table=0x7f8468065e30,
|
trx=0x7f84cc7f8268, table_name=0x7f846815e52d "t1") at ../storage/innobase/handler/handler0alter.cc:7578
|
#29 0x000055e136dc1662 in ha_innobase::commit_inplace_alter_table (this=0x7f8468071558, altered_table=0x7f8468045f80, ha_alter_info=0x7f84cc493020,
|
commit=true) at ../storage/innobase/handler/handler0alter.cc:8424
|
#30 0x000055e136b7fc06 in handler::ha_commit_inplace_alter_table (this=0x7f8468071558, altered_table=0x7f8468045f80, ha_alter_info=0x7f84cc493020,
|
commit=true) at ../sql/handler.cc:4378
|
#31 0x000055e1369c8b1b in mysql_inplace_alter_table (thd=0x7f8468000d90, table_list=0x7f8468012810, table=0x7f8468065e30, altered_table=0x7f8468045f80,
|
ha_alter_info=0x7f84cc493020, inplace_supported=HA_ALTER_INPLACE_NO_LOCK_AFTER_PREPARE, target_mdl_request=0x7f84cc4930b0, alter_ctx=0x7f84cc493660)
|
at ../sql/sql_table.cc:7480
|
#32 0x000055e1369ce85b in mysql_alter_table (thd=0x7f8468000d90, new_db=0x7f8468012e28 "test", new_name=0x0, create_info=0x7f84cc494280,
|
table_list=0x7f8468012810, alter_info=0x7f84cc4941d0, order_num=0, order=0x0, ignore=false) at ../sql/sql_table.cc:9622
|
#33 0x000055e136a4c8ba in Sql_cmd_alter_table::execute (this=0x7f8468012ed0, thd=0x7f8468000d90) at ../sql/sql_alter.cc:333
|
#34 0x000055e1368fbaf7 in mysql_execute_command (thd=0x7f8468000d90) at ../sql/sql_parse.cc:5964
|
#35 0x000055e136900b0d in mysql_parse (thd=0x7f8468000d90, rawbuf=0x7f84680126f8 "ALTER TABLE t1 ENCRYPTED=NO ENCRYPTION_KEY_ID=1", length=47,
|
parser_state=0x7f84cc4955f0, is_com_multi=false, is_next_command=false) at ../sql/sql_parse.cc:7733
|
#36 0x000055e1368eee1c in dispatch_command (command=COM_QUERY, thd=0x7f8468000d90, packet=0x7f8468008b51 "ALTER TABLE t1 ENCRYPTED=NO ENCRYPTION_KEY_ID=1",
|
packet_length=47, is_com_multi=false, is_next_command=false) at ../sql/sql_parse.cc:1823
|
#37 0x000055e1368ed917 in do_command (thd=0x7f8468000d90) at ../sql/sql_parse.cc:1377
|
#38 0x000055e136a472af in do_handle_one_connection (connect=0x55e139bf5850) at ../sql/sql_connect.cc:1336
|
#39 0x000055e136a47014 in handle_one_connection (arg=0x55e139bf5850) at ../sql/sql_connect.cc:1241
|
#40 0x000055e137269dc6 in pfs_spawn_thread (arg=0x55e139ef0040) at ../storage/perfschema/pfs.cc:1869
|
#41 0x00007f84d1cce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
|
#42 0x00007f84d18a8103 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
|
|