binlog.binlog_invalid_read_in_rotate 'disable_checksum,innodb,stmt' w3 [ fail ] Test ended at 2020-02-10 20:10:04 CURRENT_TEST: binlog.binlog_invalid_read_in_rotate mysqltest: At line 47: query 'SHOW BINLOG EVENTS FROM $pos' failed with wrong errno 2013: 'Lost connection to MySQL server during query', instead of 0... The result from queries just before the failure was: RESET MASTER; call mtr.add_suppression("Error in Log_event::read_log_event*"); call mtr.add_suppression("Replication event checksum verification failed while reading from a log file*"); DROP TABLE /*! IF EXISTS*/ t1; Warnings: Note 1051 Unknown table 'test.t1' CREATE TABLE `t1` ( `col_int` int, pk integer auto_increment, `col_char_12_key` char(12), `col_int_key` int, `col_char_12` char(12), primary key (pk), key (`col_char_12_key` ), key (`col_int_key` )) ENGINE=InnoDB; INSERT /*! IGNORE */ INTO t1 VALUES (183173120, NULL, 'abcd', 1, 'efghijk'), (1, NULL, 'lmno', 2, 'p'); ALTER TABLE `t1` ENABLE KEYS; Server [mysqld.1 - pid: 3525, winpid: 3525, exit: 256] failed during test run Server log from this test: ----------SERVER LOG START----------- 2020-02-10 20:10:00 3069114304 [Note] /mnt/buildbot/build/mariadb-10.2.32/sql/mysqld (mysqld 10.2.32-MariaDB-debug-log) starting as process 3526 ... 2020-02-10 20:10:00 3069114304 [Warning] Could not increase number of max_open_files to more than 1024 (request: 32186) 2020-02-10 20:10:00 3069114304 [Warning] Changed limits: max_open_files: 1024 max_connections: 151 (was 151) table_cache: 421 (was 2000) 2020-02-10 20:10:00 3069114304 [Note] Plugin 'SEQUENCE' is disabled. 2020-02-10 20:10:00 3069114304 [Note] Plugin 'partition' is disabled. 2020-02-10 20:10:00 3069114304 [Note] InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!! 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Uses event mutexes 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Compressed tables use zlib 1.2.8 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Using Linux native AIO 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Number of pools: 1 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Using generic crc32 instructions 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Initializing buffer pool, total size = 8M, instances = 1, chunk size = 8M 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Completed initialization of buffer pool 2020-02-10 20:10:00 2902190912 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Highest supported file format is Barracuda. 2020-02-10 20:10:00 3069114304 [Note] InnoDB: 128 out of 128 rollback segments are active. 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Creating shared tablespace for temporary tables 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2020-02-10 20:10:00 3069114304 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2020-02-10 20:10:00 3069114304 [Note] InnoDB: Waiting for purge to start 2020-02-10 20:10:01 3069114304 [Note] InnoDB: 5.7.29 started; log sequence number 1628840 2020-02-10 20:10:01 2799696704 [Note] InnoDB: Loading buffer pool(s) from /dev/shm/var_auto_YAri/3/mysqld.1/data/ib_buffer_pool 2020-02-10 20:10:01 2799696704 [Note] InnoDB: Buffer pool(s) load completed at 200210 20:10:01 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_CMP' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_FT_DELETED' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_CMP_RESET' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'FEEDBACK' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'user_variables' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_FT_CONFIG' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_MUTEXES' is disabled. 2020-02-10 20:10:01 3069114304 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled. 2020-02-10 20:10:01 3069114304 [Warning] /mnt/buildbot/build/mariadb-10.2.32/sql/mysqld: unknown option '--loose-pam-debug' 2020-02-10 20:10:01 3069114304 [Note] Server socket created on IP: '127.0.0.1'. 2020-02-10 20:10:01 3069114304 [Note] Reading of all Master_info entries succeeded 2020-02-10 20:10:01 3069114304 [Note] Added new Master_info '' to hash table 2020-02-10 20:10:01 3069114304 [Note] /mnt/buildbot/build/mariadb-10.2.32/sql/mysqld: ready for connections. Version: '10.2.32-MariaDB-debug-log' socket: '/mnt/buildbot/build/mariadb-10.2.32/mysql-test/var/tmp/3/mysqld.1.sock' port: 16060 Source distribution 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 1 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 16777216, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 65536, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Found invalid event in binary log', data_len: 256, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 16777217, event_type: 252 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 65536, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 67109120, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 262145, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 822084608, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 808517636, event_type: 1 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 774910208, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 841887793, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 775040560, event_type: 1 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 858665518, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 842214962, event_type: 4 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 758264622, event_type: 0 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1294807603, event_type: 49 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1632447794, event_type: 48 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1918979373, event_type: 46 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1769103693, event_type: 50 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1634300513, event_type: 46 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1147234674, event_type: 51 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1111777641, event_type: 50 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 759317601, event_type: 45 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1680687684, event_type: 77 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1701064002, event_type: 97 2020-02-10 20:10:01 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1650811949, event_type: 114 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1969382756, event_type: 105 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1735746149, event_type: 97 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 761754978, event_type: 68 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1814914933, event_type: 66 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1869360487, event_type: 45 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1735355437, event_type: 100 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 6778732, event_type: 101 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 26479, event_type: 98 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Found invalid event in binary log', data_len: 103, event_type: 117 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 103 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 45 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 108 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 111 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 103 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 3909091328, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 4276682752, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1107224832, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1581383401, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 324944382, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 940793409, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 221778782, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 866323, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 134221112, event_type: 233 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 524301, event_type: 254 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 301991936, event_type: 65 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 1179656, event_type: 94 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 67113472, event_type: 19 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 67371026, event_type: 56 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 67372032, event_type: 13 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 67372036, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 302253060, event_type: 8 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 1180676, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 4612, event_type: 18 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 3825205266, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 14942208, event_type: 4 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 67167232, event_type: 4 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 436469988, event_type: 4 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 135922688, event_type: 4 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 530948, event_type: 18 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 2074, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 8, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 134217728, event_type: 228 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 134742016, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 134744064, event_type: 4 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 34080776, event_type: 26 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 133128, event_type: 8 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Found invalid event in binary log', data_len: 520, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 2, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 167772160, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 168427520, event_type: 8 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 168430080, event_type: 8 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 657930, event_type: 8 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 2570, event_type: 2 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 10, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 10 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 10 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 10 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event invalid', data_len: 0, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 67108864, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 319029248, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 68355072, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 267012, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 218104851, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 135069700, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 134745344, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 134744077, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 168298504, event_type: 4 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 168429576, event_type: 19 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 168430088, event_type: 4 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 657930, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1895827978, event_type: 13 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 4084269066, event_type: 8 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1844670720, event_type: 8 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 325972849, event_type: 8 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 3910364659, event_type: 10 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 4276687725, event_type: 10 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1107224851, event_type: 10 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 1581383401, event_type: 0 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 2740863486, event_type: 113 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event too big', data_len: 27483713, event_type: 243 2020-02-10 20:10:02 2893798208 [ERROR] Error in Log_event::read_log_event(): 'Event truncated', data_len: 107358, event_type: 109 200210 20:10:02 [ERROR] mysqld got signal 11 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. To report this bug, see https://mariadb.com/kb/en/reporting-bugs We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail. Server version: 10.2.32-MariaDB-debug-log key_buffer_size=1048576 read_buffer_size=131072 max_used_connections=1 max_threads=153 thread_count=8 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 61894 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0xb0005f28 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... stack_bottom = 0xac7bd21c thread_stack 0x49000 /mnt/buildbot/build/mariadb-10.2.32/sql/mysqld(my_print_stacktrace+0x33)[0x80d3c4c5] /mnt/buildbot/build/mariadb-10.2.32/sql/mysqld(handle_fatal_signal+0x388)[0x80634560] addr2line: '': No such file [0xb77cfc14] /lib/i386-linux-gnu/libc.so.6(+0x127031)[0xb71a9031] sql/log_event.cc:12057(Table_map_log_event::Table_map_log_event(char const*, unsigned int, Format_description_log_event const*))[0x807614e3] sql/log_event.cc:2205(Log_event::read_log_event(char const*, unsigned int, char const**, Format_description_log_event const*, char))[0x8074cae7] sql/log_event.cc:1929(Log_event::read_log_event(st_io_cache*, st_mysql_mutex*, Format_description_log_event const*, char))[0x8074c04d] sql/sql_repl.cc:4003(mysql_show_binlog_events(THD*))[0x80407750] sql/sql_parse.cc:3643(mysql_execute_command(THD*))[0x803cf2e8] sql/sql_parse.cc:7739(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x803dc969] sql/sql_parse.cc:1831(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x803ca0eb] sql/sql_parse.cc:1385(do_command(THD*))[0x803c88f4] sql/sql_connect.cc:1336(do_handle_one_connection(CONNECT*))[0x8050aead] sql/sql_connect.cc:1241(handle_one_connection)[0x8050ac0d] perfschema/pfs.cc:1869(pfs_spawn_thread)[0x80836012] /lib/i386-linux-gnu/libpthread.so.0(+0x62b5)[0xb74282b5] /lib/i386-linux-gnu/libc.so.6(clone+0x6e)[0xb716916e] Trying to get some variables. Some pointers may be invalid and cause the dump to abort. Query (0xb0014678): SHOW BINLOG EVENTS FROM 251 Connection ID (thread ID): 10 Status: NOT_KILLED Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. Writing a core file... Working directory at /dev/shm/var_auto_YAri/3/mysqld.1/data Resource Limits: Limit Soft Limit Hard Limit Units Max cpu time unlimited unlimited seconds Max file size unlimited unlimited bytes Max data size unlimited unlimited bytes Max stack size 8388608 unlimited bytes Max core file size unlimited unlimited bytes Max resident set unlimited unlimited bytes Max processes 48287 48287 processes Max open files 1024 1024 files Max locked memory 65536 65536 bytes Max address space unlimited unlimited bytes Max file locks unlimited unlimited locks Max pending signals 48287 48287 signals Max msgqueue size 819200 819200 bytes Max nice priority 0 0 Max realtime priority 0 0 Max realtime timeout unlimited unlimited us Core pattern: |/usr/share/apport/apport %p %s %c %P ----------SERVER LOG END------------- - found 'core' (0/0) Trying 'dbx' to get a backtrace Trying 'gdb' to get a backtrace from coredump /mnt/buildbot/build/mariadb-10.2.32/mysql-test/var/3/log/binlog.binlog_invalid_read_in_rotate-disable_checksum,innodb,stmt/mysqld.1/data/core Core generated by '/mnt/buildbot/build/mariadb-10.2.32/sql/mysqld' Output from gdb follows. The first stack trace is from the failing thread. The following stack traces are from all threads (so the failing one is duplicated). -------------------------- [New LWP 3611] [New LWP 3571] [New LWP 3535] [New LWP 3575] [New LWP 3526] [New LWP 3534] [New LWP 3592] [New LWP 3593] [New LWP 3602] [New LWP 3545] [New LWP 3544] [New LWP 3543] [New LWP 3547] [New LWP 3546] [New LWP 3562] [New LWP 3549] [New LWP 3548] [New LWP 3564] [New LWP 3563] [New LWP 3572] [New LWP 3590] [New LWP 3589] [New LWP 3588] [New LWP 3587] [New LWP 3577] [New LWP 3576] [New LWP 3574] [New LWP 3573] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". Core was generated by `/mnt/buildbot/build/mariadb-10.2.32/sql/mysqld --defaults-group-suffix=.1 --def'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0xb77cfc31 in __kernel_vsyscall () [Current thread is 1 (Thread 0xac7bdb40 (LWP 3611))] #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742ece1 in pthread_kill () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x80d3c5bf in my_write_core (sig=11) at /home/buildbot/buildbot/build/mariadb-10.2.32/mysys/stacktrace.c:477 #3 0x80634910 in handle_fatal_signal (sig=11) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/signal_handler.cc:343 #4 #5 0xb71a9031 in ?? () from /lib/i386-linux-gnu/libc.so.6 #6 0x807614e3 in Table_map_log_event::Table_map_log_event (this=0xb003aaa8, buf=0xb003b5f8 "", event_len=419, description_event=0xb003b3f0) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/log_event.cc:12057 #7 0x8074cae7 in Log_event::read_log_event (buf=0xb003b5f8 "", event_len=419, error=0xac7bb69c, fdle=0xb003b3f0, crc_check=1 '\001') at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/log_event.cc:2205 #8 0x8074c04d in Log_event::read_log_event (file=0xac7bb798, log_lock=0x0, fdle=0xb003b3f0, crc_check=1 '\001') at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/log_event.cc:1929 #9 0x80407750 in mysql_show_binlog_events (thd=0xb0005f28) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/sql_repl.cc:4003 #10 0x803cf2e8 in mysql_execute_command (thd=0xb0005f28) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/sql_parse.cc:3643 #11 0x803dc969 in mysql_parse (thd=0xb0005f28, rawbuf=0xb0014678 "SHOW BINLOG EVENTS FROM 251", length=27, parser_state=0xac7bc780, is_com_multi=false, is_next_command=false) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/sql_parse.cc:7739 #12 0x803ca0eb in dispatch_command (command=COM_QUERY, thd=0xb0005f28, packet=0xa6f91c01 "", packet_length=27, is_com_multi=false, is_next_command=false) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/sql_parse.cc:1831 #13 0x803c88f4 in do_command (thd=0xb0005f28) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/sql_parse.cc:1385 #14 0x8050aead in do_handle_one_connection (connect=0x82c403a0) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/sql_connect.cc:1336 #15 0x8050ac0d in handle_one_connection (arg=0x82c403a0) at /home/buildbot/buildbot/build/mariadb-10.2.32/sql/sql_connect.cc:1241 #16 0x80836012 in pfs_spawn_thread (arg=0x82c546a0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/perfschema/pfs.cc:1869 #17 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #18 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 28 (Thread 0xa9bf5b40 (LWP 3573)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742de56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e347a in os_event::timed_wait (this=0x82b8d300, abstime=0xa9bf50f8) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:275 #3 0x809e378b in os_event::wait_time_low (this=0x82b8d300, time_in_usec=5000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:385 #4 0x809e3989 in os_event_wait_time_low (event=0x82b8d300, time_in_usec=5000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:490 #5 0x80b2732b in ib_wqueue_timedwait (wq=0x82b8d218, wait_in_usecs=5000000) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/ut/ut0wqueue.cc:156 #6 0x80c4bc0b in fts_optimize_thread (arg=0x82b8d218) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/fts/fts0opt.cc:2834 #7 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #8 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 27 (Thread 0xa93f4b40 (LWP 3574)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742da8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e3c14 in os_event::wait (this=0x829daa50) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:158 #3 0x809e364d in os_event::wait_low (this=0x829daa50, reset_sig_count=3) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:325 #4 0x809e39bb in os_event_wait_low (event=0x829daa50, reset_sig_count=3) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:507 #5 0x80abd92d in srv_resume_thread (slot=0x814cb4b4 , sig_count=3, wait=true, timeout_usec=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:940 #6 0x80ac1bd8 in srv_purge_coordinator_suspend (slot=0x814cb4b4 , rseg_history_len=6) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:2781 #7 0x80ac1f8f in srv_purge_coordinator_thread (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:2874 #8 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #9 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 26 (Thread 0xa83f2b40 (LWP 3576)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742da8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e3c14 in os_event::wait (this=0x829dab10) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:158 #3 0x809e364d in os_event::wait_low (this=0x829dab10, reset_sig_count=8) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:325 #4 0x809e39bb in os_event_wait_low (event=0x829dab10, reset_sig_count=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:507 #5 0x80abd92d in srv_resume_thread (slot=0x814cb5dc , sig_count=0, wait=true, timeout_usec=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:940 #6 0x80ac1748 in srv_worker_thread (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:2620 #7 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #8 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 25 (Thread 0xa79ffb40 (LWP 3577)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742da8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e3c14 in os_event::wait (this=0x829dab70) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:158 #3 0x809e364d in os_event::wait_low (this=0x829dab70, reset_sig_count=3) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:325 #4 0x809e39bb in os_event_wait_low (event=0x829dab70, reset_sig_count=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:507 #5 0x80abd92d in srv_resume_thread (slot=0x814cb670 , sig_count=0, wait=true, timeout_usec=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:940 #6 0x80ac1748 in srv_worker_thread (arg=0x0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:2620 #7 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #8 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 24 (Thread 0xa6dffb40 (LWP 3587)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742da8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e3c14 in os_event::wait (this=0x829dac90) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:158 #3 0x809e364d in os_event::wait_low (this=0x829dac90, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:325 #4 0x809e39bb in os_event_wait_low (event=0x829dac90, reset_sig_count=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:507 #5 0x80b931fa in buf_dump_thread () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/buf/buf0dump.cc:807 #6 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #7 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 23 (Thread 0xa65feb40 (LWP 3588)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb74318aa in nanosleep () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e3f9a in os_thread_sleep (tm=1000000) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0thread.cc:231 #3 0x80b707f6 in btr_defragment_thread () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/btr/btr0defragment.cc:712 #4 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #5 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 22 (Thread 0xa5dfdb40 (LWP 3589)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742da8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e3c14 in os_event::wait (this=0x829dad50) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:158 #3 0x809e364d in os_event::wait_low (this=0x829dad50, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:325 #4 0x809e39bb in os_event_wait_low (event=0x829dad50, reset_sig_count=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:507 #5 0x80b7da15 in buf_resize_thread () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/buf/buf0buf.cc:3158 #6 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #7 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 21 (Thread 0xa55fcb40 (LWP 3590)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742da8c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x80d41152 in safe_cond_wait (cond=0xa55fc1c4, mp=0xa55fc1f8, file=0x80f49860 "/home/buildbot/buildbot/build/mariadb-10.2.32/include/mysql/psi/mysql_thread.h", line=1156) at /home/buildbot/buildbot/build/mariadb-10.2.32/mysys/thr_mutex.c:491 #3 0x80917b57 in inline_mysql_cond_wait (that=0xa55fc1c4, mutex=0xa55fc1f8, src_file=0x80f4b418 "/home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/handler/ha_innodb.cc", src_line=328) at /home/buildbot/buildbot/build/mariadb-10.2.32/include/mysql/psi/mysql_thread.h:1156 #4 0x8091bcc7 in thd_destructor_proxy () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/handler/ha_innodb.cc:328 #5 0x80836012 in pfs_spawn_thread (arg=0x82b92f28) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/perfschema/pfs.cc:1869 #6 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #7 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 20 (Thread 0xaa3f6b40 (LWP 3572)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742de56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e347a in os_event::timed_wait (this=0x82b4f648, abstime=0xaa3f6238) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:275 #3 0x809e378b in os_event::wait_time_low (this=0x82b4f648, time_in_usec=10000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:385 #4 0x809e3989 in os_event_wait_time_low (event=0x82b4f648, time_in_usec=10000000, reset_sig_count=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:490 #5 0x80bf361f in dict_stats_thread () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/dict/dict0stats_bg.cc:475 #6 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #7 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 19 (Thread 0xab3f8b40 (LWP 3563)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742de56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e347a in os_event::timed_wait (this=0x829dabd0, abstime=0xab3f8118) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:275 #3 0x809e378b in os_event::wait_time_low (this=0x829dabd0, time_in_usec=1000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:385 #4 0x809e3989 in os_event_wait_time_low (event=0x829dabd0, time_in_usec=1000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:490 #5 0x80abfb9d in srv_error_monitor_thread () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:1913 #6 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #7 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 18 (Thread 0xaabf7b40 (LWP 3564)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742de56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e347a in os_event::timed_wait (this=0x829dac30, abstime=0xaabf7208) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:275 #3 0x809e378b in os_event::wait_time_low (this=0x829dac30, time_in_usec=5000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:385 #4 0x809e3989 in os_event_wait_time_low (event=0x829dac30, time_in_usec=5000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:490 #5 0x80abf652 in srv_monitor_thread () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0srv.cc:1749 #6 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #7 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 17 (Thread 0xad7bfb40 (LWP 3548)): #0 0xb779b570 in ?? () from /lib/i386-linux-gnu/libaio.so.1 #1 0xb779b5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1 #2 0x809d5a8f in LinuxAIOHandler::collect (this=0xad7bf0e0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:1936 #3 0x809d60a1 in LinuxAIOHandler::poll (this=0xad7bf0e0, m1=0xad7bf150, m2=0xad7bf154, request=0xad7bf178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2097 #4 0x809d6205 in os_aio_linux_handler (global_segment=5, m1=0xad7bf150, m2=0xad7bf154, request=0xad7bf178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2151 #5 0x809db20f in os_aio_handler (segment=5, m1=0xad7bf150, m2=0xad7bf154, request=0xad7bf178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:5781 #6 0x80c0a10b in fil_aio_wait (segment=5) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/fil/fil0fil.cc:5116 #7 0x80ac48a1 in io_handler_thread (arg=0x81ecebf4 ) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0start.cc:332 #8 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #9 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 16 (Thread 0xacfbeb40 (LWP 3549)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742de56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e347a in os_event::timed_wait (this=0x829dacf0, abstime=0xacfbe078) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:275 #3 0x809e378b in os_event::wait_time_low (this=0x829dacf0, time_in_usec=969000, reset_sig_count=2) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:385 #4 0x809e3989 in os_event_wait_time_low (event=0x829dacf0, time_in_usec=969000, reset_sig_count=2) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:490 #5 0x80b9d0ce in pc_sleep_if_needed (next_loop_time=1848946, sig_count=2, cur_time=1847977) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/buf/buf0flu.cc:2707 #6 0x80b9df55 in buf_flush_page_cleaner_coordinator () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/buf/buf0flu.cc:3173 #7 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #8 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 15 (Thread 0xabbf9b40 (LWP 3562)): #0 0xb77cfc31 in __kernel_vsyscall () #1 0xb742de56 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 #2 0x809e347a in os_event::timed_wait (this=0x82b263f0, abstime=0xabbf9218) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:275 #3 0x809e378b in os_event::wait_time_low (this=0x82b263f0, time_in_usec=1000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:385 #4 0x809e3989 in os_event_wait_time_low (event=0x82b263f0, time_in_usec=1000000, reset_sig_count=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0event.cc:490 #5 0x809aeb18 in lock_wait_timeout_thread () at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/lock/lock0wait.cc:525 #6 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #7 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 14 (Thread 0xae7c1b40 (LWP 3546)): #0 0xb779b570 in ?? () from /lib/i386-linux-gnu/libaio.so.1 #1 0xb779b5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1 #2 0x809d5a8f in LinuxAIOHandler::collect (this=0xae7c10e0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:1936 #3 0x809d60a1 in LinuxAIOHandler::poll (this=0xae7c10e0, m1=0xae7c1150, m2=0xae7c1154, request=0xae7c1178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2097 #4 0x809d6205 in os_aio_linux_handler (global_segment=3, m1=0xae7c1150, m2=0xae7c1154, request=0xae7c1178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2151 #5 0x809db20f in os_aio_handler (segment=3, m1=0xae7c1150, m2=0xae7c1154, request=0xae7c1178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:5781 #6 0x80c0a10b in fil_aio_wait (segment=3) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/fil/fil0fil.cc:5116 #7 0x80ac48a1 in io_handler_thread (arg=0x81ecebec ) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0start.cc:332 #8 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #9 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 13 (Thread 0xadfc0b40 (LWP 3547)): #0 0xb779b570 in ?? () from /lib/i386-linux-gnu/libaio.so.1 #1 0xb779b5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1 #2 0x809d5a8f in LinuxAIOHandler::collect (this=0xadfc00e0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:1936 #3 0x809d60a1 in LinuxAIOHandler::poll (this=0xadfc00e0, m1=0xadfc0150, m2=0xadfc0154, request=0xadfc0178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2097 #4 0x809d6205 in os_aio_linux_handler (global_segment=4, m1=0xadfc0150, m2=0xadfc0154, request=0xadfc0178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2151 #5 0x809db20f in os_aio_handler (segment=4, m1=0xadfc0150, m2=0xadfc0154, request=0xadfc0178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:5781 #6 0x80c0a10b in fil_aio_wait (segment=4) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/fil/fil0fil.cc:5116 #7 0x80ac48a1 in io_handler_thread (arg=0x81ecebf0 ) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0start.cc:332 #8 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #9 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 12 (Thread 0xaffc4b40 (LWP 3543)): #0 0xb779b570 in ?? () from /lib/i386-linux-gnu/libaio.so.1 #1 0xb779b5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1 #2 0x809d5a8f in LinuxAIOHandler::collect (this=0xaffc40e0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:1936 #3 0x809d60a1 in LinuxAIOHandler::poll (this=0xaffc40e0, m1=0xaffc4150, m2=0xaffc4154, request=0xaffc4178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2097 #4 0x809d6205 in os_aio_linux_handler (global_segment=0, m1=0xaffc4150, m2=0xaffc4154, request=0xaffc4178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2151 #5 0x809db20f in os_aio_handler (segment=0, m1=0xaffc4150, m2=0xaffc4154, request=0xaffc4178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:5781 #6 0x80c0a10b in fil_aio_wait (segment=0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/fil/fil0fil.cc:5116 #7 0x80ac48a1 in io_handler_thread (arg=0x81ecebe0 ) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0start.cc:332 #8 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #9 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 11 (Thread 0xaf7c3b40 (LWP 3544)): #0 0xb779b570 in ?? () from /lib/i386-linux-gnu/libaio.so.1 #1 0xb779b5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1 #2 0x809d5a8f in LinuxAIOHandler::collect (this=0xaf7c30e0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:1936 #3 0x809d60a1 in LinuxAIOHandler::poll (this=0xaf7c30e0, m1=0xaf7c3150, m2=0xaf7c3154, request=0xaf7c3178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2097 #4 0x809d6205 in os_aio_linux_handler (global_segment=1, m1=0xaf7c3150, m2=0xaf7c3154, request=0xaf7c3178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2151 #5 0x809db20f in os_aio_handler (segment=1, m1=0xaf7c3150, m2=0xaf7c3154, request=0xaf7c3178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:5781 #6 0x80c0a10b in fil_aio_wait (segment=1) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/fil/fil0fil.cc:5116 #7 0x80ac48a1 in io_handler_thread (arg=0x81ecebe4 ) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/srv/srv0start.cc:332 #8 0xb74282b5 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #9 0xb716916e in clone () from /lib/i386-linux-gnu/libc.so.6 Thread 10 (Thread 0xaefc2b40 (LWP 3545)): #0 0xb779b570 in ?? () from /lib/i386-linux-gnu/libaio.so.1 #1 0xb779b5e6 in io_getevents () from /lib/i386-linux-gnu/libaio.so.1 #2 0x809d5a8f in LinuxAIOHandler::collect (this=0xaefc20e0) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:1936 #3 0x809d60a1 in LinuxAIOHandler::poll (this=0xaefc20e0, m1=0xaefc2150, m2=0xaefc2154, request=0xaefc2178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2097 #4 0x809d6205 in os_aio_linux_handler (global_segment=2, m1=0xaefc2150, m2=0xaefc2154, request=0xaefc2178) at /home/buildbot/buildbot/build/mariadb-10.2.32/storage/innobase/os/os0file.cc:2151 #5 0x809db20f in os_aio_handler (segment=2, m1=0xaefc2150, m2=0xaefc2154, request=0xaefc217