main.partition_innodb 'innodb' w2 [ fail ]
|
Test ended at 2020-07-28 01:38:58
|
|
CURRENT_TEST: main.partition_innodb
|
mysqltest: At line 933: query 'CREATE TABLE t3 LIKE t2' failed: 2013: Lost connection to MySQL server during query
|
|
The result from queries just before the failure was:
|
< snip >
|
f2 VARCHAR(5) CHARACTER SET latin1,
|
f3 VARCHAR(5) CHARACTER SET utf8,
|
f4 INT,
|
f5 VARCHAR(512) CHARACTER SET utf8,
|
f6 VARCHAR(256) CHARACTER SET utf8,
|
key (f2),
|
key (f3),
|
key (f5)
|
) ENGINE=InnoDB PARTITION BY LIST COLUMNS (f4)
|
SUBPARTITION BY KEY(f6) SUBPARTITIONS 4 (
|
PARTITION p0 VALUES IN (1,3,9,null),
|
PARTITION p1 VALUES IN (2,4,0)
|
);
|
Warnings:
|
Warning 1071 Specified key was too long; max key length is 767 bytes
|
INSERT INTO t2 VALUES
|
('k','s',3,'b','j'),('a','b',NULL,'v','j'),('c','m',9,'t',NULL),
|
('b','l',9,'b',NULL),('i','y',3,'o','w'),('c','m',NULL,'a','m'),
|
('f','o',9,'m','w'),('f','q',NULL,'o','a');
|
CREATE TABLE t3 LIKE t2;
|
|
More results from queries before failure can be found in /dev/shm/var/2/log/partition_innodb.log
|
|
|
Server [mysqld.1 - pid: 115947, winpid: 115947, exit: 256] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
2020-07-28 1:38:49 140671495624768 [Note] /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld (mysqld 10.2.33-MariaDB-log) starting as process 115948 ...
|
2020-07-28 1:38:49 140671495624768 [Warning] Could not increase number of max_open_files to more than 1024 (request: 32186)
|
2020-07-28 1:38:49 140671495624768 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000)
|
2020-07-28 1:38:49 140671495624768 [Warning] setrlimit could not change the size of core files to 'infinity'; We may not be able to generate a core file on signals
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'SEQUENCE' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Warning] InnoDB: Using innodb_large_prefix is deprecated and the parameter may be removed in future releases. See https://mariadb.com/kb/en/library/xtradbinnodb-file-format/
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Uses event mutexes
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Compressed tables use zlib 1.2.11
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Using Linux native AIO
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Number of pools: 1
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Using generic crc32 instructions
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Initializing buffer pool, total size = 8M, instances = 1, chunk size = 8M
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Completed initialization of buffer pool
|
2020-07-28 1:38:49 140671294293760 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Highest supported file format is Barracuda.
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: 128 out of 128 rollback segments are active.
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Creating shared tablespace for temporary tables
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
2020-07-28 1:38:49 140671495624768 [Note] InnoDB: 5.7.31 started; log sequence number 1628244
|
2020-07-28 1:38:49 140671198361344 [Note] InnoDB: Loading buffer pool(s) from /dev/shm/var/2/mysqld.1/data/ib_buffer_pool
|
2020-07-28 1:38:49 140671198361344 [Note] InnoDB: Buffer pool(s) load completed at 200728 1:38:49
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_MUTEXES' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_CMP' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'FEEDBACK' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'user_variables' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
|
2020-07-28 1:38:49 140671495624768 [Warning] /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld: unknown variable 'loose-feedback-debug-startup-interval=20'
|
2020-07-28 1:38:49 140671495624768 [Warning] /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld: unknown variable 'loose-feedback-debug-first-interval=60'
|
2020-07-28 1:38:49 140671495624768 [Warning] /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld: unknown variable 'loose-feedback-debug-interval=60'
|
2020-07-28 1:38:49 140671495624768 [Warning] /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld: unknown option '--loose-pam-debug'
|
2020-07-28 1:38:49 140671495624768 [Warning] /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld: unknown variable 'loose-debug-sync-timeout=300'
|
2020-07-28 1:38:49 140671495624768 [Note] Server socket created on IP: '127.0.0.1'.
|
2020-07-28 1:38:49 140671495624768 [Note] Reading of all Master_info entries succeeded
|
2020-07-28 1:38:49 140671495624768 [Note] Added new Master_info '' to hash table
|
2020-07-28 1:38:49 140671495624768 [Note] /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld: ready for connections.
|
Version: '10.2.33-MariaDB-log' socket: '/dev/shm/var/tmp/2/mysqld.1.sock' port: 16040 MariaDB Server
|
=================================================================
|
==115948==ERROR: AddressSanitizer: heap-use-after-free on address 0x61600044fb50 at pc 0x562629b4a0f1 bp 0x7ff092d47040 sp 0x7ff092d47030
|
WRITE of size 8 at 0x61600044fb50 thread T16
|
#0 0x562629b4a0f0 in void ut_list_remove<ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*>, GenericGetNode<dict_index_t> >(ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*>&, ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*>::node_type&, GenericGetNode<dict_index_t>) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/include/ut0lst.h:350
|
#1 0x562629b4a0f0 in void ut_list_remove<ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*> >(ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*>&, ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*>::elem_type*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/include/ut0lst.h:386
|
#2 0x562629b4a0f0 in btr_search_lazy_free /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/btr/btr0sea.cc:257
|
#3 0x562629b4a4e9 in btr_search_drop_page_hash_index(buf_block_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/btr/btr0sea.cc:1272
|
#4 0x56262af5ce7a in buf_LRU_free_page(buf_page_t*, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0lru.cc:1615
|
#5 0x56262af62248 in buf_LRU_free_from_common_LRU_list /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0lru.cc:698
|
#6 0x56262af62248 in buf_LRU_scan_and_free_block(buf_pool_t*, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0lru.cc:740
|
#7 0x56262af6300f in buf_LRU_get_free_block(buf_pool_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0lru.cc:969
|
#8 0x56262af12e47 in buf_page_init_for_read(dberr_t*, unsigned long, page_id_t, page_size_t const&, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0buf.cc:5361
|
#9 0x56262af6ad34 in buf_read_page_low /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0rea.cc:153
|
#10 0x56262af6ad34 in buf_read_page(page_id_t, page_size_t const&) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0rea.cc:429
|
#11 0x56262af07921 in buf_page_get_low(page_id_t, page_size_t const&, unsigned long, buf_block_t*, unsigned long, char const*, unsigned int, mtr_t*, dberr_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0buf.cc:4387
|
#12 0x56262ad82825 in trx_rsegf_get /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/include/trx0rseg.ic:51
|
#13 0x56262ad82825 in trx_purge_truncate_rseg_history /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/trx/trx0purge.cc:454
|
#14 0x56262ad91459 in trx_purge_truncate_history /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/trx/trx0purge.cc:1143
|
#15 0x56262ad91459 in trx_purge(unsigned long, unsigned long, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/trx/trx0purge.cc:1761
|
#16 0x56262ad42dce in srv_do_purge /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/srv/srv0srv.cc:2677
|
#17 0x56262ad42dce in srv_purge_coordinator_thread /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/srv/srv0srv.cc:2825
|
#18 0x7ff0a2f2d608 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x9608)
|
#19 0x7ff0a2b24102 in __clone (/lib/x86_64-linux-gnu/libc.so.6+0x122102)
|
|
0x61600044fb50 is located 208 bytes inside of 584-byte region [0x61600044fa80,0x61600044fcc8)
|
freed by thread T16 here:
|
#0 0x7ff0a316a7cf in __interceptor_free (/lib/x86_64-linux-gnu/libasan.so.5+0x10d7cf)
|
#1 0x56262ab53d56 in mem_heap_block_free(mem_block_info_t*, mem_block_info_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/mem/mem0mem.cc:428
|
#2 0x56262b005bf6 in mem_heap_free /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/include/mem0mem.ic:416
|
#3 0x56262b005bf6 in dict_mem_index_free(dict_index_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/dict/dict0mem.cc:1081
|
#4 0x562629b4a20e in btr_search_lazy_free /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/btr/btr0sea.cc:259
|
#5 0x562629b4a4e9 in btr_search_drop_page_hash_index(buf_block_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/btr/btr0sea.cc:1272
|
#6 0x56262af5ce7a in buf_LRU_free_page(buf_page_t*, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0lru.cc:1615
|
#7 0x56262af62248 in buf_LRU_free_from_common_LRU_list /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0lru.cc:698
|
#8 0x56262af62248 in buf_LRU_scan_and_free_block(buf_pool_t*, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0lru.cc:740
|
#9 0x56262af6300f in buf_LRU_get_free_block(buf_pool_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0lru.cc:969
|
#10 0x56262af12e47 in buf_page_init_for_read(dberr_t*, unsigned long, page_id_t, page_size_t const&, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0buf.cc:5361
|
#11 0x56262af6ad34 in buf_read_page_low /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0rea.cc:153
|
#12 0x56262af6ad34 in buf_read_page(page_id_t, page_size_t const&) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0rea.cc:429
|
#13 0x56262af07921 in buf_page_get_low(page_id_t, page_size_t const&, unsigned long, buf_block_t*, unsigned long, char const*, unsigned int, mtr_t*, dberr_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/buf/buf0buf.cc:4387
|
#14 0x56262ad82825 in trx_rsegf_get /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/include/trx0rseg.ic:51
|
#15 0x56262ad82825 in trx_purge_truncate_rseg_history /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/trx/trx0purge.cc:454
|
#16 0x56262ad91459 in trx_purge_truncate_history /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/trx/trx0purge.cc:1143
|
#17 0x56262ad91459 in trx_purge(unsigned long, unsigned long, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/trx/trx0purge.cc:1761
|
#18 0x56262ad42dce in srv_do_purge /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/srv/srv0srv.cc:2677
|
#19 0x56262ad42dce in srv_purge_coordinator_thread /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/srv/srv0srv.cc:2825
|
#20 0x7ff0a2f2d608 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x9608)
|
|
previously allocated by thread T27 here:
|
#0 0x7ff0a316abc8 in malloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10dbc8)
|
#1 0x56262ab53092 in mem_heap_create_block_func(mem_block_info_t*, unsigned long, unsigned long) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/mem/mem0mem.cc:289
|
#2 0x56262ab5342c in mem_heap_add_block(mem_block_info_t*, unsigned long) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/mem/mem0mem.cc:390
|
#3 0x56262b0081be in mem_heap_alloc /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/include/mem0mem.ic:191
|
#4 0x56262b0081be in mem_heap_zalloc /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/include/mem0mem.ic:160
|
#5 0x56262b0081be in dict_mem_index_create(char const*, char const*, unsigned long, unsigned long, unsigned long) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/dict/dict0mem.cc:743
|
#6 0x56262afc95ab in dict_index_build_internal_non_clust /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/dict/dict0dict.cc:2902
|
#7 0x56262afc95ab in dict_index_add_to_cache(dict_table_t*, dict_index_t*&, unsigned long, dict_add_v_col_t const*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/dict/dict0dict.cc:2270
|
#8 0x56262af92886 in dict_create_index_step(que_thr_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/dict/dict0crea.cc:1485
|
#9 0x56262abdc6cf in que_thr_step /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/que/que0que.cc:1052
|
#10 0x56262abdc6cf in que_run_threads_low /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/que/que0que.cc:1104
|
#11 0x56262abdc6cf in que_run_threads(que_thr_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/que/que0que.cc:1144
|
#12 0x56262ac69113 in row_create_index_for_mysql(dict_index_t*, trx_t*, unsigned long const*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/row/row0mysql.cc:2441
|
#13 0x56262aa1aa80 in create_index(trx_t*, TABLE const*, unsigned long, char const*, unsigned int) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/handler/ha_innodb.cc:11376
|
#14 0x56262aa1aa80 in create_table_info_t::create_table(bool) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/handler/ha_innodb.cc:12593
|
#15 0x56262aa2b64a in ha_innobase::create(char const*, TABLE*, HA_CREATE_INFO*, bool, trx_t*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/handler/ha_innodb.cc:13070
|
#16 0x56262a3e2ab5 in handler::ha_create(char const*, TABLE*, HA_CREATE_INFO*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/handler.cc:4507
|
#17 0x56262b56c773 in ha_partition::create(char const*, TABLE*, HA_CREATE_INFO*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/ha_partition.cc:742
|
#18 0x56262a3e2ab5 in handler::ha_create(char const*, TABLE*, HA_CREATE_INFO*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/handler.cc:4507
|
#19 0x56262a3e4ae3 in ha_create_table(THD*, char const*, char const*, char const*, HA_CREATE_INFO*, st_mysql_const_unsigned_lex_string*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/handler.cc:4879
|
#20 0x56262a0d5e10 in rea_create_table(THD*, st_mysql_const_unsigned_lex_string*, char const*, char const*, char const*, HA_CREATE_INFO*, handler*, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/unireg.cc:429
|
#21 0x56262a019a63 in create_table_impl /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_table.cc:4960
|
#22 0x56262a01b40b in mysql_create_table_no_lock(THD*, char const*, char const*, Table_specification_st*, Alter_info*, bool*, int) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_table.cc:5070
|
#23 0x56262a01ba53 in mysql_create_table(THD*, TABLE_LIST*, Table_specification_st*, Alter_info*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_table.cc:5135
|
#24 0x56262a01ef09 in Sql_cmd_create_table::execute(THD*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_table.cc:10978
|
#25 0x562629df74ce in mysql_execute_command(THD*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_parse.cc:5964
|
#26 0x562629e0fb8f in mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_parse.cc:7733
|
#27 0x562629e197ad in dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_parse.cc:1823
|
#28 0x562629e1e115 in do_command(THD*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_parse.cc:1377
|
#29 0x56262a1312a6 in do_handle_one_connection(CONNECT*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_connect.cc:1336
|
#30 0x56262a1319ce in handle_one_connection /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_connect.cc:1241
|
#31 0x56262b505ac8 in pfs_spawn_thread /home/buildbot/buildbot/build/mariadb-10.2.33/storage/perfschema/pfs.cc:1869
|
#32 0x7ff0a2f2d608 in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x9608)
|
|
Thread T16 created by T0 here:
|
#0 0x7ff0a3097805 in pthread_create (/lib/x86_64-linux-gnu/libasan.so.5+0x3a805)
|
#1 0x56262ab80527 in os_thread_create_func(void* (*)(void*), void*, unsigned long*) /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/os/os0thread.cc:138
|
#2 0x562629b310e9 in innobase_start_or_create_for_mysql() /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/srv/srv0start.cc:2641
|
#3 0x56262a9db7b6 in innobase_init /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/handler/ha_innodb.cc:4281
|
#4 0x56262a3cda43 in ha_initialize_handlerton(st_plugin_int*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/handler.cc:555
|
#5 0x562629e39a0d in plugin_initialize /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_plugin.cc:1417
|
#6 0x562629e3d129 in plugin_init(int*, char**, int) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/sql_plugin.cc:1698
|
#7 0x562629be7a30 in init_server_components /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld.cc:5343
|
#8 0x562629bf34b4 in mysqld_main(int, char**) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld.cc:5941
|
#9 0x7ff0a2a290b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2)
|
|
Thread T27 created by T0 here:
|
#0 0x7ff0a3097805 in pthread_create (/lib/x86_64-linux-gnu/libasan.so.5+0x3a805)
|
#1 0x56262b50e6ce in spawn_thread_v1 /home/buildbot/buildbot/build/mariadb-10.2.33/storage/perfschema/pfs.cc:1919
|
#2 0x562629be17f2 in inline_mysql_thread_create /home/buildbot/buildbot/build/mariadb-10.2.33/include/mysql/psi/mysql_thread.h:1246
|
#3 0x562629be17f2 in create_thread_to_handle_connection(CONNECT*) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld.cc:6518
|
#4 0x562629bf22df in create_new_thread /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld.cc:6588
|
#5 0x562629bf22df in handle_connections_sockets() /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld.cc:6863
|
#6 0x562629bf47e7 in mysqld_main(int, char**) /home/buildbot/buildbot/build/mariadb-10.2.33/sql/mysqld.cc:6137
|
#7 0x7ff0a2a290b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2)
|
|
SUMMARY: AddressSanitizer: heap-use-after-free /home/buildbot/buildbot/build/mariadb-10.2.33/storage/innobase/include/ut0lst.h:350 in void ut_list_remove<ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*>, GenericGetNode<dict_index_t> >(ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*>&, ut_list_base<dict_index_t, ut_list_node<dict_index_t> dict_index_t::*>::node_type&, GenericGetNode<dict_index_t>)
|
Shadow bytes around the buggy address:
|
0x0c2c80081f10: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
0x0c2c80081f20: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
0x0c2c80081f30: fd fd fd fd fd fd fd fa fa fa fa fa fa fa fa fa
|
0x0c2c80081f40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c2c80081f50: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
=>0x0c2c80081f60: fd fd fd fd fd fd fd fd fd fd[fd]fd fd fd fd fd
|
0x0c2c80081f70: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
0x0c2c80081f80: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
|
0x0c2c80081f90: fd fd fd fd fd fd fd fd fd fa fa fa fa fa fa fa
|
0x0c2c80081fa0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
|
0x0c2c80081fb0: 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
|
Freed heap region: fd
|
Stack left redzone: f1
|
Stack mid redzone: f2
|
Stack right redzone: f3
|
Stack after return: f5
|
Stack use after scope: f8
|
Global redzone: f9
|
Global init order: f6
|
Poisoned by user: f7
|
Container overflow: fc
|
Array cookie: ac
|
Intra object redzone: bb
|
ASan internal: fe
|
Left alloca redzone: ca
|
Right alloca redzone: cb
|
Shadow gap: cc
|
==115948==ABORTING
|
----------SERVER LOG END-------------
|