Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL)
Description
CREATE TEMPORARY TABLE tmp (a INT); |
ALTER TABLE tmp ADD COLUMN f TEXT; |
--error ER_TRUNCATED_WRONG_VALUE_FOR_FIELD
|
INSERT INTO tmp VALUES ('x','foo'); |
10.2 ASAN 734029fa796 |
==13671==ERROR: AddressSanitizer: heap-use-after-free on address 0x61b00005e75a at pc 0x7fa43a3225fa bp 0x7fa42de87850 sp 0x7fa42de87828
|
READ of size 19 at 0x61b00005e75a thread T5
|
#0 0x7fa43a3225f9 in __interceptor_strnlen (/usr/lib/x86_64-linux-gnu/libasan.so.1+0x2a5f9)
|
#1 0x55b8cbcd1f91 in process_str_arg /data/src/10.2/strings/my_vsnprintf.c:205
|
#2 0x55b8cbcd636a in my_vsnprintf_ex /data/src/10.2/strings/my_vsnprintf.c:626
|
#3 0x55b8ca4fe2ef in push_warning_printf(THD*, Sql_condition::enum_warning_level, unsigned int, char const*, ...) /data/src/10.2/sql/sql_error.cc:798
|
#4 0x55b8cab33030 in Field::set_warning_truncated_wrong_value(char const*, char const*) /data/src/10.2/sql/field.cc:10837
|
#5 0x55b8caad52f1 in Field_num::check_edom_and_important_data_truncation(char const*, bool, charset_info_st const*, char const*, unsigned int, char const*) /data/src/10.2/sql/field.cc:1533
|
#6 0x55b8caad54cd in Field_num::check_edom_and_truncation(char const*, bool, charset_info_st const*, char const*, unsigned int, char const*) /data/src/10.2/sql/field.cc:1552
|
#7 0x55b8cab354b0 in Field_num::check_int(charset_info_st const*, char const*, unsigned int, char const*, int) (/data/bld/10.2-asan/bin/mysqld+0x124c4b0)
|
#8 0x55b8caad588e in Field_num::get_int(charset_info_st const*, char const*, unsigned int, long long*, unsigned long long, long long, long long) /data/src/10.2/sql/field.cc:1616
|
#9 0x55b8caaf020a in Field_long::store(char const*, unsigned int, charset_info_st const*) /data/src/10.2/sql/field.cc:4157
|
#10 0x55b8cab90569 in Item::save_str_value_in_field(Field*, String*) /data/src/10.2/sql/item.cc:467
|
#11 0x55b8cabbd310 in Item_string::save_in_field(Field*, bool) /data/src/10.2/sql/item.cc:6414
|
#12 0x55b8ca479446 in fill_record(THD*, TABLE*, Field**, List<Item>&, bool, bool) /data/src/10.2/sql/sql_base.cc:8271
|
#13 0x55b8ca4798cb in fill_record_n_invoke_before_triggers(THD*, TABLE*, Field**, List<Item>&, bool, trg_event_type) /data/src/10.2/sql/sql_base.cc:8322
|
#14 0x55b8ca50e381 in mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool) /data/src/10.2/sql/sql_insert.cc:1002
|
#15 0x55b8ca570df1 in mysql_execute_command(THD*) /data/src/10.2/sql/sql_parse.cc:4437
|
#16 0x55b8ca588235 in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/src/10.2/sql/sql_parse.cc:8014
|
#17 0x55b8ca562c1f in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/src/10.2/sql/sql_parse.cc:1825
|
#18 0x55b8ca55fcc3 in do_command(THD*) /data/src/10.2/sql/sql_parse.cc:1379
|
#19 0x55b8ca8a56ce in do_handle_one_connection(CONNECT*) /data/src/10.2/sql/sql_connect.cc:1335
|
#20 0x55b8ca8a50e3 in handle_one_connection /data/src/10.2/sql/sql_connect.cc:1241
|
#21 0x55b8cb2c0391 in pfs_spawn_thread /data/src/10.2/storage/perfschema/pfs.cc:1862
|
#22 0x7fa43a0e2493 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x7493)
|
#23 0x7fa4386e393e in __clone (/lib/x86_64-linux-gnu/libc.so.6+0xe893e)
|
|
0x61b00005e76c is located 0 bytes to the right of 1516-byte region [0x61b00005e180,0x61b00005e76c)
|
freed by thread T5 here:
|
#0 0x7fa43a34c527 in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.1+0x54527)
|
#1 0x55b8cbbdf72b in free_memory /data/src/10.2/mysys/safemalloc.c:279
|
#2 0x55b8cbbded31 in sf_free /data/src/10.2/mysys/safemalloc.c:197
|
#3 0x55b8cbbadfc0 in my_free /data/src/10.2/mysys/my_malloc.c:217
|
#4 0x55b8caa195c3 in THD::free_tmp_table_share(TMP_TABLE_SHARE*, bool) /data/src/10.2/sql/temporary_tables.cc:1432
|
#5 0x55b8caa150ed in THD::drop_temporary_table(TABLE*, bool*, bool) /data/src/10.2/sql/temporary_tables.cc:637
|
#6 0x55b8ca7895d9 in mysql_alter_table(THD*, char*, char*, HA_CREATE_INFO*, TABLE_LIST*, Alter_info*, unsigned int, st_order*, bool) /data/src/10.2/sql/sql_table.cc:9615
|
#7 0x55b8ca8b3b58 in Sql_cmd_alter_table::execute(THD*) /data/src/10.2/sql/sql_alter.cc:329
|
#8 0x55b8ca57d700 in mysql_execute_command(THD*) /data/src/10.2/sql/sql_parse.cc:6227
|
#9 0x55b8ca588235 in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/src/10.2/sql/sql_parse.cc:8014
|
#10 0x55b8ca562c1f in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/src/10.2/sql/sql_parse.cc:1825
|
#11 0x55b8ca55fcc3 in do_command(THD*) /data/src/10.2/sql/sql_parse.cc:1379
|
#12 0x55b8ca8a56ce in do_handle_one_connection(CONNECT*) /data/src/10.2/sql/sql_connect.cc:1335
|
#13 0x55b8ca8a50e3 in handle_one_connection /data/src/10.2/sql/sql_connect.cc:1241
|
#14 0x55b8cb2c0391 in pfs_spawn_thread /data/src/10.2/storage/perfschema/pfs.cc:1862
|
#15 0x7fa43a0e2493 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x7493)
|
|
previously allocated by thread T5 here:
|
#0 0x7fa43a34c73f in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.1+0x5473f)
|
#1 0x55b8cbbde4a1 in sf_malloc /data/src/10.2/mysys/safemalloc.c:118
|
#2 0x55b8cbbad6f8 in my_malloc /data/src/10.2/mysys/my_malloc.c:101
|
#3 0x55b8caa1679e in THD::create_temporary_table(handlerton*, st_mysql_const_unsigned_lex_string*, char const*, char const*, char const*) /data/src/10.2/sql/temporary_tables.cc:931
|
#4 0x55b8caa1277f in THD::create_and_open_tmp_table(handlerton*, st_mysql_const_unsigned_lex_string*, char const*, char const*, char const*, bool) /data/src/10.2/sql/temporary_tables.cc:74
|
#5 0x55b8ca76c178 in create_table_impl /data/src/10.2/sql/sql_table.cc:4915
|
#6 0x55b8ca76ca5f in mysql_create_table_no_lock(THD*, char const*, char const*, Table_specification_st*, Alter_info*, bool*, int) /data/src/10.2/sql/sql_table.cc:5019
|
#7 0x55b8ca76d28e in mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) /data/src/10.2/sql/sql_table.cc:5082
|
#8 0x55b8ca56e603 in mysql_execute_command(THD*) /data/src/10.2/sql/sql_parse.cc:3990
|
#9 0x55b8ca588235 in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /data/src/10.2/sql/sql_parse.cc:8014
|
#10 0x55b8ca562c1f in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /data/src/10.2/sql/sql_parse.cc:1825
|
#11 0x55b8ca55fcc3 in do_command(THD*) /data/src/10.2/sql/sql_parse.cc:1379
|
#12 0x55b8ca8a56ce in do_handle_one_connection(CONNECT*) /data/src/10.2/sql/sql_connect.cc:1335
|
#13 0x55b8ca8a50e3 in handle_one_connection /data/src/10.2/sql/sql_connect.cc:1241
|
#14 0x55b8cb2c0391 in pfs_spawn_thread /data/src/10.2/storage/perfschema/pfs.cc:1862
|
#15 0x7fa43a0e2493 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x7493)
|
|
Thread T5 created by T0 here:
|
#0 0x7fa43a31bbba in pthread_create (/usr/lib/x86_64-linux-gnu/libasan.so.1+0x23bba)
|
#1 0x55b8cb2c0959 in spawn_thread_v1 /data/src/10.2/storage/perfschema/pfs.cc:1912
|
#2 0x55b8ca35c60e in inline_mysql_thread_create /data/src/10.2/include/mysql/psi/mysql_thread.h:1239
|
#3 0x55b8ca3715ab in create_thread_to_handle_connection(CONNECT*) /data/src/10.2/sql/mysqld.cc:6466
|
#4 0x55b8ca371cb0 in create_new_thread /data/src/10.2/sql/mysqld.cc:6536
|
#5 0x55b8ca372cc7 in handle_connections_sockets() /data/src/10.2/sql/mysqld.cc:6811
|
#6 0x55b8ca370b00 in mysqld_main(int, char**) /data/src/10.2/sql/mysqld.cc:6085
|
#7 0x55b8ca35a9af in main /data/src/10.2/sql/main.cc:25
|
#8 0x7fa43861b2b0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202b0)
|
|
SUMMARY: AddressSanitizer: heap-use-after-free ??:0 __interceptor_strnlen
|
Shadow bytes around the buggy address:
|
0x0c3680003c90: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
0x0c3680003ca0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
0x0c3680003cb0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
0x0c3680003cc0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
0x0c3680003cd0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
=>0x0c3680003ce0: fd fd fd fd fd fd fd fd fd fd fd[fd]fd fd fa fa
|
0x0c3680003cf0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c3680003d00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c3680003d10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c3680003d20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c3680003d30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
Shadow byte legend (one shadow byte represents 8 application bytes):
|
Addressable: 00
|
Partially addressable: 01 02 03 04 05 06 07
|
Heap left redzone: fa
|
Heap right redzone: fb
|
Freed heap region: fd
|
Stack left redzone: f1
|
Stack mid redzone: f2
|
Stack right redzone: f3
|
Stack partial redzone: f4
|
Stack after return: f5
|
Stack use after scope: f8
|
Global redzone: f9
|
Global init order: f6
|
Poisoned by user: f7
|
Contiguous container OOB:fc
|
ASan internal: fe
|
==13671==ABORTING
|
Reproducible with at least MyISAM and InnoDB.
Not reproducible on 10.1.
Couldn't reproduce without ALTER (moving the column to CREATE).
Couldn't reproduce on a non-temporary table.
No visible effect on non-ASAN builds, but it can be a matter of luck.
Attachments
Activity
I have a bunch of non-simplified non-deterministic MTR tests which cause all kinds of crashes and failures by simply re-running over and over. But with ASAN, they all produce the same error reported here, so I cannot get any further with them – maybe they all are a result of this initial problem, or maybe they are independent.
Below are a non-exhaustive list of failures that I've got on 10.4 3bdd93c10 non-ASAN debug build.
190103 8:09:49 [ERROR] mysqld got signal 11 ;
|
|
#3 <signal handler called>
|
#4 0x000056498ae20aee in remove_from_used_mutex (locked_mutex=0xa5a5a5a5a5a5a5a5, mutex=0x7f147c03be80) at /data/src/10.4/mysys/thr_mutex.c:796
|
#5 0x000056498adf15b1 in my_hash_iterate (hash=0x7f147c0d9e30, action=0x56498ae20a76 <remove_from_used_mutex>, argument=0x7f147c03be80) at /data/src/10.4/mysys/hash.c:796
|
#6 0x000056498ae2071b in safe_mutex_free_deadlock_data (mp=0x7f147c03be80) at /data/src/10.4/mysys/thr_mutex.c:660
|
#7 0x000056498ae20619 in safe_mutex_destroy (mp=0x7f147c03be80, file=0x56498b294390 "/data/src/10.4/mysys/thr_lock.c", line=464) at /data/src/10.4/mysys/thr_mutex.c:604
|
#8 0x000056498ae1c732 in inline_mysql_mutex_destroy (that=0x7f147c03be80, src_file=0x56498b294390 "/data/src/10.4/mysys/thr_lock.c", src_line=464) at /data/src/10.4/include/mysql/psi/mysql
|
_thread.h:669
|
#9 0x000056498ae1cd21 in thr_lock_delete (lock=0x7f147c03be68) at /data/src/10.4/mysys/thr_lock.c:464
|
#10 0x000056498ad6c010 in mi_close (info=0x7f147c185390) at /data/src/10.4/storage/myisam/mi_close.c:104
|
#11 0x000056498ad54ee2 in ha_myisam::close (this=0x7f147c1e5218) at /data/src/10.4/storage/myisam/ha_myisam.cc:932
|
#12 0x000056498a6651fe in handler::ha_close (this=0x7f147c1e5218) at /data/src/10.4/sql/handler.cc:2786
|
#13 0x000056498a465d03 in closefrm (table=0x7f147c10fd60) at /data/src/10.4/sql/table.cc:3609
|
#14 0x000056498a58b370 in intern_close_table (table=0x7f147c10fd60) at /data/src/10.4/sql/table_cache.cc:222
|
#15 0x000056498a58b778 in tc_purge (mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:335
|
#16 0x000056498a2b40ee in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:331
|
#17 0x000056498a2b4208 in close_cached_tables (thd=0x7f147c000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#18 0x000056498a4ecafd in reload_acl_and_cache (thd=0x7f147c000b00, options=4, tables=0x0, write_to_binlog=0x7f14f8226030) at /data/src/10.4/sql/sql_reload.cc:339
|
#19 0x000056498a354e18 in mysql_execute_command (thd=0x7f147c000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#20 0x000056498a35c244 in mysql_parse (thd=0x7f147c000b00, rawbuf=0x7f147c02a058 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", length=38, parser_state=0x7f14f8226650, is_com_multi=false, is_nex
|
t_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#21 0x000056498a34946e in dispatch_command (command=COM_QUERY, thd=0x7f147c000b00, packet=0x7f147c00b421 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", packet_length=38, is_com_multi=false, is_n
|
ext_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#22 0x000056498a347e92 in do_command (thd=0x7f147c000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#23 0x000056498a4b40ba in do_handle_one_connection (connect=0x56498e3abf20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#24 0x000056498a4b3e3e in handle_one_connection (arg=0x56498e3abf20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#25 0x00007f14fb5a6494 in start_thread (arg=0x7f14f8227700) at pthread_create.c:333
|
#26 0x00007f14f9ba793f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7f147c02a058): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 13
|
Status: NOT_KILLED
|
(^ Similar to MDEV-6524 closed as not reproducible)
Error: Freeing overrun buffer 0x7f88b81a9fd0 at mysys/safemalloc.c:194, mysys/my_malloc.c:223, sql/sql_sequence.h:150, sql/sql_class.cc:117, mysys/hash.c:128, mysys/hash.c:151, sql/sql_class.cc:1509, sql/mysqld.cc:2804
|
190103 0:57:56 [ERROR] mysqld got signal 11 ;
|
|
#3 <signal handler called>
|
#4 0x0000563003dbba34 in Field::is_null_in_record (this=0x7f8f0c087be8, record=0x7f8f0c2c3f98 "\363 ") at /data/src/10.4/sql/field.h:1173
|
#5 0x0000563004029d98 in Column_definition::Column_definition (this=0x7f8f0c02ad88, thd=0x7f8f0c000b00, old_field=0x7f8f0c087be8, orig_field=0x7f8f0c087be8) at /data/src/10.4/sql/field.cc:10698
|
#6 0x0000563003cf765a in Create_field::Create_field (this=0x7f8f0c02ad88, thd=0x7f8f0c000b00, old_field=0x7f8f0c087be8, orig_field=0x7f8f0c087be8) at /data/src/10.4/sql/field.h:4936
|
#7 0x0000563003e0c0fb in mysql_prepare_alter_table (thd=0x7f8f0c000b00, table=0x7f8f0c086ef0, create_info=0x7f8f8c160520, alter_info=0x7f8f8c160460, alter_ctx=0x7f8f8c15f930) at /data/src/10.4/sql/sql_table.cc:8020
|
#8 0x0000563003e0fee5 in mysql_alter_table (thd=0x7f8f0c000b00, new_db=0x7f8f0c0051c8, new_name=0x7f8f0c005598, create_info=0x7f8f8c160520, table_list=0x7f8f0c02a278, alter_info=0x7f8f8c160460, order_num=0, order=0x0, ignore=true) at /data/src/10.4/sql/sql_table.cc:9380
|
#9 0x0000563003e9b077 in Sql_cmd_alter_table::execute (this=0x7f8f0c02ab20, thd=0x7f8f0c000b00) at /data/src/10.4/sql/sql_alter.cc:497
|
#10 0x0000563003d38319 in mysql_execute_command (thd=0x7f8f0c000b00) at /data/src/10.4/sql/sql_parse.cc:6302
|
#11 0x0000563003d3d244 in mysql_parse (thd=0x7f8f0c000b00, rawbuf=0x7f8f0c02a058 "ALTER IGNORE TABLE `t5` ADD CONSTRAINT y FOREIGN KEY (`vcol_year`) REFERENCES t5 (`vcol_datetime`) ON DELETE RESTRICT ON UPDATE NO ACTION, ALGORITHM=DEFAULT /* QNO 17738 CON_ID 17 */", length=183, parser_state=0x7f8f8c161650, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#12 0x0000563003d2a46e in dispatch_command (command=COM_QUERY, thd=0x7f8f0c000b00, packet=0x7f8f0c00b421 "ALTER IGNORE TABLE `t5` ADD CONSTRAINT y FOREIGN KEY (`vcol_year`) REFERENCES t5 (`vcol_datetime`) ON DELETE RESTRICT ON UPDATE NO ACTION, ALGORITHM=DEFAULT /* QNO 17738 CON_ID 17 */", packet_length=183, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#13 0x0000563003d28e92 in do_command (thd=0x7f8f0c000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#14 0x0000563003e950ba in do_handle_one_connection (connect=0x563007d77f20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#15 0x0000563003e94e3e in handle_one_connection (arg=0x563007d77f20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#16 0x00007f8f8f175494 in start_thread (arg=0x7f8f8c162700) at pthread_create.c:333
|
#17 0x00007f8f8d77693f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7f8f0c02a058): ALTER IGNORE TABLE `t5` ADD CONSTRAINT y FOREIGN KEY (`vcol_year`) REFERENCES t5 (`vcol_datetime`) ON DELETE RESTRICT ON UPDATE NO ACTION, ALGORITHM=DEFAULT /* QNO 17738 CON_ID 17 */
|
Connection ID (thread ID): 18
|
Status: NOT_KILLED
|
(^ old draft MDEV-10910)
190103 5:30:37 [ERROR] mysqld got signal 11 ;
|
|
#3 <signal handler called>
|
#4 0x00005651028344ee in skip_trailing_space (ptr=0x7fe937fd418d <error: Cannot access memory at address 0x7fe937fd418d>, len=1) at /data/src/10.4/strings/strings_def.h:102
|
#5 0x00005651028363dc in my_lengthsp_8bit (cs=0x565103404b40 <my_charset_latin1>, ptr=0x7fe937fd418d <error: Cannot access memory at address 0x7fe937fd418d>, length=1) at /data/src/10.4/st
|
rings/ctype-simple.c:1180
|
#6 0x00005651020119ce in Field_string::val_str (this=0x7fe9382cdb30, val_buffer=0x7fe9984eb110, val_ptr=0x7fe9984eb110) at /data/src/10.4/sql/field.cc:7193
|
#7 0x0000565101c14c4f in Field::val_str (this=0x7fe9382cdb30, str=0x7fe9984eb110) at /data/src/10.4/sql/field.h:834
|
#8 0x0000565102022523 in Field::val_str (this=0x7fe9382cdb30, str=0x7fe9984eb110, new_ptr=0x7fe937fd418d <error: Cannot access memory at address 0x7fe937fd418d>) at /data/src/10.4/sql/fiel
|
d.h:1336
|
#9 0x000056510201ee05 in Column_definition::Column_definition (this=0x7fe93802af70, thd=0x7fe938000b00, old_field=0x7fe9382cdb30, orig_field=0x7fe9382cdb30) at /data/src/10.4/sql/field.cc:
|
10701
|
#10 0x0000565101cec65a in Create_field::Create_field (this=0x7fe93802af70, thd=0x7fe938000b00, old_field=0x7fe9382cdb30, orig_field=0x7fe9382cdb30) at /data/src/10.4/sql/field.h:4936
|
#11 0x0000565101e010fb in mysql_prepare_alter_table (thd=0x7fe938000b00, table=0x7fe9382cc3e0, create_info=0x7fe9984ed520, alter_info=0x7fe9984ed460, alter_ctx=0x7fe9984ec930) at /data/src/
|
10.4/sql/sql_table.cc:8020
|
#12 0x0000565101e04ee5 in mysql_alter_table (thd=0x7fe938000b00, new_db=0x7fe9380051c8, new_name=0x7fe938005598, create_info=0x7fe9984ed520, table_list=0x7fe93802a278, alter_info=0x7fe9984e
|
d460, order_num=0, order=0x0, ignore=true) at /data/src/10.4/sql/sql_table.cc:9380
|
#13 0x0000565101e90077 in Sql_cmd_alter_table::execute (this=0x7fe93802ab20, thd=0x7fe938000b00) at /data/src/10.4/sql/sql_alter.cc:497
|
#14 0x0000565101d2d319 in mysql_execute_command (thd=0x7fe938000b00) at /data/src/10.4/sql/sql_parse.cc:6302
|
#15 0x0000565101d32244 in mysql_parse (thd=0x7fe938000b00, rawbuf=0x7fe93802a058 "ALTER IGNORE TABLE `t5` ADD CONSTRAINT y FOREIGN KEY (`vcol_year`) REFERENCES t5 (`vcol_datetime`) ON DELET
|
E RESTRICT ON UPDATE NO ACTION, ALGORITHM=DEFAULT /* QNO 17738 CON_ID 17 */", length=183, parser_state=0x7fe9984ee650, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_
|
parse.cc:8104
|
#16 0x0000565101d1f46e in dispatch_command (command=COM_QUERY, thd=0x7fe938000b00, packet=0x7fe93800b421 "ALTER IGNORE TABLE `t5` ADD CONSTRAINT y FOREIGN KEY (`vcol_year`) REFERENCES t5 (`
|
vcol_datetime`) ON DELETE RESTRICT ON UPDATE NO ACTION, ALGORITHM=DEFAULT /* QNO 17738 CON_ID 17 */", packet_length=183, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sq
|
l_parse.cc:1851
|
#17 0x0000565101d1de92 in do_command (thd=0x7fe938000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#18 0x0000565101e8a0ba in do_handle_one_connection (connect=0x5651051eff20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#19 0x0000565101e89e3e in handle_one_connection (arg=0x5651051eff20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#20 0x00007fe9af6ff494 in start_thread (arg=0x7fe9984ef700) at pthread_create.c:333
|
#21 0x00007fe9add0093f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7fe93802a058): ALTER IGNORE TABLE `t5` ADD CONSTRAINT y FOREIGN KEY (`vcol_year`) REFERENCES t5 (`vcol_datetime`) ON DELETE RESTRICT ON UPDATE NO ACTION, ALGORITHM=DEFAULT /* QNO 17738 CON_ID 17 */
|
Connection ID (thread ID): 13
|
Status: NOT_KILLED
|
190103 8:39:53 [ERROR] mysqld got signal 11 ;
|
|
#3 <signal handler called>
|
#4 0x000055cae5fbf5b5 in free_memory (ptr=0x7fe060206370) at /data/src/10.4/mysys/safemalloc.c:266
|
#5 0x000055cae5fbf2f2 in sf_free (ptr=0x7fe060206370) at /data/src/10.4/mysys/safemalloc.c:197
|
#6 0x000055cae5facfec in my_free (ptr=0x7fe060206370) at /data/src/10.4/mysys/my_malloc.c:221
|
#7 0x000055cae53c6325 in Binary_string::free (this=0x7fe060075530) at /data/src/10.4/sql/sql_string.h:604
|
#8 0x000055cae55fdd18 in closefrm (table=0x7fe060075420) at /data/src/10.4/sql/table.cc:3610
|
#9 0x000055cae5723370 in intern_close_table (table=0x7fe060075420) at /data/src/10.4/sql/table_cache.cc:222
|
#10 0x000055cae5723778 in tc_purge (mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:335
|
#11 0x000055cae544c0ee in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:331
|
#12 0x000055cae544c208 in close_cached_tables (thd=0x7fe060000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#13 0x000055cae5684afd in reload_acl_and_cache (thd=0x7fe060000b00, options=4, tables=0x0, write_to_binlog=0x7fe0b8a76030) at /data/src/10.4/sql/sql_reload.cc:339
|
#14 0x000055cae54ece18 in mysql_execute_command (thd=0x7fe060000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#15 0x000055cae54f4244 in mysql_parse (thd=0x7fe060000b00, rawbuf=0x7fe06002a058 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", length=38, parser_state=0x7fe0b8a76650, is_com_multi=false, is_nex
|
t_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#16 0x000055cae54e146e in dispatch_command (command=COM_QUERY, thd=0x7fe060000b00, packet=0x7fe06000b421 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", packet_length=38, is_com_multi=false, is_n
|
ext_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#17 0x000055cae54dfe92 in do_command (thd=0x7fe060000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#18 0x000055cae564c0ba in do_handle_one_connection (connect=0x55cae86eef20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#19 0x000055cae564be3e in handle_one_connection (arg=0x55cae86eef20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#20 0x00007fe0cfc92494 in start_thread (arg=0x7fe0b8a77700) at pthread_create.c:333
|
#21 0x00007fe0ce29393f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7fe06002a058): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 13
|
Status: NOT_KILLED
|
190103 11:39:37 [ERROR] mysqld got signal 6 ;
|
|
#3 <signal handler called>
|
#4 0x00007f1327ac9fcf in raise () from /lib/x86_64-linux-gnu/libc.so.6
|
#5 0x00007f1327acb3fa in abort () from /lib/x86_64-linux-gnu/libc.so.6
|
#6 0x00007f1327b07bd0 in __libc_message () from /lib/x86_64-linux-gnu/libc.so.6
|
#7 0x00007f1327b0df96 in malloc_printerr () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x00007f1327b0e78e in _int_free () from /lib/x86_64-linux-gnu/libc.so.6
|
#9 0x000055e668dab63a in free_memory (ptr=0x7f12b40b0df0) at /data/src/10.4/mysys/safemalloc.c:279
|
#10 0x000055e668dab2f2 in sf_free (ptr=0x7f12b40b0df0) at /data/src/10.4/mysys/safemalloc.c:197
|
#11 0x000055e668d98fec in my_free (ptr=0x7f12b40b0df0) at /data/src/10.4/mysys/my_malloc.c:221
|
#12 0x000055e668d99a79 in my_close (fd=78, MyFlags=0) at /data/src/10.4/mysys/my_open.c:109
|
#13 0x000055e668cefc2d in inline_mysql_file_close (src_file=0x55e669203c20 "/data/src/10.4/storage/myisam/mi_close.c", src_line=123, file=78, flags=0) at /data/src/10.4/include/mysql/psi/my
|
sql_file.h:1118
|
#14 0x000055e668cf0103 in mi_close (info=0x7f12b40c6ca0) at /data/src/10.4/storage/myisam/mi_close.c:123
|
#15 0x000055e668cd8ee2 in ha_myisam::close (this=0x7f12b4117918) at /data/src/10.4/storage/myisam/ha_myisam.cc:932
|
#16 0x000055e668d6da1f in ha_sequence::close (this=0x7f12b40c5238) at /data/src/10.4/sql/ha_sequence.h:135
|
#17 0x000055e6685e91fe in handler::ha_close (this=0x7f12b40c5238) at /data/src/10.4/sql/handler.cc:2786
|
#18 0x000055e6683e9d03 in closefrm (table=0x7f12b40c4600) at /data/src/10.4/sql/table.cc:3609
|
#19 0x000055e66850f370 in intern_close_table (table=0x7f12b40c4600) at /data/src/10.4/sql/table_cache.cc:222
|
#20 0x000055e66850f778 in tc_purge (mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:335
|
#21 0x000055e6682380ee in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:331
|
#22 0x000055e668238208 in close_cached_tables (thd=0x7f12b4000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#23 0x000055e668470afd in reload_acl_and_cache (thd=0x7f12b4000b00, options=4, tables=0x0, write_to_binlog=0x7f13246a3030) at /data/src/10.4/sql/sql_reload.cc:339
|
#24 0x000055e6682d8e18 in mysql_execute_command (thd=0x7f12b4000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#25 0x000055e6682e0244 in mysql_parse (thd=0x7f12b4000b00, rawbuf=0x7f12b402a058 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", length=38, parser_state=0x7f13246a3650, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#26 0x000055e6682cd46e in dispatch_command (command=COM_QUERY, thd=0x7f12b4000b00, packet=0x7f12b400b421 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", packet_length=38, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#27 0x000055e6682cbe92 in do_command (thd=0x7f12b4000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#28 0x000055e6684380ba in do_handle_one_connection (connect=0x55e66ceeaf20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#29 0x000055e668437e3e in handle_one_connection (arg=0x55e66ceeaf20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#30 0x00007f132957e494 in start_thread (arg=0x7f13246a4700) at pthread_create.c:333
|
#31 0x00007f1327b7f93f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7f12b402a058): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 13
|
Status: NOT_KILLED
|
190103 1:34:50 [ERROR] mysqld got signal 11 ;
|
|
#3 <signal handler called>
|
#4 0x000055803122cc76 in my_hash_sort_bin (cs=0x558031d65400 <my_charset_bin>, key=0x7ff514842000 <error: Cannot access memory at address 0x7ff514842000>, len=2314850208601415682, nr1=0x7f
|
f588f61750, nr2=0x7ff588f61758) at /data/src/10.4/strings/ctype-bin.c:274
|
#5 0x00005580311c8e66 in my_hash_sort (cs=0x558031d65400 <my_charset_bin>, key=0x7ff51406db30 "\274,", length=2314850208601415682) at /data/src/10.4/mysys/hash.c:48
|
#6 0x00005580311c96dc in my_hash_insert (info=0x7ff5142d3488, record=0x7ff51406dab8 "") at /data/src/10.4/mysys/hash.c:391
|
#7 0x00005580311f98c9 in add_to_locked_mutex (locked_mutex=0x7ff5140386f0, current_mutex=0x7ff51406dab8) at /data/src/10.4/mysys/thr_mutex.c:745
|
#8 0x00005580311ca5b1 in my_hash_iterate (hash=0x558034c725a0, action=0x5580311f97f7 <add_to_locked_mutex>, argument=0x7ff51406dab8) at /data/src/10.4/mysys/hash.c:796
|
#9 0x00005580311f97dd in add_used_to_locked_mutex (used_mutex=0x7ff51406dab8, locked_mutex=0x7ff5142669c0) at /data/src/10.4/mysys/thr_mutex.c:718
|
#10 0x00005580311f8b74 in safe_mutex_lock (mp=0x558031f54a40 <LOCK_trn_list>, my_flags=0, file=0x5580314b2be0 "/data/src/10.4/storage/maria/trnman.c", line=951) at /data/src/10.4/mysys/thr_
|
mutex.c:387
|
#11 0x0000558030c5b491 in inline_mysql_mutex_lock (that=0x558031f54a40 <LOCK_trn_list>, src_file=0x5580314b2be0 "/data/src/10.4/storage/maria/trnman.c", src_line=951) at /data/src/10.4/incl
|
ude/mysql/psi/mysql_thread.h:710
|
#12 0x0000558030c5d51f in trnman_lock () at /data/src/10.4/storage/maria/trnman.c:951
|
#13 0x0000558030c41044 in _ma_remove_not_visible_states_with_lock (share=0x7ff51406d040, all=1 '\001') at /data/src/10.4/storage/maria/ma_state.c:223
|
#14 0x0000558030cddb97 in maria_close (info=0x7ff51404b680) at /data/src/10.4/storage/maria/ma_close.c:199
|
#15 0x0000558030c52f33 in ha_maria::close (this=0x7ff5142992c8) at /data/src/10.4/storage/maria/ha_maria.cc:1310
|
#16 0x0000558030a3e1fe in handler::ha_close (this=0x7ff5142992c8) at /data/src/10.4/sql/handler.cc:2786
|
#17 0x000055803083ed03 in closefrm (table=0x7ff514296c50) at /data/src/10.4/sql/table.cc:3609
|
#18 0x0000558030964370 in intern_close_table (table=0x7ff514296c50) at /data/src/10.4/sql/table_cache.cc:222
|
#19 0x0000558030964778 in tc_purge (mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:335
|
#20 0x000055803068d0ee in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:331
|
#21 0x000055803068d208 in close_cached_tables (thd=0x7ff514000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#22 0x00005580308c5afd in reload_acl_and_cache (thd=0x7ff514000b00, options=4, tables=0x0, write_to_binlog=0x7ff588f62030) at /data/src/10.4/sql/sql_reload.cc:339
|
#23 0x000055803072de18 in mysql_execute_command (thd=0x7ff514000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#24 0x0000558030735244 in mysql_parse (thd=0x7ff514000b00, rawbuf=0x7ff51402a058 "FLUSH TABLES /* QNO 15853 CON_ID 17 */", length=38, parser_state=0x7ff588f62650, is_com_multi=false, is_nex
|
t_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#25 0x000055803072246e in dispatch_command (command=COM_QUERY, thd=0x7ff514000b00, packet=0x7ff5140cddf1 "FLUSH TABLES /* QNO 15853 CON_ID 17 */", packet_length=38, is_com_multi=false, is_n
|
ext_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#26 0x0000558030720e92 in do_command (thd=0x7ff514000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#27 0x000055803088d0ba in do_handle_one_connection (connect=0x558034d75f20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#28 0x000055803088ce3e in handle_one_connection (arg=0x558034d75f20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#29 0x00007ff58de3d494 in start_thread (arg=0x7ff588f63700) at pthread_create.c:333
|
#30 0x00007ff58c43e93f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7ff51402a058): FLUSH TABLES /* QNO 15853 CON_ID 17 */
|
Connection ID (thread ID): 14
|
Status: NOT_KILLED
|
mysqld: /data/src/10.4/mysys/thr_mutex.c:748: add_to_locked_mutex: Assertion `0' failed.
|
190103 19:54:01 [ERROR] mysqld got signal 6 ;
|
|
#7 0x00007f54f3011ee2 in __assert_fail () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x0000562c6880d8f1 in add_to_locked_mutex (locked_mutex=0x7f5480170220, current_mutex=0x562c69dd18c0 <THR_LOCK_myisam>) at /data/src/10.4/mysys/thr_mutex.c:748
|
#9 0x0000562c6880d7f0 in add_used_to_locked_mutex (used_mutex=0x562c69dd18c0 <THR_LOCK_myisam>, locked_mutex=0x7f5480170220) at /data/src/10.4/mysys/thr_mutex.c:722
|
#10 0x0000562c6880cb74 in safe_mutex_lock (mp=0x7f5480120908, my_flags=0, file=0x562c68c6cc20 "/data/src/10.4/storage/myisam/mi_close.c", line=44) at /data/src/10.4/mysys/thr_mutex.c:387
|
#11 0x0000562c68758a92 in inline_mysql_mutex_lock (that=0x7f5480120908, src_file=0x562c68c6cc20 "/data/src/10.4/storage/myisam/mi_close.c", src_line=44) at /data/src/10.4/include/mysql/psi/mysql_thread.h:710
|
#12 0x0000562c68758d2f in mi_close (info=0x7f5480120b90) at /data/src/10.4/storage/myisam/mi_close.c:44
|
#13 0x0000562c68741ee2 in ha_myisam::close (this=0x7f548011fca8) at /data/src/10.4/storage/myisam/ha_myisam.cc:932
|
#14 0x0000562c680521fe in handler::ha_close (this=0x7f548011fca8) at /data/src/10.4/sql/handler.cc:2786
|
#15 0x0000562c67e52d03 in closefrm (table=0x7f548011ec10) at /data/src/10.4/sql/table.cc:3609
|
#16 0x0000562c67f78370 in intern_close_table (table=0x7f548011ec10) at /data/src/10.4/sql/table_cache.cc:222
|
#17 0x0000562c67f78778 in tc_purge (mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:335
|
#18 0x0000562c67ca10ee in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:331
|
#19 0x0000562c67ca1208 in close_cached_tables (thd=0x7f5480000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#20 0x0000562c67ed9afd in reload_acl_and_cache (thd=0x7f5480000b00, options=4, tables=0x0, write_to_binlog=0x7f54dd8db030) at /data/src/10.4/sql/sql_reload.cc:339
|
#21 0x0000562c67d41e18 in mysql_execute_command (thd=0x7f5480000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#22 0x0000562c67d49244 in mysql_parse (thd=0x7f5480000b00, rawbuf=0x7f548002a368 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", length=38, parser_state=0x7f54dd8db650, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#23 0x0000562c67d3646e in dispatch_command (command=COM_QUERY, thd=0x7f5480000b00, packet=0x7f548012c8b1 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", packet_length=38, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#24 0x0000562c67d34e92 in do_command (thd=0x7f5480000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#25 0x0000562c67ea10ba in do_handle_one_connection (connect=0x562c6bf1bf20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#26 0x0000562c67ea0e3e in handle_one_connection (arg=0x562c6bf1bf20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#27 0x00007f54f4acd494 in start_thread (arg=0x7f54dd8dc700) at pthread_create.c:333
|
#28 0x00007f54f30ce93f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7f548002a368): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 12
|
Status: NOT_KILLED
|
(^ mentioned in MDEV-14894)
190103 19:57:59 [ERROR] mysqld got signal 11 ;
|
|
#3 <signal handler called>
|
#4 0x00007fb20ac22746 in __memcmp_sse4_1 () from /lib/x86_64-linux-gnu/libc.so.6
|
#5 0x0000557a69265894 in my_strnncoll_binary (cs=0x557a69d9e400 <my_charset_bin>, s=0xa5a5a5a5a5a5a5cd <error: Cannot access memory at address 0xa5a5a5a5a5a5a5cd>, slen=8, t=0x557a6b65f040
|
"!", tlen=8, t_is_prefix=0 '\000') at /data/src/10.4/strings/ctype-bin.c:85
|
#6 0x0000557a6920266b in hashcmp (hash=0x7fb1a0190890, pos=0x7fb1a015ba60, key=0x557a6b65f040 "!", length=0) at /data/src/10.4/mysys/hash.c:367
|
#7 0x0000557a6920243c in my_hash_first_from_hash_value (hash=0x7fb1a0190890, hash_value=2779096484, key=0x557a6b65f040 "!", length=0, current_record=0x7fb1f53fc82c) at /data/src/10.4/mysys
|
/hash.c:282
|
#8 0x0000557a69202391 in my_hash_first (hash=0x7fb1a0190890, key=0x557a6b65f040 "!", length=0, current_record=0x7fb1f53fc82c) at /data/src/10.4/mysys/hash.c:256
|
#9 0x0000557a692022b5 in my_hash_search (hash=0x7fb1a0190890, key=0x557a6b65f040 "!", length=0) at /data/src/10.4/mysys/hash.c:229
|
#10 0x0000557a69231a1f in safe_mutex_lock (mp=0x557a6b65efc8, my_flags=0, file=0x557a6938a108 "/data/src/10.4/sql/table_cache.cc", line=282) at /data/src/10.4/mysys/thr_mutex.c:338
|
#11 0x0000557a6899cf2e in inline_mysql_mutex_lock (that=0x557a6b65efc8, src_file=0x557a6938a108 "/data/src/10.4/sql/table_cache.cc", src_line=282) at /data/src/10.4/include/mysql/psi/mysql_
|
thread.h:710
|
#12 0x0000557a6899d56a in tc_remove_all_unused_tables (element=0x7fb1a01b2a50, purge_tables=0x7fb1f53fcb80, mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:282
|
#13 0x0000557a6899d708 in tc_purge_callback (element=0x7fb1a01b2a50, arg=0x7fb1f53fcb80) at /data/src/10.4/sql/table_cache.cc:321
|
#14 0x0000557a6923812a in l_find (head=0x7fb19c02ace0, cs=0x0, hashnr=0, key=0x7fb1f53fcb80 "`\243\027\240\261\177", keylen=0, cursor=0x7fb1f53fca20, pins=0x557a6c2f6d00, callback=0x557a689
|
9d6bc <tc_purge_callback(TDC_element*, tc_purge_arg*)>) at /data/src/10.4/mysys/lf_hash.c:126
|
#15 0x0000557a69238dd0 in lf_hash_iterate (hash=0x557a69f86b80 <tdc_hash>, pins=0x557a6c2f6d00, action=0x557a6899d6bc <tc_purge_callback(TDC_element*, tc_purge_arg*)>, argument=0x7fb1f53fcb
|
80) at /data/src/10.4/mysys/lf_hash.c:518
|
#16 0x0000557a689a08a9 in tdc_iterate (thd=0x0, action=0x557a6899d6bc <tc_purge_callback(TDC_element*, tc_purge_arg*)>, argument=0x7fb1f53fcb80, no_dups=false) at /data/src/10.4/sql/table_c
|
ache.cc:1333
|
#17 0x0000557a6899d76a in tc_purge (mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:333
|
#18 0x0000557a686c60ee in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:331
|
#19 0x0000557a686c6208 in close_cached_tables (thd=0x7fb1a0000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#20 0x0000557a688feafd in reload_acl_and_cache (thd=0x7fb1a0000b00, options=4, tables=0x0, write_to_binlog=0x7fb1f53fd030) at /data/src/10.4/sql/sql_reload.cc:339
|
#21 0x0000557a68766e18 in mysql_execute_command (thd=0x7fb1a0000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#22 0x0000557a6876e244 in mysql_parse (thd=0x7fb1a0000b00, rawbuf=0x7fb1a002a348 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", length=38, parser_state=0x7fb1f53fd650, is_com_multi=false, is_nex
|
t_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#23 0x0000557a6875b46e in dispatch_command (command=COM_QUERY, thd=0x7fb1a0000b00, packet=0x7fb1a012c891 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", packet_length=38, is_com_multi=false, is_n
|
ext_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#24 0x0000557a68759e92 in do_command (thd=0x7fb1a0000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#25 0x0000557a688c60ba in do_handle_one_connection (connect=0x557a6c407f20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#26 0x0000557a688c5e3e in handle_one_connection (arg=0x557a6c407f20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#27 0x00007fb20c5c5494 in start_thread (arg=0x7fb1f53fe700) at pthread_create.c:333
|
#28 0x00007fb20abc693f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7fb1a002a348): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 12
|
Status: NOT_KILLED
|
#5 <signal handler called>
|
#6 0x000061310007c700 in ?? ()
|
#7 0x000055bde59eb1af in my_hash_key (hash=0x7f4aec14ed70, record=0x7f4aec08e950 "\b1\267\345\275U", length=0x7f4b60116760, first=1 '\001') at /data/src/10.4/mysys/hash.c:190
|
#8 0x000055bde59eb6b5 in my_hash_insert (info=0x7f4aec14ed70, record=0x7f4aec08e950 "\b1\267\345\275U") at /data/src/10.4/mysys/hash.c:390
|
#9 0x000055bde5a1b885 in add_to_locked_mutex (locked_mutex=0x7f4aec08e950, current_mutex=0x7f4aec18fed0) at /data/src/10.4/mysys/thr_mutex.c:739
|
#10 0x000055bde5a1b7f0 in add_used_to_locked_mutex (used_mutex=0x7f4aec18fed0, locked_mutex=0x7f4aec08e950) at /data/src/10.4/mysys/thr_mutex.c:722
|
#11 0x000055bde5a1ab74 in safe_mutex_lock (mp=0x55bde704efc8, my_flags=0, file=0x55bde5b73108 "/data/src/10.4/sql/table_cache.cc", line=282) at /data/src/10.4/mysys/thr_mutex.c:387
|
#12 0x000055bde5185f2e in inline_mysql_mutex_lock (that=0x55bde704efc8, src_file=0x55bde5b73108 "/data/src/10.4/sql/table_cache.cc", src_line=282) at /data/src/10.4/include/mysql/psi/mysql_thread.h:710
|
#13 0x000055bde518656a in tc_remove_all_unused_tables (element=0x7f4aec18fd30, purge_tables=0x7f4b60116b80, mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:282
|
#14 0x000055bde5186708 in tc_purge_callback (element=0x7f4aec18fd30, arg=0x7f4b60116b80) at /data/src/10.4/sql/table_cache.cc:321
|
#15 0x000055bde5a2112a in l_find (head=0x7f4af81f30f0, cs=0x0, hashnr=0, key=0x7f4b60116b80 "@\246\027\354J\177", keylen=0, cursor=0x7f4b60116a20, pins=0x55bde7ce6d80, callback=0x55bde51866bc <tc_purge_callback(TDC_element*, tc_purge_arg*)>) at /data/src/10.4/mysys/lf_hash.c:126
|
#16 0x000055bde5a21dd0 in lf_hash_iterate (hash=0x55bde676fb80 <tdc_hash>, pins=0x55bde7ce6d80, action=0x55bde51866bc <tc_purge_callback(TDC_element*, tc_purge_arg*)>, argument=0x7f4b60116b80) at /data/src/10.4/mysys/lf_hash.c:518
|
#17 0x000055bde51898a9 in tdc_iterate (thd=0x0, action=0x55bde51866bc <tc_purge_callback(TDC_element*, tc_purge_arg*)>, argument=0x7f4b60116b80, no_dups=false) at /data/src/10.4/sql/table_cache.cc:1333
|
#18 0x000055bde518676a in tc_purge (mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:333
|
#19 0x000055bde4eaf0ee in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:331
|
#20 0x000055bde4eaf208 in close_cached_tables (thd=0x7f4aec000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#21 0x000055bde50e7afd in reload_acl_and_cache (thd=0x7f4aec000b00, options=4, tables=0x0, write_to_binlog=0x7f4b60117030) at /data/src/10.4/sql/sql_reload.cc:339
|
#22 0x000055bde4f4fe18 in mysql_execute_command (thd=0x7f4aec000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#23 0x000055bde4f57244 in mysql_parse (thd=0x7f4aec000b00, rawbuf=0x7f4aec02a058 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", length=38, parser_state=0x7f4b60117650, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#24 0x000055bde4f4446e in dispatch_command (command=COM_QUERY, thd=0x7f4aec000b00, packet=0x7f4aec00b421 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", packet_length=38, is_com_multi=false, is_next_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#25 0x000055bde4f42e92 in do_command (thd=0x7f4aec000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#26 0x000055bde50af0ba in do_handle_one_connection (connect=0x55bde7df7f20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#27 0x000055bde50aee3e in handle_one_connection (arg=0x55bde7df7f20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#28 0x00007f4b643f0494 in start_thread (arg=0x7f4b60118700) at pthread_create.c:333
|
#29 0x00007f4b629f193f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
(^ related or the same as MDEV-15376)
190103 16:08:27 [ERROR] mysqld got signal 6 ;
|
|
stdlib/abort.c:91(__GI_abort)[0x7ff9ddb873fa]
|
posix/libc_fatal.c:108(__libc_message)[0x7ff9ddbc3bd0]
|
malloc/malloc.c:5051(malloc_printerr)[0x7ff9ddbc9f96]
|
malloc/malloc.c:4140(_int_free)[0x7ff9ddbca78e]
|
mysys/safemalloc.c:280(free_memory)[0x564f78c3363a]
|
mysys/safemalloc.c:198(sf_free)[0x564f78c332f2]
|
mysys/my_malloc.c:223(my_free)[0x564f78c20fec]
|
2019-01-03 16:08:27 0 [Note] /data/bld/10.4/bin/mysqld (initiated by: root[root] @ localhost [127.0.0.1]): Normal shutdown
|
2019-01-03 16:08:27 0 [Note] InnoDB: FTS optimize thread exiting.
|
2019-01-03 16:08:27 0 [Note] Event Scheduler: Purging the queue. 0 events
|
/data/bld/10.4/bin/mysqld(+0x606325)[0x564f7803a325]
|
/data/bld/10.4/bin/mysqld(_Z8closefrmP5TABLE+0x98)[0x564f78271d18]
|
sql/sql_string.h:606(Binary_string::free())[0x564f78397370]
|
sql/table.cc:3611(closefrm(TABLE*))[0x564f78397778]
|
sql/table_cache.cc:223(intern_close_table(TABLE*))[0x564f780c00ee]
|
sql/table_cache.cc:334(tc_purge(bool))[0x564f780c0208]
|
sql/sql_base.cc:333(purge_tables(bool))[0x564f782f8afd]
|
sql/sql_base.cc:361(close_cached_tables(THD*, TABLE_LIST*, bool, unsigned long))[0x564f78160e18]
|
sql/sql_reload.cc:339(reload_acl_and_cache(THD*, unsigned long long, TABLE_LIST*, int*))[0x564f78168244]
|
sql/sql_parse.cc:5639(mysql_execute_command(THD*))[0x564f7815546e]
|
sql/sql_parse.cc:8104(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x564f78153e92]
|
sql/sql_parse.cc:1853(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x564f782c00ba]
|
sql/sql_parse.cc:1396(do_command(THD*))[0x564f782bfe3e]
|
nptl/pthread_create.c:333(start_thread)[0x7ff9df63a494]
|
x86_64/clone.S:99(clone)[0x7ff9ddc3b93f]
|
|
Query (0x7ff96002a358): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 12
|
Status: KILL_SERVER
|
(similar to one of the above, but not quite)
190103 20:11:17 [ERROR] mysqld got signal 6 ;
|
|
#3 <signal handler called>
|
#4 0x00007f0ecde6cfcf in raise () from /lib/x86_64-linux-gnu/libc.so.6
|
#5 0x00007f0ecde6e3fa in abort () from /lib/x86_64-linux-gnu/libc.so.6
|
#6 0x00007f0ecdeaabd0 in __libc_message () from /lib/x86_64-linux-gnu/libc.so.6
|
#7 0x00007f0ecdeb0f96 in malloc_printerr () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x00007f0ecdeb178e in _int_free () from /lib/x86_64-linux-gnu/libc.so.6
|
#9 0x0000556993ce363a in free_memory (ptr=0x7f0e5c1690f0) at /data/src/10.4/mysys/safemalloc.c:279
|
#10 0x0000556993ce32f2 in sf_free (ptr=0x7f0e5c1690f0) at /data/src/10.4/mysys/safemalloc.c:197
|
#11 0x0000556993cd0fec in my_free (ptr=0x7f0e5c1690f0) at /data/src/10.4/mysys/my_malloc.c:221
|
#12 0x00005569932227ee in intern_plugin_unlock (lex=0x0, plugin=0x7f0e5c1690f0) at /data/src/10.4/sql/sql_plugin.cc:1343
|
#13 0x00005569932229f2 in plugin_unlock (thd=0x0, plugin=0x7f0e5c1690f0) at /data/src/10.4/sql/sql_plugin.cc:1387
|
#14 0x00005569933177a9 in TABLE_SHARE::destroy (this=0x7f0e5c0ed668) at /data/src/10.4/sql/table.cc:449
|
#15 0x00005569933179a6 in free_table_share (share=0x7f0e5c0ed668) at /data/src/10.4/sql/table.cc:490
|
#16 0x0000556993448505 in tdc_delete_share_from_hash (element=0x7f0e5c0a3280) at /data/src/10.4/sql/table_cache.cc:549
|
#17 0x0000556993448cff in tdc_purge (all=true) at /data/src/10.4/sql/table_cache.cc:722
|
#18 0x00005569931700f8 in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:333
|
#19 0x0000556993170208 in close_cached_tables (thd=0x7f0e5c000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#20 0x00005569933a8afd in reload_acl_and_cache (thd=0x7f0e5c000b00, options=4, tables=0x0, write_to_binlog=0x7f0ecc1ea030) at /data/src/10.4/sql/sql_reload.cc:339
|
#21 0x0000556993210e18 in mysql_execute_command (thd=0x7f0e5c000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#22 0x0000556993218244 in mysql_parse (thd=0x7f0e5c000b00, rawbuf=0x7f0e5c02a358 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", length=38, parser_state=0x7f0ecc1ea650, is_com_multi=false, is_nex
|
t_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#23 0x000055699320546e in dispatch_command (command=COM_QUERY, thd=0x7f0e5c000b00, packet=0x7f0e5c12c8a1 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", packet_length=38, is_com_multi=false, is_n
|
ext_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#24 0x0000556993203e92 in do_command (thd=0x7f0e5c000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#25 0x00005569933700ba in do_handle_one_connection (connect=0x556997c1ef20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#26 0x000055699336fe3e in handle_one_connection (arg=0x556997c1ef20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#27 0x00007f0ecf921494 in start_thread (arg=0x7f0ecc1eb700) at pthread_create.c:333
|
#28 0x00007f0ecdf2293f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7f0e5c02a358): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 12
|
Status: NOT_KILLED
|
(^ any of MDEV-17896, MDEV-14894, MDEV-14891 might be related)
190103 20:49:59 [ERROR] mysqld got signal 6 ;
|
|
#3 <signal handler called>
|
#4 0x00007f946e964fcf in raise () from /lib/x86_64-linux-gnu/libc.so.6
|
#5 0x00007f946e9663fa in abort () from /lib/x86_64-linux-gnu/libc.so.6
|
#6 0x00007f946e9a2bd0 in __libc_message () from /lib/x86_64-linux-gnu/libc.so.6
|
#7 0x00007f946e9a8f96 in malloc_printerr () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x00007f946e9a978e in _int_free () from /lib/x86_64-linux-gnu/libc.so.6
|
#9 0x000055b13957e63a in free_memory (ptr=0x7f93fc130000) at /data/src/10.4/mysys/safemalloc.c:279
|
#10 0x000055b13957e2f2 in sf_free (ptr=0x7f93fc130000) at /data/src/10.4/mysys/safemalloc.c:197
|
#11 0x000055b13956bfec in my_free (ptr=0x7f93fc130000) at /data/src/10.4/mysys/my_malloc.c:221
|
#12 0x000055b138abd7ee in intern_plugin_unlock (lex=0x0, plugin=0x7f93fc130000) at /data/src/10.4/sql/sql_plugin.cc:1343
|
#13 0x000055b138abdb15 in plugin_unlock_list (thd=0x0, list=0x7f946c18aca8, count=11) at /data/src/10.4/sql/sql_plugin.cc:1404
|
#14 0x000055b138ac10b9 in plugin_foreach_with_mask (thd=0x7f93fc000b00, func=0x55b138db76ad <closecon_handlerton(THD*, plugin_ref, void*)>, type=1, state_mask=10, arg=0x0) at /data/src/10.4
|
/sql/sql_plugin.cc:2436
|
#15 0x000055b138db7776 in ha_close_connection (thd=0x7f93fc000b00) at /data/src/10.4/sql/handler.cc:803
|
#16 0x000055b138a38c92 in THD::free_connection (this=0x7f93fc000b00) at /data/src/10.4/sql/sql_class.cc:1546
|
#17 0x000055b138977841 in unlink_thd (thd=0x7f93fc000b00) at /data/src/10.4/sql/mysqld.cc:2814
|
#18 0x000055b138977cca in one_thread_per_connection_end (thd=0x7f93fc000b00, put_in_cache=true) at /data/src/10.4/sql/mysqld.cc:2951
|
#19 0x000055b138c0b1a3 in do_handle_one_connection (connect=0x55b13ce95f20) at /data/src/10.4/sql/sql_connect.cc:1421
|
#20 0x000055b138c0ae3e in handle_one_connection (arg=0x55b13ce95f20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#21 0x00007f9470419494 in start_thread (arg=0x7f946c18b700) at pthread_create.c:333
|
#22 0x00007f946ea1a93f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x0):
|
Connection ID (thread ID): 12
|
Status: KILL_CONNECTION
|
190103 17:10:29 [ERROR] mysqld got signal 6 ;
|
|
#3 <signal handler called>
|
#4 0x00007fbea08a0fcf in raise () from /lib/x86_64-linux-gnu/libc.so.6
|
#5 0x00007fbea08a23fa in abort () from /lib/x86_64-linux-gnu/libc.so.6
|
#6 0x00007fbea08debd0 in __libc_message () from /lib/x86_64-linux-gnu/libc.so.6
|
#7 0x00007fbea08e4f96 in malloc_printerr () from /lib/x86_64-linux-gnu/libc.so.6
|
#8 0x00007fbea08e578e in _int_free () from /lib/x86_64-linux-gnu/libc.so.6
|
#9 0x000055e94aab563a in free_memory (ptr=0x7fbe3417f610) at /data/src/10.4/mysys/safemalloc.c:279
|
#10 0x000055e94aab52f2 in sf_free (ptr=0x7fbe3417f610) at /data/src/10.4/mysys/safemalloc.c:197
|
#11 0x000055e94aaa2fec in my_free (ptr=0x7fbe3417f610) at /data/src/10.4/mysys/my_malloc.c:221
|
#12 0x000055e94aaae760 in safe_mutex_free_deadlock_data (mp=0x7fbe341fa968) at /data/src/10.4/mysys/thr_mutex.c:667
|
#13 0x000055e94aaae619 in safe_mutex_destroy (mp=0x7fbe341fa968, file=0x55e94af0dc20 "/data/src/10.4/storage/myisam/mi_close.c", line=105) at /data/src/10.4/mysys/thr_mutex.c:604
|
#14 0x000055e94a9f99ce in inline_mysql_mutex_destroy (that=0x7fbe341fa968, src_file=0x55e94af0dc20 "/data/src/10.4/storage/myisam/mi_close.c", src_line=105) at /data/src/10.4/include/mysql/
|
psi/mysql_thread.h:669
|
#15 0x000055e94a9fa02e in mi_close (info=0x7fbe341fb8b0) at /data/src/10.4/storage/myisam/mi_close.c:105
|
#16 0x000055e94a9e2ee2 in ha_myisam::close (this=0x7fbe341ec558) at /data/src/10.4/storage/myisam/ha_myisam.cc:932
|
#17 0x000055e94a2f31fe in handler::ha_close (this=0x7fbe341ec558) at /data/src/10.4/sql/handler.cc:2786
|
#18 0x000055e94a0f3d03 in closefrm (table=0x7fbe341eb920) at /data/src/10.4/sql/table.cc:3609
|
#19 0x000055e94a219370 in intern_close_table (table=0x7fbe341eb920) at /data/src/10.4/sql/table_cache.cc:222
|
#20 0x000055e94a219778 in tc_purge (mark_flushed=false) at /data/src/10.4/sql/table_cache.cc:335
|
#21 0x000055e949f420ee in purge_tables (purge_flag=false) at /data/src/10.4/sql/sql_base.cc:331
|
#22 0x000055e949f42208 in close_cached_tables (thd=0x7fbe34000b00, tables=0x0, wait_for_refresh=true, timeout=2) at /data/src/10.4/sql/sql_base.cc:360
|
#23 0x000055e94a17aafd in reload_acl_and_cache (thd=0x7fbe34000b00, options=4, tables=0x0, write_to_binlog=0x7fbe8917f030) at /data/src/10.4/sql/sql_reload.cc:339
|
#24 0x000055e949fe2e18 in mysql_execute_command (thd=0x7fbe34000b00) at /data/src/10.4/sql/sql_parse.cc:5639
|
#25 0x000055e949fea244 in mysql_parse (thd=0x7fbe34000b00, rawbuf=0x7fbe3402a348 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", length=38, parser_state=0x7fbe8917f650, is_com_multi=false, is_nex
|
t_command=false) at /data/src/10.4/sql/sql_parse.cc:8104
|
#26 0x000055e949fd746e in dispatch_command (command=COM_QUERY, thd=0x7fbe34000b00, packet=0x7fbe34185ed1 "FLUSH TABLES /* QNO 17941 CON_ID 17 */", packet_length=38, is_com_multi=false, is_n
|
ext_command=false) at /data/src/10.4/sql/sql_parse.cc:1851
|
#27 0x000055e949fd5e92 in do_command (thd=0x7fbe34000b00) at /data/src/10.4/sql/sql_parse.cc:1396
|
#28 0x000055e94a1420ba in do_handle_one_connection (connect=0x55e94e0dbf20) at /data/src/10.4/sql/sql_connect.cc:1402
|
#29 0x000055e94a141e3e in handle_one_connection (arg=0x55e94e0dbf20) at /data/src/10.4/sql/sql_connect.cc:1308
|
#30 0x00007fbea2355494 in start_thread (arg=0x7fbe89180700) at pthread_create.c:333
|
#31 0x00007fbea095693f in clone () from /lib/x86_64-linux-gnu/libc.so.6
|
|
Query (0x7fbe3402a348): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 12
|
Status: NOT_KILLED
|
(^ MDEV-18046, MDEV-14894 might be related)
190103 23:33:37 [ERROR] mysqld got signal 11 ;
|
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x110c0)[0x7f2b2f4080c0]
|
sql/sql_plist.h:124(I_P_List<TABLE, TABLE_share, I_P_List_null_counter, I_P_List_no_push_back<TABLE> >::remove(TABLE*))[0x55f7ad9ef165]
|
sql/sql_plist.h:141(I_P_List<TABLE, TABLE_share, I_P_List_null_counter, I_P_List_no_push_back<TABLE> >::pop_front())[0x55f7ad9eeee0]
|
sql/table_cache.cc:283(tc_remove_all_unused_tables(TDC_element*, I_P_List<TABLE, TABLE_share, I_P_List_null_counter, I_P_List_no_push_back<TABLE> >*, bool))[0x55f7ad9eb661]
|
sql/table_cache.cc:322(tc_purge_callback(TDC_element*, tc_purge_arg*))[0x55f7ad9eb708]
|
mysys/lf_hash.c:126(l_find)[0x55f7ae28612a]
|
mysys/lf_hash.c:518(lf_hash_iterate)[0x55f7ae286dd0]
|
sql/table_cache.cc:1333(tdc_iterate(THD*, char (*)(void*, void*), void*, bool))[0x55f7ad9ee8a9]
|
sql/table_cache.cc:334(tc_purge(bool))[0x55f7ad9eb76a]
|
sql/sql_base.cc:333(purge_tables(bool))[0x55f7ad7140ee]
|
sql/sql_base.cc:361(close_cached_tables(THD*, TABLE_LIST*, bool, unsigned long))[0x55f7ad714208]
|
sql/sql_reload.cc:339(reload_acl_and_cache(THD*, unsigned long long, TABLE_LIST*, int*))[0x55f7ad94cafd]
|
sql/sql_parse.cc:5639(mysql_execute_command(THD*))[0x55f7ad7b4e18]
|
sql/sql_parse.cc:8104(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x55f7ad7bc244]
|
sql/sql_parse.cc:1853(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x55f7ad7a946e]
|
sql/sql_parse.cc:1396(do_command(THD*))[0x55f7ad7a7e92]
|
sql/sql_connect.cc:1402(do_handle_one_connection(CONNECT*))[0x55f7ad9140ba]
|
sql/sql_connect.cc:1309(handle_one_connection)[0x55f7ad913e3e]
|
nptl/pthread_create.c:333(start_thread)[0x7f2b2f3fe494]
|
x86_64/clone.S:99(clone)[0x7f2b2d9ff93f]
|
|
Query (0x7f2ac002a348): FLUSH TABLES /* QNO 17941 CON_ID 17 */
|
Connection ID (thread ID): 12
|
Status: KILL_SERVER
|
*** Error in `/data/bld/10.4/bin/mysqld': corrupted double-linked list: 0x00007f17c8148f90 ***
|
======= Backtrace: =========
|
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7f1840895bcb]
|
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7f184089bf96]
|
/lib/x86_64-linux-gnu/libc.so.6(+0x77f6f)[0x7f184089cf6f]
|
/data/bld/10.4/bin/mysqld(+0x11ff63a)[0x55f5b979663a]
|
/data/bld/10.4/bin/mysqld(sf_free+0x38)[0x55f5b97962f2]
|
/data/bld/10.4/bin/mysqld(+0xcdc6ce)[0x55f5b92736ce]
|
/data/bld/10.4/bin/mysqld(+0xc51f33)[0x55f5b91e8f33]
|
/data/bld/10.4/bin/mysqld(_ZN7handler8ha_closeEv+0x152)[0x55f5b8fd41fe]
|
/data/bld/10.4/bin/mysqld(_Z8closefrmP5TABLE+0x83)[0x55f5b8dd4d03]
|
/data/bld/10.4/bin/mysqld(+0x963370)[0x55f5b8efa370]
|
/data/bld/10.4/bin/mysqld(_Z8tc_purgeb+0x4b)[0x55f5b8efa778]
|
/data/bld/10.4/bin/mysqld(_Z12purge_tablesb+0x1d)[0x55f5b8c230ee]
|
/data/bld/10.4/bin/mysqld(_Z19close_cached_tablesP3THDP10TABLE_LISTbm+0x10e)[0x55f5b8c23208]
|
/data/bld/10.4/bin/mysqld(_Z20reload_acl_and_cacheP3THDyP10TABLE_LISTPi+0xb16)[0x55f5b8e5bafd]
|
/data/bld/10.4/bin/mysqld(_Z21mysql_execute_commandP3THD+0x7de3)[0x55f5b8cc3e18]
|
/data/bld/10.4/bin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_statebb+0x2af)[0x55f5b8ccb244]
|
/data/bld/10.4/bin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0xfda)[0x55f5b8cb846e]
|
/data/bld/10.4/bin/mysqld(_Z10do_commandP3THD+0x69b)[0x55f5b8cb6e92]
|
/data/bld/10.4/bin/mysqld(_Z24do_handle_one_connectionP7CONNECT+0x
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7494)[0x7f184230c494]
|
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f184090d93f]
|
======= Memory map: ========
|
55f5b8597000-55f5b9f87000 r-xp 00000000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
55f5ba186000-55f5ba2ad000 r--p 019ef000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
55f5ba2ad000-55f5ba4b0000 rw-p 01b16000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
55f5ba4b0000-55f5bad55000 rw-p 00000000 00:00 0
|
55f5bccaf000-55f5bdc75000 rw-p 00000000 00:00 0 [heap]
|
7f17c0000000-7f17c02aa000 rw-p 00000000 00:00 0
|
7f17c02aa000-7f17c4000000 ---p 00000000 00:00 0
|
7f17c4000000-7f17c4031000 rw-p 00000000 00:00 0
|
7f17c4031000-7f17c8000000 ---p 00000000 00:00 0
|
7f17c8000000-7f17c82cd000 rw-p 00000000 00:00 0
|
7f17c82cd000-7f17cc000000 ---p 00000000 00:00 0
|
7f17cc000000-7f17cc4ad000 rw-p 00000000 00:00 0
|
7f17cc4ad000-7f17d0000000 ---p 00000000 00:00 0
|
7f17d0000000-7f17d0038000 rw-p 00000000 00:00 0
|
7f17d0038000-7f17d4000000 ---p 00000000 00:00 0
|
7f17d4000000-7f17d45f0000 rw-p 00000000 00:00 0
|
7f17d45f0000-7f17d8000000 ---p 00000000 00:00 0
|
7f17d8000000-7f17d8021000 rw-p 00000000 00:00 0
|
7f17d8021000-7f17dc000000 ---p 00000000 00:00 0
|
7f17dc000000-7f17dc027000 rw-p 00000000 00:00 0
|
7f17dc027000-7f17e0000000 ---p 00000000 00:00 0
|
7f17e0000000-7f17e0021000 rw-p 00000000 00:00 0
|
7f17e0021000-7f17e4000000 ---p 00000000 00:00 0
|
7f17e4000000-7f17e4021000 rw-p 00000000 00:00 0
|
7f17e4021000-7f17e8000000 ---p 00000000 00:00 0
|
7f17e8000000-7f17e8021000 rw-p 00000000 00:00 0
|
7f17e8021000-7f17ec000000 ---p 00000000 00:00 0
|
7f17ec000000-7f17ec021000 rw-p 00000000 00:00 0
|
7f17ec021000-7f17f0000000 ---p 00000000 00:00 0
|
7f17f0000000-7f17f0021000 rw-p 00000000 00:00 0
|
7f17f0021000-7f17f4000000 ---p 00000000 00:00 0
|
7f17f4000000-7f17f4021000 rw-p 00000000 00:00 0
|
7f17f4021000-7f17f8000000 ---p 00000000 00:00 0
|
7f17f8000000-7f17f8021000 rw-p 00000000 00:00 0
|
7f17f8021000-7f17fc000000 ---p 00000000 00:00 0
|
7f17fe7fd000-7f17fe7fe000 ---p 00000000 00:00 0
|
7f17fe7fe000-7f17feffe000 rw-p 00000000 00:00 0 [stack:18924]
|
7f17ff7ff000-7f17ff800000 ---p 00000000 00:00 0
|
7f17ff800000-7f1800000000 rw-p 00000000 00:00 0 [stack:18930]
|
7f1800000000-7f1800021000 rw-p 00000000 00:00 0
|
7f1800021000-7f1804000000 ---p 00000000 00:00 0
|
7f18047f9000-7f18047fa000 ---p 00000000 00:00 0
|
7f18047fa000-7f1804ffa000 rw-p 00000000 00:00 0 [stack:18929]
|
7f1804ffa000-7f1804ffb000 ---p 00000000 00:00 0
|
7f1804ffb000-7f18057fb000 rw-p 00000000 00:00 0 [stack:18928]
|
7f18057fb000-7f18057fc000 ---p 00000000 00:00 0
|
7f18057fc000-7f1805ffc000 rw-p 00000000 00:00 0 [stack:18927]
|
7f1805ffc000-7f1805ffd000 ---p 00000000 00:00 0
|
7f1805ffd000-7f18067fd000 rw-p 00000000 00:00 0 [stack:18926]
|
7f18067fd000-7f18067fe000 ---p 00000000 00:00 0
|
7f18067fe000-7f1806ffe000 rw-p 00000000 00:00 0 [stack:18925]
|
7f1806ffe000-7f1806fff000 ---p 00000000 00:00 0
|
7f1806fff000-7f18077ff000 rw-p 00000000 00:00 0 [stack:18923]
|
7f18077ff000-7f1807800000 ---p 00000000 00:00 0
|
7f1807800000-7f1808000000 rw-p 00000000 00:00 0 [stack:18922]
|
7f1808000000-7f1808021000 rw-p 00000000 00:00 0
|
7f1808021000-7f180c000000 ---p 00000000 00:00 0
|
7f180c000000-7f180c021000 rw-p 00000000 00:00 0
|
7f180c021000-7f1810000000 ---p 00000000 00:00 0
|
7f1810000000-7f1810021000 rw-p 00000000 00:00 0
|
7f1810021000-7f1814000000 ---p 00000000 00:00 0
|
7f1814341000-7f1814342000 ---p 00000000 00:00 0
|
7f1814342000-7f1814b42000 rw-p 00000000 00:00 0 [stack:18920]
|
7f1814b42000-7f1814b43000 ---p 00000000 00:00 0
|
7f1814b43000-7f1815343000 rw-p 00000000 00:00 0 [stack:18919]
|
7f1815343000-7f1815344000 ---p 00000000 00:00 0
|
7f1815344000-7f1815b44000 rw-p 00000000 00:00 0 [stack:18918]
|
7f1815b44000-7f1815b45000 ---p 00000000 00:00 0
|
7f1815b45000-7f1816345000 rw-p 00000000 00:00 0 [stack:18917]
|
7f1816345000-7f1816346000 ---p 00000000 00:00 0
|
7f1816346000-7f1816b46000 rw-p 00000000 00:00 0 [stack:18921]
|
7f1816b46000-7f1816b47000 ---p 00000000 00:00 0
|
7f1816b47000-7f1817347000 rw-p 00000000 00:00 0 [stack:18915]
|
7f1817347000-7f1817348000 ---p 00000000 00:00 0
|
7f1817348000-7f1817b48000 rw-p 00000000 00:00 0 [stack:18914]
|
7f1817b48000-7f1817b49000 ---p 00000000 00:00 0
|
7f1817b49000-7f1818349000 rw-p 00000000 00:00 0 [stack:18913]
|
7f1818349000-7f181834a000 ---p 00000000 00:00 0
|
7f181834a000-7f1818b4a000 rw-p 00000000 00:00 0 [stack:18912]
|
7f1818b4a000-7f1818b4b000 ---p 00000000 00:00 0
|
7f1818b4b000-7f181934b000 rw-p 00000000 00:00 0 [stack:18911]
|
7f181934b000-7f181934c000 ---p 00000000 00:00 0
|
7f181934c000-7f1819b4c000 rw-p 00000000 00:00 0 [stack:18910]
|
7f1819b4c000-7f1819b4d000 ---p 00000000 00:00 0
|
7f1819b4d000-7f181a34d000 rw-p 00000000 00:00 0 [stack:18909]
|
7f181a34d000-7f181a34e000 ---p 00000000 00:00 0
|
7f181a34e000-7f181ab4e000 rw-p 00000000 00:00 0 [stack:18908]
|
7f181ab4e000-7f181ab4f000 ---p 00000000 00:00 0
|
7f181ab4f000-7f181b34f000 rw-p 00000000 00:00 0 [stack:18907]
|
7f181b34f000-7f181b350000 ---p 00000000 00:00 0
|
7f181b350000-7f1824000000 rw-p 00000000 00:00 0 [stack:18905]
|
7f1824000000-7f1824021000 rw-p 00000000 00:00 0
|
7f1824021000-7f1828000000 ---p 00000000 00:00 0
|
7f18283f2000-7f18285f7000 rw-p 00000000 00:00 0
|
7f18285f7000-7f18285f8000 ---p 00000000 00:00 0
|
7f18285f8000-7f1828df8000 rw-p 00000000 00:00 0 [stack:18904]
|
7f1828fc5000-7f1828fc6000 ---p 00000000 00:00 0
|
7f1828fc6000-7f182900f000 rw-p 00000000 00:00 0 [stack:18949]
|
7f182900f000-7f1829010000 ---p 00000000 00:00 0
|
7f1829010000-7f1829059000 rw-p 00000000 00:00 0 [stack:18939]
|
7f1829059000-7f182905a000 ---p 00000000 00:00 0
|
7f182905a000-7f18290a3000 rw-p 00000000 00:00 0 [stack:18938]
|
7f18290a3000-7f18290a4000 ---p 00000000 00:00 0
|
7f18290a4000-7f18290ed000 rw-p 00000000 00:00 0 [stack:18937]
|
7f18290ed000-7f18290ee000 ---p 00000000 00:00 0
|
7f18290ee000-7f1829137000 rw-p 00000000 00:00 0 [stack:18936]
|
7f1829137000-7f1829138000 ---p 00000000 00:00 0
|
7f1829138000-7f1829181000 rw-p 00000000 00:00 0 [stack:18935]
|
7f1829181000-7f1829182000 ---p 00000000 00:00 0
|
7f1829182000-7f18291cb000 rw-p 00000000 00:00 0 [stack:18932]
|
7f18291cb000-7f18291cc000 ---p 00000000 00:00 0
|
7f18291cc000-7f182b616000 rw-p 00000000 00:00 0 [stack:18931]
|
7f182b616000-7f182b617000 ---p 00000000 00:00 0
|
7f182b617000-7f183c000000 rw-p 00000000 00:00 0 [stack:18903]
|
7f183c000000-7f183c021000 rw-p 00000000 00:00 0
|
7f183c021000-7f1840000000 ---p 00000000 00:00 0
|
7f1840024000-7f1840025000 ---p 00000000 00:00 0
|
7f1840025000-7f1840825000 rw-p 00000000 00:00 0 [stack:18902]
|
7f1840825000-7f18409ba000 r-xp 00000000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7f18409ba000-7f1840bb9000 ---p 00195000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7f1840bb9000-7f1840bbd000 r--p 00194000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7f1840bbd000-7f1840bbf000 rw-p 00198000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7f1840bbf000-7f1840bc3000 rw-p 00000000 00:00 0
|
7f1840bc3000-7f1840bd9000 r-xp 00000000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7f1840bd9000-7f1840dd8000 ---p 00016000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7f1840dd8000-7f1840dd9000 rw-p 00015000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7f1840dd9000-7f1840edc000 r-xp 00000000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7f1840edc000-7f18410db000 ---p 00103000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7f18410db000-7f18410dc000 r--p 00102000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7f18410dc000-7f18410dd000 rw-p 00103000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7f18410dd000-7f184124f000 r-xp 00000000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7f184124f000-7f184144f000 ---p 00172000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7f184144f000-7f1841459000 r--p 00172000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7f1841459000-7f184145b000 rw-p 0017c000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7f184145b000-7f184145f000 rw-p 00000000 00:00 0
|
7f184145f000-7f1841462000 r-xp 00000000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7f1841462000-7f1841661000 ---p 00003000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7f1841661000-7f1841662000 r--p 00002000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7f1841662000-7f1841663000 rw-p 00003000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7f1841663000-7f1841830000 r-xp 00000000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7f1841830000-7f1841a2f000 ---p 001cd000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7f1841a2f000-7f1841a4c000 r--p 001cc000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7f1841a4c000-7f1841a5c000 rw-p 001e9000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7f1841a5c000-7f1841a5f000 rw-p 00000000 00:00 0
|
7f1841a5f000-7f1841ab6000 r-xp 00000000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7f1841ab6000-7f1841cb6000 ---p 00057000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7f1841cb6000-7f1841cb9000 r--p 00057000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7f1841cb9000-7f1841cbf000 rw-p 0005a000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7f1841cbf000-7f1841cc0000 rw-p 00000000 00:00 0
|
7f1841cc0000-7f1841cc8000 r-xp 00000000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7f1841cc8000-7f1841ec8000 ---p 00008000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7f1841ec8000-7f1841ec9000 r--p 00008000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7f1841ec9000-7f1841eca000 rw-p 00009000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7f1841eca000-7f1841ef8000 rw-p 00000000 00:00 0
|
7f1841ef8000-7f1841f02000 r-xp 00000000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7f1841f02000-7f1842101000 ---p 0000a000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7f1842101000-7f1842102000 r--p 00009000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7f1842102000-7f1842103000 rw-p 0000a000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7f1842103000-7f1842104000 r-xp 00000000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7f1842104000-7f1842303000 ---p 00001000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7f1842303000-7f1842304000 r--p 00000000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7f1842304000-7f1842305000 rw-p 00001000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7f1842305000-7f184231d000 r-xp 00000000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7f184231d000-7f184251c000 ---p 00018000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7f184251c000-7f184251d000 r--p 00017000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7f184251d000-7f184251e000 rw-p 00018000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7f184251e000-7f1842522000 rw-p 00000000 00:00 0
|
7f1842522000-7f1842545000 r-xp 00000000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7f1842582000-7f1842588000 rw-s 00000000 00:11 10073782 /dev/shm/var_auto_1TDm/mysqld.1/data/tc.log
|
7f1842588000-7f184258d000 rw-s 00000000 00:0a 10080654 /[aio] (deleted)
|
7f184258d000-7f1842592000 rw-s 00000000 00:0a 10080653 /[aio] (deleted)
|
7f1842592000-7f1842597000 rw-s 00000000 00:0a 10080652 /[aio] (deleted)
|
7f1842597000-7f184259c000 rw-s 00000000 00:0a 10080651 /[aio] (deleted)
|
7f184259c000-7f18425a1000 rw-s 00000000 00:0a 10080650 /[aio] (deleted)
|
7f18425a1000-7f18425a6000 rw-s 00000000 00:0a 10080649 /[aio] (deleted)
|
7f18425a6000-7f184272b000 rw-p 00000000 00:00 0
|
7f184272b000-7f184272d000 rw-s 00000000 00:0a 10080655 /[aio] (deleted)
|
7f184272d000-7f1842732000 rw-s 00000000 00:0a 10080648 /[aio] (deleted)
|
7f1842732000-7f1842737000 rw-s 00000000 00:0a 10080647 /[aio] (deleted)
|
7f1842737000-7f184273c000 rw-s 00000000 00:0a 10080646 /[aio] (deleted)
|
7f184273c000-7f1842741000 rw-s 00000000 00:0a 10080645 /[aio] (deleted)
|
7f1842741000-7f1842742000 rw-s 00000000 00:0a 10080643 /[aio] (deleted)
|
7f1842742000-7f1842745000 rw-p 00000000 00:00 0
|
7f1842745000-7f1842746000 r--p 00023000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7f1842746000-7f1842747000 rw-p 00024000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7f1842747000-7f1842748000 rw-p 00000000 00:00 0
|
7ffd7e7fa000-7ffd7e81d000 rw-p 00000000 00:00 0 [stack]
|
7ffd7e8cb000-7ffd7e8cd000 r-xp 00000000 00:00 0 [vdso]
|
7ffd7e8cd000-7ffd7e8cf000 r--p 00000000 00:00 0 [vvar]
|
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
|
*** Error in `/data/bld/10.4/bin/mysqld': double free or corruption (!prev): 0x00007f43dc144a60 ***
|
======= Backtrace: =========
|
SHOW EXPLAIN FOR /* QNO 14463 CON_ID 19 */;
|
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7f4450e0dbcb]
|
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7f4450e13f96]
|
DELETE HISTORY FROM t8 BEFORE SYSTEM_TIME 252 /* QNO 14464 CON_ID 19 */;
|
/lib/x86_64-linux-gnu/libc.so.6(+0x7778e)[0x7f4450e1478e]
|
BEGIN /* QNO 14465 CON_ID 19 */;
|
CREATE OR REPLACE VIEW transforms.view_6152_probe AS BEGIN /* QNO 14465 CON_ID 19 */ /* QNO 14466 CON_ID 19 */;
|
SELECT * FROM `view_t1` INTO OUTFILE 'load_view_t1' /* QNO 14467 CON_ID 19 */;
|
/data/bld/10.4/bin/mysqld(+0x11ff63a)[0x560e217ed63a]
|
/data/bld/10.4/bin/mysqld(sf_free+0x38)[0x560e217ed2f2]
|
/data/bld/10.4/bin/mysqld(my_free+0x9e)[0x560e217dafec]
|
/data/bld/10.4/bin/mysqld(+0x73e7ee)[0x560e20d2c7ee]
|
/data/bld/10.4/bin/mysqld(_Z13plugin_unlockP3THDPP13st_plugin_int+0x88)[0x560e20d2c9f2]
|
/data/bld/10.4/bin/mysqld(_ZN11TABLE_SHARE7destroyEv+0x1e9)[0x560e20e217a9]
|
/data/bld/10.4/bin/mysqld(_Z16free_table_shareP11TABLE_SHARE+0x7c)[0x560e20e219a6]
|
/data/bld/10.4/bin/mysqld(+0x964505)[0x560e20f52505]
|
/data/bld/10.4/bin/mysqld(_Z9tdc_purgeb+0x129)[0x560e20f52cff]
|
/data/bld/10.4/bin/mysqld(_Z12purge_tablesb+0x27)[0x560e20c7a0f8]
|
/data/bld/10.4/bin/mysqld(_Z19close_cached_tablesP3THDP10TABLE_LISTbm+0x10e)[0x560e20c7a208]
|
/data/bld/10.4/bin/mysqld(_Z20reload_acl_and_cacheP3THDyP10TABLE_LISTPi+0xb16)[0x560e20eb2afd]
|
/data/bld/10.4/bin/mysqld(_Z21mysql_execute_commandP3THD+0x7de3)[0x560e20d1ae18]
|
/data/bld/10.4/bin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_statebb+0x2af)[0x560e20d22244]
|
/data/bld/10.4/bin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0xfda)[0x560e20d0f46e]
|
/data/bld/10.4/bin/mysqld(_Z10do_commandP3THD+0x69b)[0x560e20d0de92]
|
/data/bld/10.4/bin/mysqld(_Z24do_handle_one_connectionP7CONNECT+0x1bd)[0x560e20e7a0ba]
|
/data/bld/10.4/bin/mysqld(handle_one_connection+0x30)[0x560e20e79e3e]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7494)[0x7f4452884494]
|
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7f4450e8593f]
|
======= Memory map: ========
|
560e205ee000-560e21fde000 r-xp 00000000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
560e221dd000-560e22304000 r--p 019ef000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
560e22304000-560e22507000 rw-p 01b16000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
560e22507000-560e22dac000 rw-p 00000000 00:00 0
|
560e22e87000-560e23e4d000 rw-p 00000000 00:00 0 [heap]
|
7f43d0000000-7f43d0621000 rw-p 00000000 00:00 0
|
7f43d0621000-7f43d4000000 ---p 00000000 00:00 0
|
7f43d4000000-7f43d40cc000 rw-p 00000000 00:00 0
|
7f43d40cc000-7f43d8000000 ---p 00000000 00:00 0
|
7f43d8000000-7f43d866c000 rw-p 00000000 00:00 0
|
7f43d866c000-7f43dc000000 ---p 00000000 00:00 0
|
7f43dc000000-7f43dc49b000 rw-p 00000000 00:00 0
|
7f43dc49b000-7f43e0000000 ---p 00000000 00:00 0
|
7f43e0000000-7f43e02a8000 rw-p 00000000 00:00 0
|
7f43e02a8000-7f43e4000000 ---p 00000000 00:00 0
|
7f43e4000000-7f43e42e0000 rw-p 00000000 00:00 0
|
7f43e42e0000-7f43e8000000 ---p 00000000 00:00 0
|
7f43e8000000-7f43e8021000 rw-p 00000000 00:00 0
|
7f43e8021000-7f43ec000000 ---p 00000000 00:00 0
|
7f43ec000000-7f43ec027000 rw-p 00000000 00:00 0
|
7f43ec027000-7f43f0000000 ---p 00000000 00:00 0
|
7f43f0000000-7f43f0021000 rw-p 00000000 00:00 0
|
7f43f0021000-7f43f4000000 ---p 00000000 00:00 0
|
7f43f4000000-7f43f4021000 rw-p 00000000 00:00 0
|
7f43f4021000-7f43f8000000 ---p 00000000 00:00 0
|
7f43f8000000-7f43f8021000 rw-p 00000000 00:00 0
|
7f43f8021000-7f43fc000000 ---p 00000000 00:00 0
|
7f43fc000000-7f43fc021000 rw-p 00000000 00:00 0
|
7f43fc021000-7f4400000000 ---p 00000000 00:00 0
|
7f4400000000-7f4400021000 rw-p 00000000 00:00 0
|
7f4400021000-7f4404000000 ---p 00000000 00:00 0
|
7f4404000000-7f4404021000 rw-p 00000000 00:00 0
|
7f4404021000-7f4408000000 ---p 00000000 00:00 0
|
7f4408000000-7f440802b000 rw-p 00000000 00:00 0
|
7f440802b000-7f440c000000 ---p 00000000 00:00 0
|
7f440effe000-7f440efff000 ---p 00000000 00:00 0
|
7f440efff000-7f440f7ff000 rw-p 00000000 00:00 0 [stack:21719]
|
7f4410000000-7f4410021000 rw-p 00000000 00:00 0
|
7f4410021000-7f4414000000 ---p 00000000 00:00 0
|
7f44147f9000-7f44147fa000 ---p 00000000 00:00 0
|
7f44147fa000-7f4414ffa000 rw-p 00000000 00:00 0 [stack:21725]
|
7f4414ffa000-7f4414ffb000 ---p 00000000 00:00 0
|
7f4414ffb000-7f44157fb000 rw-p 00000000 00:00 0 [stack:21724]
|
7f44157fb000-7f44157fc000 ---p 00000000 00:00 0
|
7f44157fc000-7f4415ffc000 rw-p 00000000 00:00 0 [stack:21723]
|
7f4415ffc000-7f4415ffd000 ---p 00000000 00:00 0
|
7f4415ffd000-7f44167fd000 rw-p 00000000 00:00 0 [stack:21722]
|
7f44167fd000-7f44167fe000 ---p 00000000 00:00 0
|
7f44167fe000-7f4416ffe000 rw-p 00000000 00:00 0 [stack:21721]
|
7f4416ffe000-7f4416fff000 ---p 00000000 00:00 0
|
7f4416fff000-7f44177ff000 rw-p 00000000 00:00 0 [stack:21720]
|
7f44177ff000-7f4417800000 ---p 00000000 00:00 0
|
7f4417800000-7f4418000000 rw-p 00000000 00:00 0 [stack:21718]
|
7f4418000000-7f4418021000 rw-p 00000000 00:00 0
|
7f4418021000-7f441c000000 ---p 00000000 00:00 0
|
7f441c000000-7f441c021000 rw-p 00000000 00:00 0
|
7f441c021000-7f4420000000 ---p 00000000 00:00 0
|
7f4420000000-7f4420021000 rw-p 00000000 00:00 0
|
7f4420021000-7f4424000000 ---p 00000000 00:00 0
|
7f4424341000-7f4424342000 ---p 00000000 00:00 0
|
7f4424342000-7f4424b42000 rw-p 00000000 00:00 0 [stack:21717]
|
7f4424b42000-7f4424b43000 ---p 00000000 00:00 0
|
7f4424b43000-7f4425343000 rw-p 00000000 00:00 0 [stack:21715]
|
7f4425343000-7f4425344000 ---p 00000000 00:00 0
|
7f4425344000-7f4425b44000 rw-p 00000000 00:00 0 [stack:21714]
|
7f4425b44000-7f4425b45000 ---p 00000000 00:00 0
|
7f4425b45000-7f4426345000 rw-p 00000000 00:00 0 [stack:21713]
|
7f4426345000-7f4426346000 ---p 00000000 00:00 0
|
7f4426346000-7f4426b46000 rw-p 00000000 00:00 0 [stack:21712]
|
7f4426b46000-7f4426b47000 ---p 00000000 00:00 0
|
7f4426b47000-7f4427347000 rw-p 00000000 00:00 0 [stack:21716]
|
7f4427347000-7f4427348000 ---p 00000000 00:00 0
|
7f4427348000-7f4427b48000 rw-p 00000000 00:00 0 [stack:21710]
|
7f4427b48000-7f4427b49000 ---p 00000000 00:00 0
|
7f4427b49000-7f4428349000 rw-p 00000000 00:00 0 [stack:21709]
|
7f4428349000-7f442834a000 ---p 00000000 00:00 0
|
7f442834a000-7f4428b4a000 rw-p 00000000 00:00 0 [stack:21708]
|
7f4428b4a000-7f4428b4b000 ---p 00000000 00:00 0
|
7f4428b4b000-7f442934b000 rw-p 00000000 00:00 0 [stack:21707]
|
7f442934b000-7f442934c000 ---p 00000000 00:00 0
|
7f442934c000-7f4429b4c000 rw-p 00000000 00:00 0 [stack:21706]
|
7f4429b4c000-7f4429b4d000 ---p 00000000 00:00 0
|
7f4429b4d000-7f442a34d000 rw-p 00000000 00:00 0 [stack:21705]
|
7f442a34d000-7f442a34e000 ---p 00000000 00:00 0
|
7f442a34e000-7f442ab4e000 rw-p 00000000 00:00 0 [stack:21704]
|
7f442ab4e000-7f442ab4f000 ---p 00000000 00:00 0
|
7f442ab4f000-7f442b34f000 rw-p 00000000 00:00 0 [stack:21703]
|
7f442b34f000-7f442b350000 ---p 00000000 00:00 0
|
7f442b350000-7f4434000000 rw-p 00000000 00:00 0 [stack:21702]
|
7f4434000000-7f4434021000 rw-p 00000000 00:00 0
|
7f4434021000-7f4438000000 ---p 00000000 00:00 0
|
7f4438177000-7f443837c000 rw-p 00000000 00:00 0
|
7f443837c000-7f443837d000 ---p 00000000 00:00 0
|
7f443837d000-7f4438b7d000 rw-p 00000000 00:00 0 [stack:21701]
|
7f4438b7d000-7f4438b7e000 ---p 00000000 00:00 0
|
7f4438b7e000-7f443937e000 rw-p 00000000 00:00 0 [stack:21700]
|
7f443954b000-7f443954c000 ---p 00000000 00:00 0
|
7f443954c000-7f4439595000 rw-p 00000000 00:00 0 [stack:21741]
|
7f4439595000-7f4439596000 ---p 00000000 00:00 0
|
7f4439596000-7f44395df000 rw-p 00000000 00:00 0 [stack:21735]
|
7f44395df000-7f44395e0000 ---p 00000000 00:00 0
|
7f44395e0000-7f4439629000 rw-p 00000000 00:00 0 [stack:21733]
|
7f4439629000-7f443962a000 ---p 00000000 00:00 0
|
7f443962a000-7f4439673000 rw-p 00000000 00:00 0 [stack:21732]
|
7f4439673000-7f4439674000 ---p 00000000 00:00 0
|
7f4439674000-7f44396bd000 rw-p 00000000 00:00 0 [stack:21731]
|
7f44396bd000-7f44396be000 ---p 00000000 00:00 0
|
7f44396be000-7f4439707000 rw-p 00000000 00:00 0 [stack:21730]
|
7f4439707000-7f4439708000 ---p 00000000 00:00 0
|
7f4439708000-7f4439751000 rw-p 00000000 00:00 0 [stack:21727]
|
7f4439751000-7f4439752000 ---p 00000000 00:00 0
|
7f4439752000-7f443bb9c000 rw-p 00000000 00:00 0 [stack:21726]
|
7f443bb9c000-7f443bb9d000 ---p 00000000 00:00 0
|
7f443bb9d000-7f444c000000 rw-p 00000000 00:00 0 [stack:21699]
|
7f444c000000-7f444c021000 rw-p 00000000 00:00 0
|
7f444c021000-7f4450000000 ---p 00000000 00:00 0
|
7f4450016000-7f445059c000 rw-p 00000000 00:00 0
|
7f445059c000-7f445059d000 ---p 00000000 00:00 0
|
7f445059d000-7f4450d9d000 rw-p 00000000 00:00 0 [stack:21698]
|
7f4450d9d000-7f4450f32000 r-xp 00000000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7f4450f32000-7f4451131000 ---p 00195000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7f4451131000-7f4451135000 r--p 00194000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7f4451135000-7f4451137000 rw-p 00198000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7f4451137000-7f445113b000 rw-p 00000000 00:00 0
|
7f445113b000-7f4451151000 r-xp 00000000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7f4451151000-7f4451350000 ---p 00016000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7f4451350000-7f4451351000 rw-p 00015000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7f4451351000-7f4451454000 r-xp 00000000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7f4451454000-7f4451653000 ---p 00103000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7f4451653000-7f4451654000 r--p 00102000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7f4451654000-7f4451655000 rw-p 00103000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7f4451655000-7f44517c7000 r-xp 00000000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7f44517c7000-7f44519c7000 ---p 00172000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7f44519c7000-7f44519d1000 r--p 00172000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7f44519d1000-7f44519d3000 rw-p 0017c000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7f44519d3000-7f44519d7000 rw-p 00000000 00:00 0
|
7f44519d7000-7f44519da000 r-xp 00000000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7f44519da000-7f4451bd9000 ---p 00003000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7f4451bd9000-7f4451bda000 r--p 00002000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7f4451bda000-7f4451bdb000 rw-p 00003000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7f4451bdb000-7f4451da8000 r-xp 00000000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7f4451da8000-7f4451fa7000 ---p 001cd000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7f4451fa7000-7f4451fc4000 r--p 001cc000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7f4451fc4000-7f4451fd4000 rw-p 001e9000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7f4451fd4000-7f4451fd7000 rw-p 00000000 00:00 0
|
7f4451fd7000-7f445202e000 r-xp 00000000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7f445202e000-7f445222e000 ---p 00057000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7f445222e000-7f4452231000 r--p 00057000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7f4452231000-7f4452237000 rw-p 0005a000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7f4452237000-7f4452238000 rw-p 00000000 00:00 0
|
7f4452238000-7f4452240000 r-xp 00000000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7f4452240000-7f4452440000 ---p 00008000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7f4452440000-7f4452441000 r--p 00008000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7f4452441000-7f4452442000 rw-p 00009000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7f4452442000-7f4452470000 rw-p 00000000 00:00 0
|
7f4452470000-7f445247a000 r-xp 00000000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7f445247a000-7f4452679000 ---p 0000a000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7f4452679000-7f445267a000 r--p 00009000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7f445267a000-7f445267b000 rw-p 0000a000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7f445267b000-7f445267c000 r-xp 00000000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7f445267c000-7f445287b000 ---p 00001000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7f445287b000-7f445287c000 r--p 00000000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7f445287c000-7f445287d000 rw-p 00001000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7f445287d000-7f4452895000 r-xp 00000000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7f4452895000-7f4452a94000 ---p 00018000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7f4452a94000-7f4452a95000 r--p 00017000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7f4452a95000-7f4452a96000 rw-p 00018000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7f4452a96000-7f4452a9a000 rw-p 00000000 00:00 0
|
7f4452a9a000-7f4452abd000 r-xp 00000000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7f4452afa000-7f4452b00000 rw-s 00000000 00:11 10119093 /dev/shm/var_auto_H69Q/mysqld.1/data/tc.log
|
7f4452b00000-7f4452b05000 rw-s 00000000 00:0a 10120711 /[aio] (deleted)
|
7f4452b05000-7f4452b0a000 rw-s 00000000 00:0a 10120710 /[aio] (deleted)
|
7f4452b0a000-7f4452b0f000 rw-s 00000000 00:0a 10120709 /[aio] (deleted)
|
7f4452b0f000-7f4452b14000 rw-s 00000000 00:0a 10120708 /[aio] (deleted)
|
7f4452b14000-7f4452b19000 rw-s 00000000 00:0a 10120707 /[aio] (deleted)
|
7f4452b19000-7f4452b1e000 rw-s 00000000 00:0a 10120706 /[aio] (deleted)
|
7f4452b1e000-7f4452ca3000 rw-p 00000000 00:00 0
|
7f4452ca3000-7f4452ca5000 rw-s 00000000 00:0a 10120712 /[aio] (deleted)
|
7f4452ca5000-7f4452caa000 rw-s 00000000 00:0a 10120705 /[aio] (deleted)
|
7f4452caa000-7f4452caf000 rw-s 00000000 00:0a 10120704 /[aio] (deleted)
|
7f4452caf000-7f4452cb4000 rw-s 00000000 00:0a 10120703 /[aio] (deleted)
|
7f4452cb4000-7f4452cb9000 rw-s 00000000 00:0a 10120702 /[aio] (deleted)
|
7f4452cb9000-7f4452cba000 rw-s 00000000 00:0a 10120700 /[aio] (deleted)
|
7f4452cba000-7f4452cbd000 rw-p 00000000 00:00 0
|
7f4452cbd000-7f4452cbe000 r--p 00023000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7f4452cbe000-7f4452cbf000 rw-p 00024000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7f4452cbf000-7f4452cc0000 rw-p 00000000 00:00 0
|
7ffe4d6cf000-7ffe4d6f2000 rw-p 00000000 00:00 0 [stack]
|
7ffe4d7a1000-7ffe4d7a3000 r-xp 00000000 00:00 0 [vdso]
|
7ffe4d7a3000-7ffe4d7a5000 r--p 00000000 00:00 0 [vvar]
|
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
|
*** Error in `/data/bld/10.4/bin/mysqld': free(): invalid next size (normal): 0x00007fe61421c860 ***
|
======= Backtrace: =========
|
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7fe688eb7bcb]
|
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7fe688ebdf96]
|
/lib/x86_64-linux-gnu/libc.so.6(+0x7778e)[0x7fe688ebe78e]
|
/data/bld/10.4/bin/mysqld(+0x11ff63a)[0x555bb707463a]
|
/data/bld/10.4/bin/mysqld(sf_free+0x38)[0x555bb70742f2]
|
/data/bld/10.4/bin/mysqld(my_free+0x9e)[0x555bb7061fec]
|
/data/bld/10.4/bin/mysqld(+0x73e7ee)[0x555bb65b37ee]
|
/data/bld/10.4/bin/mysqld(_Z18plugin_unlock_listP3THDPPP13st_plugin_intj+0xcc)[0x555bb65b3b15]
|
/data/bld/10.4/bin/mysqld(_Z24plugin_foreach_with_maskP3THDPFcS0_PP13st_plugin_intPvEijS4_+0x2bc)[0x555bb65b70b9]
|
/data/bld/10.4/bin/mysqld(_Z19ha_close_connectionP3THD+0x2f)[0x555bb68ad776]
|
/data/bld/10.4/bin/mysqld(_ZN3THD15free_connectionEv+0xfe)[0x555bb652ec92]
|
/data/bld/10.4/bin/mysqld(_Z10unlink_thdP3THD+0xb3)[0x555bb646d841]
|
/data/bld/10.4/bin/mysqld(_Z29one_thread_per_connection_endP3THDb+0x56)[0x555bb646dcca]
|
/data/bld/10.4/bin/mysqld(_Z24do_handle_one_connectionP7CONNECT+0x2a6)[0x555bb67011a3]
|
/data/bld/10.4/bin/mysqld(handle_one_connection+0x30)[0x555bb6700e3e]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7494)[0x7fe68a92e494]
|
/lib/x86_64-linux-gnu/libc.so.6(clone+0x3f)[0x7fe688f2f93f]
|
======= Memory map: ========
|
555bb5e75000-555bb7865000 r-xp 00000000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
555bb7a64000-555bb7b8b000 r--p 019ef000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
555bb7b8b000-555bb7d8e000 rw-p 01b16000 08:11 37446113 /data/bld/10.4/bin/mysqld
|
555bb7d8e000-555bb8633000 rw-p 00000000 00:00 0
|
555bb989e000-555bba864000 rw-p 00000000 00:00 0 [heap]
|
7fe60c000000-7fe60c083000 rw-p 00000000 00:00 0
|
7fe60c083000-7fe610000000 ---p 00000000 00:00 0
|
7fe614000000-7fe614227000 rw-p 00000000 00:00 0
|
7fe614227000-7fe618000000 ---p 00000000 00:00 0
|
7fe618000000-7fe618085000 rw-p 00000000 00:00 0
|
7fe618085000-7fe61c000000 ---p 00000000 00:00 0
|
7fe61c000000-7fe61c027000 rw-p 00000000 00:00 0
|
7fe61c027000-7fe620000000 ---p 00000000 00:00 0
|
7fe620000000-7fe620038000 rw-p 00000000 00:00 0
|
7fe620038000-7fe624000000 ---p 00000000 00:00 0
|
7fe624000000-7fe624021000 rw-p 00000000 00:00 0
|
7fe624021000-7fe628000000 ---p 00000000 00:00 0
|
7fe628000000-7fe628021000 rw-p 00000000 00:00 0
|
7fe628021000-7fe62c000000 ---p 00000000 00:00 0
|
7fe62c000000-7fe62c021000 rw-p 00000000 00:00 0
|
7fe62c021000-7fe630000000 ---p 00000000 00:00 0
|
7fe630000000-7fe630021000 rw-p 00000000 00:00 0
|
7fe630021000-7fe634000000 ---p 00000000 00:00 0
|
7fe6377ff000-7fe637800000 ---p 00000000 00:00 0
|
7fe637800000-7fe638000000 rw-p 00000000 00:00 0 [stack:21976]
|
7fe638000000-7fe638021000 rw-p 00000000 00:00 0
|
7fe638021000-7fe63c000000 ---p 00000000 00:00 0
|
7fe63c000000-7fe63c021000 rw-p 00000000 00:00 0
|
7fe63c021000-7fe640000000 ---p 00000000 00:00 0
|
7fe640000000-7fe640021000 rw-p 00000000 00:00 0
|
7fe640021000-7fe644000000 ---p 00000000 00:00 0
|
7fe644000000-7fe644021000 rw-p 00000000 00:00 0
|
7fe644021000-7fe648000000 ---p 00000000 00:00 0
|
7fe648000000-7fe648021000 rw-p 00000000 00:00 0
|
7fe648021000-7fe64c000000 ---p 00000000 00:00 0
|
7fe64c7f9000-7fe64c7fa000 ---p 00000000 00:00 0
|
7fe64c7fa000-7fe64cffa000 rw-p 00000000 00:00 0 [stack:21975]
|
7fe64cffa000-7fe64cffb000 ---p 00000000 00:00 0
|
7fe64cffb000-7fe64d7fb000 rw-p 00000000 00:00 0 [stack:21974]
|
7fe64d7fb000-7fe64d7fc000 ---p 00000000 00:00 0
|
7fe64d7fc000-7fe64dffc000 rw-p 00000000 00:00 0 [stack:21973]
|
7fe64dffc000-7fe64dffd000 ---p 00000000 00:00 0
|
7fe64dffd000-7fe64e7fd000 rw-p 00000000 00:00 0 [stack:21972]
|
7fe64e7fd000-7fe64e7fe000 ---p 00000000 00:00 0
|
7fe64e7fe000-7fe64effe000 rw-p 00000000 00:00 0 [stack:21971]
|
7fe64effe000-7fe64efff000 ---p 00000000 00:00 0
|
7fe64efff000-7fe64f7ff000 rw-p 00000000 00:00 0 [stack:21970]
|
7fe64f7ff000-7fe64f800000 ---p 00000000 00:00 0
|
7fe64f800000-7fe650000000 rw-p 00000000 00:00 0 [stack:21969]
|
7fe650000000-7fe650021000 rw-p 00000000 00:00 0
|
7fe650021000-7fe654000000 ---p 00000000 00:00 0
|
7fe654000000-7fe654021000 rw-p 00000000 00:00 0
|
7fe654021000-7fe658000000 ---p 00000000 00:00 0
|
7fe658000000-7fe658021000 rw-p 00000000 00:00 0
|
7fe658021000-7fe65c000000 ---p 00000000 00:00 0
|
7fe65c341000-7fe65c342000 ---p 00000000 00:00 0
|
7fe65c342000-7fe65cb42000 rw-p 00000000 00:00 0 [stack:21968]
|
7fe65cb42000-7fe65cb43000 ---p 00000000 00:00 0
|
7fe65cb43000-7fe65d343000 rw-p 00000000 00:00 0 [stack:21966]
|
7fe65d343000-7fe65d344000 ---p 00000000 00:00 0
|
7fe65d344000-7fe65db44000 rw-p 00000000 00:00 0 [stack:21965]
|
7fe65db44000-7fe65db45000 ---p 00000000 00:00 0
|
7fe65db45000-7fe65e345000 rw-p 00000000 00:00 0 [stack:21964]
|
7fe65e345000-7fe65e346000 ---p 00000000 00:00 0
|
7fe65e346000-7fe65eb46000 rw-p 00000000 00:00 0 [stack:21963]
|
7fe65eb46000-7fe65eb47000 ---p 00000000 00:00 0
|
7fe65eb47000-7fe65f347000 rw-p 00000000 00:00 0 [stack:21967]
|
7fe65f347000-7fe65f348000 ---p 00000000 00:00 0
|
7fe65f348000-7fe65fb48000 rw-p 00000000 00:00 0 [stack:21961]
|
7fe65fb48000-7fe65fb49000 ---p 00000000 00:00 0
|
7fe65fb49000-7fe660349000 rw-p 00000000 00:00 0 [stack:21960]
|
7fe660349000-7fe66034a000 ---p 00000000 00:00 0
|
7fe66034a000-7fe660b4a000 rw-p 00000000 00:00 0 [stack:21959]
|
7fe660b4a000-7fe660b4b000 ---p 00000000 00:00 0
|
7fe660b4b000-7fe66134b000 rw-p 00000000 00:00 0 [stack:21958]
|
7fe66134b000-7fe66134c000 ---p 00000000 00:00 0
|
7fe66134c000-7fe661b4c000 rw-p 00000000 00:00 0 [stack:21957]
|
7fe661b4c000-7fe661b4d000 ---p 00000000 00:00 0
|
7fe661b4d000-7fe66234d000 rw-p 00000000 00:00 0 [stack:21956]
|
7fe66234d000-7fe66234e000 ---p 00000000 00:00 0
|
7fe66234e000-7fe662b4e000 rw-p 00000000 00:00 0 [stack:21955]
|
7fe662b4e000-7fe662b4f000 ---p 00000000 00:00 0
|
7fe662b4f000-7fe66334f000 rw-p 00000000 00:00 0 [stack:21954]
|
7fe66334f000-7fe663350000 ---p 00000000 00:00 0
|
7fe663350000-7fe66c000000 rw-p 00000000 00:00 0 [stack:21953]
|
7fe66c000000-7fe66c021000 rw-p 00000000 00:00 0
|
7fe66c021000-7fe670000000 ---p 00000000 00:00 0
|
7fe670177000-7fe67037c000 rw-p 00000000 00:00 0
|
7fe67037c000-7fe67037d000 ---p 00000000 00:00 0
|
7fe67037d000-7fe670b7d000 rw-p 00000000 00:00 0 [stack:21952]
|
7fe670b7d000-7fe670b7e000 ---p 00000000 00:00 0
|
7fe670b7e000-7fe67137e000 rw-p 00000000 00:00 0 [stack:21951]
|
7fe671673000-7fe671674000 ---p 00000000 00:00 0
|
7fe671674000-7fe6716bd000 rw-p 00000000 00:00 0 [stack:21984]
|
7fe6716bd000-7fe6716be000 ---p 00000000 00:00 0
|
7fe6716be000-7fe671707000 rw-p 00000000 00:00 0 [stack:21983]
|
7fe671707000-7fe671708000 ---p 00000000 00:00 0
|
7fe671708000-7fe671751000 rw-p 00000000 00:00 0 [stack:21982]
|
7fe671751000-7fe671752000 ---p 00000000 00:00 0
|
7fe671752000-7fe673b9c000 rw-p 00000000 00:00 0 [stack:21981]
|
7fe673b9c000-7fe673b9d000 ---p 00000000 00:00 0
|
7fe673b9d000-7fe684000000 rw-p 00000000 00:00 0 [stack:21950]
|
7fe684000000-7fe684021000 rw-p 00000000 00:00 0
|
7fe684021000-7fe688000000 ---p 00000000 00:00 0
|
7fe68802c000-7fe68802d000 ---p 00000000 00:00 0
|
7fe68802d000-7fe688076000 rw-p 00000000 00:00 0 [stack:21978]
|
7fe688076000-7fe688077000 ---p 00000000 00:00 0
|
7fe688077000-7fe688646000 rw-p 00000000 00:00 0 [stack:21977]
|
7fe688646000-7fe688647000 ---p 00000000 00:00 0
|
7fe688647000-7fe688e47000 rw-p 00000000 00:00 0 [stack:21949]
|
7fe688e47000-7fe688fdc000 r-xp 00000000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7fe688fdc000-7fe6891db000 ---p 00195000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7fe6891db000-7fe6891df000 r--p 00194000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7fe6891df000-7fe6891e1000 rw-p 00198000 08:05 3152648 /lib/x86_64-linux-gnu/libc-2.24.so
|
7fe6891e1000-7fe6891e5000 rw-p 00000000 00:00 0
|
7fe6891e5000-7fe6891fb000 r-xp 00000000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7fe6891fb000-7fe6893fa000 ---p 00016000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7fe6893fa000-7fe6893fb000 rw-p 00015000 08:05 3145732 /lib/x86_64-linux-gnu/libgcc_s.so.1
|
7fe6893fb000-7fe6894fe000 r-xp 00000000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7fe6894fe000-7fe6896fd000 ---p 00103000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7fe6896fd000-7fe6896fe000 r--p 00102000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7fe6896fe000-7fe6896ff000 rw-p 00103000 08:05 3152660 /lib/x86_64-linux-gnu/libm-2.24.so
|
7fe6896ff000-7fe689871000 r-xp 00000000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7fe689871000-7fe689a71000 ---p 00172000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7fe689a71000-7fe689a7b000 r--p 00172000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7fe689a7b000-7fe689a7d000 rw-p 0017c000 08:05 1577675 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
|
7fe689a7d000-7fe689a81000 rw-p 00000000 00:00 0
|
7fe689a81000-7fe689a84000 r-xp 00000000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7fe689a84000-7fe689c83000 ---p 00003000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7fe689c83000-7fe689c84000 r--p 00002000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7fe689c84000-7fe689c85000 rw-p 00003000 08:05 3152657 /lib/x86_64-linux-gnu/libdl-2.24.so
|
7fe689c85000-7fe689e52000 r-xp 00000000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7fe689e52000-7fe68a051000 ---p 001cd000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7fe68a051000-7fe68a06e000 r--p 001cc000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7fe68a06e000-7fe68a07e000 rw-p 001e9000 08:05 1576357 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
|
7fe68a07e000-7fe68a081000 rw-p 00000000 00:00 0
|
7fe68a081000-7fe68a0d8000 r-xp 00000000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7fe68a0d8000-7fe68a2d8000 ---p 00057000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7fe68a2d8000-7fe68a2db000 r--p 00057000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7fe68a2db000-7fe68a2e1000 rw-p 0005a000 08:05 1576361 /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
|
7fe68a2e1000-7fe68a2e2000 rw-p 00000000 00:00 0
|
7fe68a2e2000-7fe68a2ea000 r-xp 00000000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7fe68a2ea000-7fe68a4ea000 ---p 00008000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7fe68a4ea000-7fe68a4eb000 r--p 00008000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7fe68a4eb000-7fe68a4ec000 rw-p 00009000 08:05 3152654 /lib/x86_64-linux-gnu/libcrypt-2.24.so
|
7fe68a4ec000-7fe68a51a000 rw-p 00000000 00:00 0
|
7fe68a51a000-7fe68a524000 r-xp 00000000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7fe68a524000-7fe68a723000 ---p 0000a000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7fe68a723000-7fe68a724000 r--p 00009000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7fe68a724000-7fe68a725000 rw-p 0000a000 08:05 1586559 /usr/lib/x86_64-linux-gnu/libnuma.so.1.0.0
|
7fe68a725000-7fe68a726000 r-xp 00000000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7fe68a726000-7fe68a925000 ---p 00001000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7fe68a925000-7fe68a926000 r--p 00000000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7fe68a926000-7fe68a927000 rw-p 00001000 08:05 3152558 /lib/x86_64-linux-gnu/libaio.so.1.0.1
|
7fe68a927000-7fe68a93f000 r-xp 00000000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7fe68a93f000-7fe68ab3e000 ---p 00018000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7fe68ab3e000-7fe68ab3f000 r--p 00017000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7fe68ab3f000-7fe68ab40000 rw-p 00018000 08:05 3152800 /lib/x86_64-linux-gnu/libpthread-2.24.so
|
7fe68ab40000-7fe68ab44000 rw-p 00000000 00:00 0
|
7fe68ab44000-7fe68ab67000 r-xp 00000000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7fe68aba4000-7fe68abaa000 rw-s 00000000 00:11 10124110 /dev/shm/var_auto_AZKY/mysqld.1/data/tc.log
|
7fe68abaa000-7fe68abaf000 rw-s 00000000 00:0a 10127877 /[aio] (deleted)
|
7fe68abaf000-7fe68abb4000 rw-s 00000000 00:0a 10127876 /[aio] (deleted)
|
7fe68abb4000-7fe68abb9000 rw-s 00000000 00:0a 10127875 /[aio] (deleted)
|
7fe68abb9000-7fe68abbe000 rw-s 00000000 00:0a 10127874 /[aio] (deleted)
|
7fe68abbe000-7fe68abc3000 rw-s 00000000 00:0a 10127873 /[aio] (deleted)
|
7fe68abc3000-7fe68abc8000 rw-s 00000000 00:0a 10127872 /[aio] (deleted)
|
7fe68abc8000-7fe68ad4d000 rw-p 00000000 00:00 0
|
7fe68ad4d000-7fe68ad4f000 rw-s 00000000 00:0a 10127878 /[aio] (deleted)
|
7fe68ad4f000-7fe68ad54000 rw-s 00000000 00:0a 10127871 /[aio] (deleted)
|
7fe68ad54000-7fe68ad59000 rw-s 00000000 00:0a 10127870 /[aio] (deleted)
|
7fe68ad59000-7fe68ad5e000 rw-s 00000000 00:0a 10127869 /[aio] (deleted)
|
7fe68ad5e000-7fe68ad63000 rw-s 00000000 00:0a 10127868 /[aio] (deleted)
|
7fe68ad63000-7fe68ad64000 rw-s 00000000 00:0a 10127866 /[aio] (deleted)
|
7fe68ad64000-7fe68ad67000 rw-p 00000000 00:00 0
|
7fe68ad67000-7fe68ad68000 r--p 00023000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7fe68ad68000-7fe68ad69000 rw-p 00024000 08:05 3145795 /lib/x86_64-linux-gnu/ld-2.24.so
|
7fe68ad69000-7fe68ad6a000 rw-p 00000000 00:00 0
|
7ffe92e31000-7ffe92e54000 rw-p 00000000 00:00 0 [stack]
|
7ffe92e67000-7ffe92e69000 r-xp 00000000 00:00 0 [vdso]
|
7ffe92e69000-7ffe92e6b000 r--p 00000000 00:00 0 [vvar]
|
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
|
When performing an ALTER for a temporary table, TABLE_SHARE::orig_table_name is copied from the old table in this line:
new_table->s->orig_table_name= table->s->table_name.str;
|
But the old table is then deleted in this line:
/* Remove link to old table and rename the new one */ |
thd->drop_temporary_table(table, NULL, true); |
with this stack:
#0 __memset_sse2 () at ../sysdeps/x86_64/memset.S:81
|
#1 0x0000000001225d9f in free_memory (ptr=0x7ffe60095200)
|
at /home/bar/maria-git/server.10.4/mysys/safemalloc.c:278
|
#2 0x0000000001225a60 in sf_free (ptr=0x7ffe60095200)
|
at /home/bar/maria-git/server.10.4/mysys/safemalloc.c:197
|
#3 0x0000000001213aa4 in my_free (ptr=0x7ffe60095200)
|
at /home/bar/maria-git/server.10.4/mysys/my_malloc.c:221
|
#4 0x00000000009ca5d7 in THD::free_tmp_table_share (this=0x7ffe60000b00,
|
share=0x7ffe60095200, delete_table=true)
|
at /home/bar/maria-git/server.10.4/sql/temporary_tables.cc:1446
|
#5 0x00000000009c8919 in THD::drop_temporary_table (this=0x7ffe60000b00,
|
table=0x7ffe600965c0, is_trans=0x0, delete_table=true)
|
at /home/bar/maria-git/server.10.4/sql/temporary_tables.cc:646
|
#6 0x0000000000870b7c in mysql_alter_table (thd=0x7ffe60000b00,
|
new_db=0x7ffe600051e0, new_name=0x7ffe600055b0,
|
create_info=0x7ffff0bd4210, table_list=0x7ffe60015d08,
|
alter_info=0x7ffff0bd4150, order_num=0, order=0x0, ignore=false)
|
After this, TABLE_SHARE::orig_table_name of the new (altered) table points to the old freed name.
Introduced in this commit:
912769b7dc2022b2dea151a821bff0040a31cf69
Author: Aleksey Midenkov <midenok@gmail.com> 2018-01-06 12:56:38
SQL: lower priority of warning in vers_part_rotate() for ALTER fixes #446
Also for temporal data types, adding to make it searchable.
10.2 67240858b2bfa0a
#0 0x7f3bd4a904a1 in __interceptor_strnlen (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x504a1)
#1 0x5576a0162564 in process_str_arg /git/10.2/strings/my_vsnprintf.c:205
#2 0x5576a016662c in my_vsnprintf_ex /git/10.2/strings/my_vsnprintf.c:626
#3 0x5576a0167608 in my_vsnprintf /git/10.2/strings/my_vsnprintf.c:704
#4 0x5576a0104866 in my_snprintf_8bit /git/10.2/strings/ctype-simple.c:324
#5 0x55769ed69081 in make_truncated_value_warning(THD*, Sql_condition::enum_warning_level, ErrConv const*, enum_mysql_timestamp_type, TABLE_SHARE const*, char const*) /git/10.2/sql/sql_time.cc:894
#6 0x55769f05d5a5 in Field::set_datetime_warning(Sql_condition::enum_warning_level, unsigned int, ErrConv const*, enum_mysql_timestamp_type, int) const /git/10.2/sql/field.cc:10813
#7 0x55769f02d08a in Field_temporal::set_warnings(Sql_condition::enum_warning_level, ErrConv const*, int, enum_mysql_timestamp_type) /git/10.2/sql/field.cc:5576
#8 0x55769f02d707 in Field_temporal_with_date::store_TIME_with_warning(st_mysql_time*, ErrConv const*, int, int) /git/10.2/sql/field.cc:5622
#9 0x55769f02d906 in Field_temporal_with_date::store(char const*, unsigned int, charset_info_st const*) /git/10.2/sql/field.cc:5637
#10 0x55769f0b6de9 in Item::save_str_value_in_field(Field*, String*) /git/10.2/sql/item.cc:467
#11 0x55769f0e2c48 in Item_string::save_in_field(Field*, bool) /git/10.2/sql/item.cc:6414
#12 0x55769e9dae58 in fill_record(THD*, TABLE*, Field**, List<Item>&, bool, bool) /git/10.2/sql/sql_base.cc:8271
#13 0x55769e9db270 in fill_record_n_invoke_before_triggers(THD*, TABLE*, Field**, List<Item>&, bool, trg_event_type) /git/10.2/sql/sql_base.cc:8322
#14 0x55769ea6bdc8 in mysql_insert(THD*, TABLE_LIST*, List<Item>&, List<List<Item> >&, List<Item>&, List<Item>&, enum_duplicates, bool) /git/10.2/sql/sql_insert.cc:1002
#15 0x55769eacb730 in mysql_execute_command(THD*) /git/10.2/sql/sql_parse.cc:4436
#16 0x55769eae245a in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /git/10.2/sql/sql_parse.cc:8015
#17 0x55769eabd946 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /git/10.2/sql/sql_parse.cc:1826
#18 0x55769eabaaeb in do_command(THD*) /git/10.2/sql/sql_parse.cc:1379
#19 0x55769ede1261 in do_handle_one_connection(CONNECT*) /git/10.2/sql/sql_connect.cc:1335
#20 0x55769ede0c69 in handle_one_connection /git/10.2/sql/sql_connect.cc:1241
#21 0x55769ff8ab2b in pfs_spawn_thread /git/10.2/storage/perfschema/pfs.cc:1862
#22 0x7f3bd365e6b9 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
#23 0x7f3bd2af341c in clone (/lib/x86_64-linux-gnu/libc.so.6+0x10741c)
10.3 ab4bc8442094a2be8cd
#0 0x7f0d5c7374a1 in __interceptor_strnlen (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x504a1)
#1 0x556497679a7b in process_str_arg /git/10.3/strings/my_vsnprintf.c:205
#2 0x55649767db43 in my_vsnprintf_ex /git/10.3/strings/my_vsnprintf.c:626
#3 0x55649767eb1f in my_vsnprintf /git/10.3/strings/my_vsnprintf.c:704
#4 0x55649761bda1 in my_snprintf_8bit /git/10.3/strings/ctype-simple.c:324
#5 0x5564960aa815 in make_truncated_value_warning(THD*, Sql_state_errno_level::enum_warning_level, ErrConv const*, enum_mysql_timestamp_type, TABLE_SHARE const*, char const*) /git/10.3/sql/sql_time.cc:968
#6 0x556496491d55 in Field::set_datetime_warning(Sql_state_errno_level::enum_warning_level, unsigned int, ErrConv const*, enum_mysql_timestamp_type, int) const /git/10.3/sql/field.cc:11242
#7 0x556496453a2a in Field_temporal::set_warnings(Sql_state_errno_level::enum_warning_level, ErrConv const*, int, enum_mysql_timestamp_type) /git/10.3/sql/field.cc:5603
#8 0x55649649bb91 in Field_time::set_warnings(Sql_state_errno_level::enum_warning_level, ErrConv const*, int) /git/10.3/sql/field.h:2904
#9 0x556496456424 in Field_time::store_TIME_with_warning(st_mysql_time*, ErrConv const*, int, int) /git/10.3/sql/field.cc:5833
#10 0x55649645698d in Field_time::store(char const*, unsigned long, charset_info_st const*) /git/10.3/sql/field.cc:5859
#11 0x55649641b170 in Field::load_data_set_value(char const*, unsigned int, charset_info_st const*) /git/10.3/sql/field.cc:1331
#12 0x556495c2c6ae in Item_field::load_data_set_value(THD*, char const*, unsigned int, Load_data_param const*) /git/10.3/sql/item.h:2981
#13 0x556495dc692f in read_sep_field /git/10.3/sql/sql_load.cc:1104
#14 0x556495dc3a36 in mysql_load(THD*, sql_exchange const*, TABLE_LIST*, List<Item>&, List<Item>&, List<Item>&, enum_duplicates, bool, bool) /git/10.3/sql/sql_load.cc:658
#15 0x556495dec913 in mysql_execute_command(THD*) /git/10.3/sql/sql_parse.cc:5127
#16 0x556495dfeeb2 in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /git/10.3/sql/sql_parse.cc:8092
#17 0x556495dd9975 in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /git/10.3/sql/sql_parse.cc:1851
#18 0x556495dd6b0d in do_command(THD*) /git/10.3/sql/sql_parse.cc:1396
#19 0x556496129bbe in do_handle_one_connection(CONNECT*) /git/10.3/sql/sql_connect.cc:1402
#20 0x55649612959b in handle_one_connection /git/10.3/sql/sql_connect.cc:1308
#21 0x7f0d5b51f6b9 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
#22 0x7f0d5a9b441c in clone (/lib/x86_64-linux-gnu/libc.so.6+0x10741c)