Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-24118

rpl.rpl_semi_sync failed in bb, Assertion `thd_killed(thd) || !m_active_tranxs || !m_active_tranxs->is_tranx_end_pos(trx_wait_binlog_name, trx_wait_binlog_pos)' failed in Repl_semi_sync_master::commit_trx

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.5
    • 10.5
    • Replication, Tests
    • None

    Description

      https://buildbot.askmonty.org/buildbot/builders/kvm-deb-buster-amd64/builds/3342/steps/mtr/logs/stdio

      rpl.rpl_semi_sync 'innodb,row'           w4 [ fail ]
              Test ended at 2020-11-02 08:29:25
       
      CURRENT_TEST: rpl.rpl_semi_sync
      mysqltest: In included file "/usr/share/mysql/mysql-test/suite/rpl/include/rpl_semi_sync.inc": 
      included from /usr/share/mysql/mysql-test/suite/rpl/t/rpl_semi_sync.test at line 2:
      At line 382: query 'create table t1 (a int) engine = $engine_type' failed: 2013: Lost connection to MySQL server during query
       
      The result from queries just before the failure was:
      < snip >
      [ test reset master ]
      connection master;
      reset master;
      show status like 'Rpl_semi_sync_master_status';
      Variable_name	Value
      Rpl_semi_sync_master_status	ON
      show status like 'Rpl_semi_sync_master_no_tx';
      Variable_name	Value
      Rpl_semi_sync_master_no_tx	0
      show status like 'Rpl_semi_sync_master_yes_tx';
      Variable_name	Value
      Rpl_semi_sync_master_yes_tx	0
      connection slave;
      include/stop_slave.inc
      reset slave;
      connection master;
      connection slave;
      include/start_slave.inc
      connection master;
      create table t1 (a int) engine = ENGINE_TYPE;
       
      More results from queries before failure can be found in /dev/shm/var/4/log/rpl_semi_sync.log
       
       
      Server [mysqld.1 - pid: 13570, winpid: 13570, exit: 256] failed during test run
      Server log from this test:
      ----------SERVER LOG START-----------
      2020-11-02  8:27:58 0 [Note] /usr/sbin/mariadbd (mysqld 10.5.7-MariaDB-1:10.5.7+maria~buster-log) starting as process 13571 ...
      2020-11-02  8:27:58 0 [Warning] Could not increase number of max_open_files to more than 1024 (request: 32186)
      2020-11-02  8:27:58 0 [Warning] Changed limits: max_open_files: 1024  max_connections: 151 (was 151)  table_cache: 421 (was 2000)
      2020-11-02  8:27:58 0 [Note] Plugin 'partition' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'SEQUENCE' is disabled.
      2020-11-02  8:27:58 0 [Note] InnoDB: Using Linux native AIO
      2020-11-02  8:27:58 0 [Note] InnoDB: Uses event mutexes
      2020-11-02  8:27:58 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
      2020-11-02  8:27:58 0 [Note] InnoDB: Number of pools: 1
      2020-11-02  8:27:58 0 [Note] InnoDB: Using generic crc32 instructions
      2020-11-02  8:27:58 0 [Note] mariadbd: O_TMPFILE is not supported on /dev/shm/var/tmp/4/mysqld.1 (disabling future attempts)
      2020-11-02  8:27:58 0 [Note] InnoDB: Initializing buffer pool, total size = 8388608, chunk size = 8388608
      2020-11-02  8:27:58 0 [Note] InnoDB: Completed initialization of buffer pool
      2020-11-02  8:27:58 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
      2020-11-02  8:27:58 0 [Note] InnoDB: 128 rollback segments are active.
      2020-11-02  8:27:58 0 [Note] InnoDB: Creating shared tablespace for temporary tables
      2020-11-02  8:27:58 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
      2020-11-02  8:27:58 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
      2020-11-02  8:27:58 0 [Note] InnoDB: 10.5.7 started; log sequence number 47250; transaction id 27
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_CMP' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'THREAD_POOL_WAITS' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'THREAD_POOL_QUEUES' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'FEEDBACK' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'THREAD_POOL_GROUPS' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_MUTEXES' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'user_variables' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_TABLESPACES_ENCRYPTION' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'THREAD_POOL_STATS' is disabled.
      2020-11-02  8:27:58 0 [Note] Plugin 'unix_socket' is disabled.
      2020-11-02  8:27:58 0 [Warning] /usr/sbin/mariadbd: unknown variable 'loose-feedback-debug-startup-interval=20'
      2020-11-02  8:27:58 0 [Warning] /usr/sbin/mariadbd: unknown variable 'loose-feedback-debug-first-interval=60'
      2020-11-02  8:27:58 0 [Warning] /usr/sbin/mariadbd: unknown variable 'loose-feedback-debug-interval=60'
      2020-11-02  8:27:58 0 [Warning] /usr/sbin/mariadbd: unknown option '--loose-pam-debug'
      2020-11-02  8:27:58 0 [Warning] /usr/sbin/mariadbd: unknown option '--loose-aria'
      2020-11-02  8:27:58 0 [Warning] /usr/sbin/mariadbd: unknown variable 'loose-debug-sync-timeout=300'
      2020-11-02  8:27:58 0 [Note] InnoDB: Loading buffer pool(s) from /dev/shm/var/4/mysqld.1/data/ib_buffer_pool
      2020-11-02  8:27:58 0 [Note] InnoDB: Buffer pool(s) load completed at 201102  8:27:58
      2020-11-02  8:27:58 0 [Note] Server socket created on IP: '127.0.0.1'.
      2020-11-02  8:27:58 0 [Note] Reading of all Master_info entries succeeded
      2020-11-02  8:27:58 0 [Note] Added new Master_info '' to hash table
      2020-11-02  8:27:58 0 [Note] /usr/sbin/mariadbd: ready for connections.
      Version: '10.5.7-MariaDB-1:10.5.7+maria~buster-log'  socket: '/dev/shm/var/tmp/4/mysqld.1.sock'  port: 16060  mariadb.org binary distribution
      2020-11-02  8:27:58 6 [Note] Deleted Master_info file '/dev/shm/var/4/mysqld.1/data/master.info'.
      2020-11-02  8:27:58 6 [Note] Deleted Master_info file '/dev/shm/var/4/mysqld.1/data/relay-log.info'.
      2020-11-02  8:27:58 8 [Note] Start binlog_dump to slave_server(2), pos(master-bin.000001, 4), using_gtid(0), gtid('')
      2020-11-02  8:27:59 9 [Note] Semi-sync replication initialized for transactions.
      2020-11-02  8:27:59 9 [Note] Semi-sync replication enabled on the master.
      2020-11-02  8:27:59 0 [Note] Starting ack receiver thread
      2020-11-02  8:28:59 9 [Warning] Timeout waiting for reply of binlog (file: master-bin.000001, pos: 475), semi-sync up to file , position 0.
      2020-11-02  8:28:59 9 [Note] Semi-sync replication switched OFF.
      2020-11-02  8:28:59 8 [Warning] Aborted connection 8 to db: 'unconnected' user: 'root' host: 'localhost' (Got an error writing communication packets)
      2020-11-02  8:28:59 9 [Note] Semi-sync replication switched OFF.
      2020-11-02  8:28:59 9 [Note] Semi-sync replication disabled on the master.
      2020-11-02  8:28:59 9 [Note] Enable Semi-sync Master after reset master
      2020-11-02  8:28:59 9 [Note] Semi-sync replication initialized for transactions.
      2020-11-02  8:28:59 9 [Note] Semi-sync replication enabled on the master.
      2020-11-02  8:28:59 12 [Note] Start binlog_dump to slave_server(2), pos(, 4), using_gtid(0), gtid('')
      2020-11-02  8:28:59 12 [Note] Start semi-sync binlog_dump to slave (server_id: 2), pos(./master-bin.000001, 4)
      2020-11-02  8:28:59 12 [Note] Stop semi-sync binlog_dump to slave (server_id: 2)
      2020-11-02  8:29:04 9 [Warning] Timeout waiting for reply of binlog (file: master-bin.000001, pos: 3304), semi-sync up to file master-bin.000001, position 3098.
      2020-11-02  8:29:04 9 [Note] Semi-sync replication switched OFF.
      2020-11-02  8:29:04 14 [Note] Start binlog_dump to slave_server(2), pos(master-bin.000001, 3098), using_gtid(0), gtid('')
      2020-11-02  8:29:04 14 [Note] Start semi-sync binlog_dump to slave (server_id: 2), pos(./master-bin.000001, 3098)
      2020-11-02  8:29:04 11 [Note] Semi-sync replication switched ON with slave (server_id: 2) at (master-bin.000001, 5541)
      2020-11-02  8:29:05 14 [Note] Stop semi-sync binlog_dump to slave (server_id: 2)
      2020-11-02  8:29:05 9 [Note] Semi-sync replication switched OFF.
      2020-11-02  8:29:05 9 [Note] Semi-sync replication disabled on the master.
      2020-11-02  8:29:07 11 [Note] Stopping ack receiver thread
      2020-11-02  8:29:07 9 [Note] Semi-sync replication initialized for transactions.
      2020-11-02  8:29:07 9 [Note] Semi-sync replication enabled on the master.
      2020-11-02  8:29:07 0 [Note] Starting ack receiver thread
      2020-11-02  8:29:07 17 [Note] Start binlog_dump to slave_server(2), pos(master-bin.000001, 5691), using_gtid(0), gtid('')
      2020-11-02  8:29:12 9 [Warning] Timeout waiting for reply of binlog (file: master-bin.000001, pos: 5839), semi-sync up to file master-bin.000001, position 5691.
      2020-11-02  8:29:12 9 [Note] Semi-sync replication switched OFF.
      2020-11-02  8:29:14 17 [Note] Start semi-sync binlog_dump to slave (server_id: 2), pos(./master-bin.000001, 5691)
      2020-11-02  8:29:14 9 [Note] Semi-sync replication switched OFF.
      2020-11-02  8:29:14 9 [Note] Semi-sync replication disabled on the master.
      2020-11-02  8:29:14 9 [Note] Enable Semi-sync Master after reset master
      2020-11-02  8:29:14 9 [Note] Semi-sync replication initialized for transactions.
      2020-11-02  8:29:14 9 [Note] Semi-sync replication enabled on the master.
      2020-11-02  8:29:14 17 [Note] Stop semi-sync binlog_dump to slave (server_id: 2)
      2020-11-02  8:29:14 19 [Note] Start binlog_dump to slave_server(2), pos(, 4), using_gtid(0), gtid('')
      2020-11-02  8:29:15 19 [Note] Start semi-sync binlog_dump to slave (server_id: 2), pos(./master-bin.000001, 4)
      mariadbd: /home/buildbot/buildbot/build/mariadb-10.5.7/sql/semisync_master.cc:931: int Repl_semi_sync_master::commit_trx(const char*, my_off_t): Assertion `thd_killed(thd) || !m_active_tranxs || !m_active_tranxs->is_tranx_end_pos(trx_wait_binlog_name, trx_wait_binlog_pos)' failed.
      201102  8:29:15 [ERROR] mysqld got signal 6 ;
      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.5.7-MariaDB-1:10.5.7+maria~buster-log
      key_buffer_size=1048576
      read_buffer_size=131072
      max_used_connections=7
      max_threads=153
      thread_count=10
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63636 K  bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.
       
      Thread pointer: 0x7fb118000c18
      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 = 0x7fb17418cd58 thread_stack 0x49000
      /usr/sbin/mariadbd(my_print_stacktrace+0x2e)[0x562d98871eee]
      /usr/sbin/mariadbd(handle_fatal_signal+0x485)[0x562d98301f35]
      ??:0(__restore_rt)[0x7fb17b4c4730]
      linux/raise.c:51(__GI_raise)[0x7fb17a8fb7bb]
      stdlib/abort.c:81(__GI_abort)[0x7fb17a8e6535]
      intl/loadmsgcat.c:1177(_nl_load_domain)[0x7fb17a8e640f]
      ??:0(__assert_fail)[0x7fb17a8f4102]
      /usr/sbin/mariadbd(+0x89c166)[0x562d98256166]
      /usr/sbin/mariadbd(_ZN21Repl_semi_sync_master10commit_trxEPKcy+0x21)[0x562d98256191]
      /usr/sbin/mariadbd(_ZN21Repl_semi_sync_master17wait_after_commitEP3THDb+0xb5)[0x562d982562b5]
      /usr/sbin/mariadbd(_Z17trans_commit_stmtP3THD+0x65)[0x562d9820cb55]
      /usr/sbin/mariadbd(_Z21mysql_execute_commandP3THD+0xc13)[0x562d9811049f]
      /usr/sbin/mariadbd(_Z11mysql_parseP3THDPcjP12Parser_statebb+0x1bc)[0x562d98102fa3]
      /usr/sbin/mariadbd(_Z16dispatch_command19enum_server_commandP3THDPcjbb+0x19cb)[0x562d9810df7e]
      sql/semisync_master.cc:929(Repl_semi_sync_master::dump_end(THD*))[0x562d9810eed2]
      sql/semisync_master.cc:946(Repl_semi_sync_master::commit_trx(char const*, unsigned long long))[0x562d981fe291]
      sql/semisync_master.cc:699(Repl_semi_sync_master::wait_after_commit(THD*, bool))[0x562d981fe62d]
      sql/transaction.cc:497(trans_commit_stmt(THD*))[0x562d98529c6b]
      nptl/pthread_create.c:487(start_thread)[0x7fb17b4b9fa3]
      x86_64/clone.S:97(clone)[0x7fb17a9bd4cf]
       
      Trying to get some variables.
      Some pointers may be invalid and cause the dump to abort.
      Query (0x7fb118010480): create table t1 (a int) engine = InnoDB
       
      Connection ID (thread ID): 9
      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=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on,not_null_range_scan=off
       
      The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
      information that should help you find out what is causing the crash.
      Writing a core file...
      Working directory at /dev/shm/var/4/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             23734                23734                processes 
      Max open files            1024                 1024                 files     
      Max locked memory         67108864             67108864             bytes     
      Max address space         unlimited            unlimited            bytes     
      Max file locks            unlimited            unlimited            locks     
      Max pending signals       23734                23734                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: core
       
      ----------SERVER LOG END-------------
       
       
       - found 'core' (0/0)
       
      Trying 'dbx' to get a backtrace
       
      Trying 'gdb' to get a backtrace from coredump /dev/shm/var/4/log/rpl.rpl_semi_sync-innodb,row/mysqld.1/data/core
      Core generated by '/usr/sbin/mariadbd'
      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 13642]
      [New LWP 13592]
      [New LWP 15915]
      [New LWP 13632]
      [New LWP 13627]
      [New LWP 13625]
      [New LWP 13594]
      [New LWP 13619]
      [New LWP 13578]
      [New LWP 15918]
      [New LWP 15917]
      [New LWP 15916]
      [New LWP 15919]
      [New LWP 15923]
      [New LWP 13571]
      [New LWP 13577]
      [New LWP 13601]
      [New LWP 13645]
      [New LWP 16329]
      [New LWP 15958]
      [New LWP 15922]
      [New LWP 15920]
      [New LWP 13600]
      [New LWP 13597]
      [New LWP 13583]
      [New LWP 13581]
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
      Core was generated by `/usr/sbin/mariadbd --defaults-group-suffix=.1 --defaults-file=/dev/shm/var/4/my'.
      Program terminated with signal SIGABRT, Aborted.
      #0  __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
      56	../sysdeps/unix/sysv/linux/pthread_kill.c: No such file or directory.
      [Current thread is 1 (Thread 0x7fb17418d700 (LWP 13642))]
      #0  __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
      #1  0x0000562d98871ce7 in my_write_core (sig=sig@entry=6) at ./mysys/stacktrace.c:424
      #2  0x0000562d98301f50 in handle_fatal_signal (sig=6) at ./sql/signal_handler.cc:330
      #3  <signal handler called>
      #4  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
      #5  0x00007fb17a8e6535 in __GI_abort () at abort.c:79
      #6  0x00007fb17a8e640f in __assert_fail_base (fmt=0x7fb17aa48ee0 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x562d98957200 "thd_killed(thd) || !m_active_tranxs || !m_active_tranxs->is_tranx_end_pos(trx_wait_binlog_name, trx_wait_binlog_pos)", file=0x562d98957090 "/home/buildbot/buildbot/build/mariadb-10.5.7/sql/semisync_master.cc", line=931, function=<optimized out>) at assert.c:92
      #7  0x00007fb17a8f4102 in __GI___assert_fail (assertion=assertion@entry=0x562d98957200 "thd_killed(thd) || !m_active_tranxs || !m_active_tranxs->is_tranx_end_pos(trx_wait_binlog_name, trx_wait_binlog_pos)", file=file@entry=0x562d98957090 "/home/buildbot/buildbot/build/mariadb-10.5.7/sql/semisync_master.cc", line=line@entry=931, function=function@entry=0x562d98957680 <Repl_semi_sync_master::commit_trx(char const*, unsigned long long)::__PRETTY_FUNCTION__> "int Repl_semi_sync_master::commit_trx(const char*, my_off_t)") at assert.c:101
      #8  0x0000562d98256166 in Repl_semi_sync_master::commit_trx (this=0x562d99106de0 <repl_semisync_master>, trx_wait_binlog_name=0x7fb118905b70 "master-bin.000001", trx_wait_binlog_pos=477) at ./sql/semisync_master.cc:849
      #9  0x0000562d98256191 in Repl_semi_sync_master::commit_trx (this=<optimized out>, trx_wait_binlog_name=<optimized out>, trx_wait_binlog_pos=<optimized out>) at ./sql/semisync_master.cc:945
      #10 0x0000562d982562b5 in Repl_semi_sync_master::wait_after_commit (all=false, thd=0x7fb118905b68, this=<optimized out>) at ./sql/semisync_master.cc:699
      #11 Repl_semi_sync_master::wait_after_commit (this=<optimized out>, thd=thd@entry=0x7fb118000c18, all=all@entry=false) at ./sql/semisync_master.cc:675
      #12 0x0000562d9820cb55 in trans_commit_stmt (thd=thd@entry=0x7fb118000c18) at ./sql/transaction.cc:497
      #13 0x0000562d9811049f in mysql_execute_command (thd=0x7fb118000c18) at ./sql/sql_parse.cc:6068
      #14 0x0000562d98102fa3 in mysql_parse (thd=0x7fb118000c18, rawbuf=<optimized out>, length=39, parser_state=0x7fb17418c460, is_com_multi=<optimized out>, is_next_command=<optimized out>) at ./sql/sql_parse.cc:8044
      #15 0x0000562d9810df7e in dispatch_command (command=COM_QUERY, thd=0x7fb118000c18, packet=<optimized out>, packet_length=<optimized out>, is_com_multi=<optimized out>, is_next_command=<optimized out>) at ./sql/sql_class.h:1255
      #16 0x0000562d9810eed2 in do_command (thd=0x7fb118000c18) at ./sql/sql_parse.cc:1353
      #17 0x0000562d981fe291 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x562d9a3b9bc8, put_in_cache=put_in_cache@entry=true) at ./sql/sql_connect.cc:1410
      #18 0x0000562d981fe62d in handle_one_connection (arg=arg@entry=0x562d9a3b9bc8) at ./sql/sql_connect.cc:1312
      #19 0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a3b9c38) at ./storage/perfschema/pfs.cc:2201
      #20 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #21 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 26 (Thread 0x7fb174d9b700 (LWP 13581)):
      #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
      #1  0x00007fb17b32f27a in ?? () from /usr/lib/x86_64-linux-gnu/libaio.so.1
      #2  0x0000562d988058f5 in tpool::aio_linux::getevent_thread_routine (aio=0x562d9a4c7020) at ./tpool/aio_linux.cc:53
      #3  0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #4  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #5  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 25 (Thread 0x7fb16f7ff700 (LWP 13583)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb16f7fec40, expected=0, futex_word=0x562d99057020 <buf_pool+800>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb16f7fec40, mutex=0x562d99056f98 <buf_pool+664>, cond=0x562d99056ff8 <buf_pool+760>) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d99056ff8 <buf_pool+760>, mutex=mutex@entry=0x562d99056f98 <buf_pool+664>, abstime=0x7fb16f7fec40) at pthread_cond_wait.c:667
      #3  0x0000562d9874c2b8 in inline_mysql_cond_timedwait (that=that@entry=0x562d99056ff8 <buf_pool+760>, mutex=mutex@entry=0x562d99056f98 <buf_pool+664>, abstime=abstime@entry=0x7fb16f7fec40, src_line=src_line@entry=2067, src_file=0x562d98adabf8 "/home/buildbot/buildbot/build/mariadb-10.5.7/storage/innobase/buf/buf0flu.cc") at ./include/mysql/psi/mysql_thread.h:1270
      #4  0x0000562d9875076f in buf_flush_page_cleaner () at ./storage/innobase/buf/buf0flu.cc:2066
      #5  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #6  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 24 (Thread 0x7fb153fff700 (LWP 13597)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb153ffed40, expected=0, futex_word=0x562d9a48e9a8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb153ffed40, mutex=0x562d9a47f2d0, cond=0x562d9a48e980) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48e980, mutex=0x562d9a47f2d0, abstime=0x7fb153ffed40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb153ffed40, __mutex=<optimized out>, __cond=0x562d9a48e980) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48e980) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48e980) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48e980) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48e980) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48e980, t=0x7fb153ffede8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48e980) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 23 (Thread 0x7fb17434f700 (LWP 13600)):
      #0  0x00007fb17a8fc4cc in __GI___sigtimedwait (set=set@entry=0x7fb17434ecb0, info=info@entry=0x7fb17434ed30, timeout=timeout@entry=0x0) at ../sysdeps/unix/sysv/linux/sigtimedwait.c:29
      #1  0x00007fb17a8fc537 in __GI___sigwaitinfo (set=set@entry=0x7fb17434ecb0, info=info@entry=0x7fb17434ed30) at ../sysdeps/unix/sysv/linux/sigwaitinfo.c:25
      #2  0x0000562d980450ab in my_sigwait (code=<synthetic pointer>, sig=0x7fb17434eca8, set=0x7fb17434ecb0) at ./include/my_pthread.h:196
      #3  signal_hand (arg=arg@entry=0x0) at ./sql/mysqld.cc:2988
      #4  0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a467b88) at ./storage/perfschema/pfs.cc:2201
      #5  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #6  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 22 (Thread 0x7fb16dbf2700 (LWP 15920)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb16dbf1d40, expected=0, futex_word=0x562d9a48edac) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb16dbf1d40, mutex=0x562d9a47f2d0, cond=0x562d9a48ed80) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48ed80, mutex=0x562d9a47f2d0, abstime=0x7fb16dbf1d40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb16dbf1d40, __mutex=<optimized out>, __cond=0x562d9a48ed80) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ed80) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ed80) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48ed80) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48ed80) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48ed80, t=0x7fb16dbf1de8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48ed80) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 21 (Thread 0x7fb15affd700 (LWP 15922)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb15affcd40, expected=0, futex_word=0x562d9a48eca8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb15affcd40, mutex=0x562d9a47f2d0, cond=0x562d9a48ec80) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48ec80, mutex=0x562d9a47f2d0, abstime=0x7fb15affcd40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb15affcd40, __mutex=<optimized out>, __cond=0x562d9a48ec80) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ec80) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ec80) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48ec80) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48ec80) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48ec80, t=0x7fb15affcde8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48ec80) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 20 (Thread 0x7fb1740f7700 (LWP 15958)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb1740f4590, expected=0, futex_word=0x562d9910b1b8 <mysql_bin_log+1400>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb1740f4590, mutex=0x562d9910b0c0 <mysql_bin_log+1152>, cond=0x562d9910b190 <mysql_bin_log+1360>) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=cond@entry=0x562d9910b190 <mysql_bin_log+1360>, mutex=mutex@entry=0x562d9910b0c0 <mysql_bin_log+1152>, abstime=abstime@entry=0x7fb1740f4590) at pthread_cond_wait.c:667
      #3  0x0000562d983e3e1e in inline_mysql_cond_timedwait (src_file=0x562d98a72c38 "/home/buildbot/buildbot/build/mariadb-10.5.7/sql/log.cc", src_line=8723, abstime=0x7fb1740f4590, mutex=0x562d9910b0c0 <mysql_bin_log+1152>, that=0x562d9910b190 <mysql_bin_log+1360>) at ./include/mysql/psi/mysql_thread.h:1259
      #4  MYSQL_BIN_LOG::wait_for_update_binlog_end_pos (this=this@entry=0x562d9910ac40 <mysql_bin_log>, thd=0x7fb108000c18, timeout=timeout@entry=0x7fb1740f4590) at ./sql/log.cc:8722
      #5  0x0000562d9812b4b1 in wait_new_events (end_pos_ptr=<synthetic pointer>, binlog_end_pos_filename=0x7fb1740f56a0 "./master-bin.000001", linfo=0x7fb1740f58a0, info=0x7fb1740f5ac0) at ./sql/sql_repl.cc:2512
      #6  get_binlog_end_pos (linfo=0x7fb1740f58a0, log=0x7fb1740f49d0, info=0x7fb1740f5ac0) at ./sql/sql_repl.cc:2632
      #7  send_one_binlog_file (start_pos=<optimized out>, linfo=0x7fb1740f58a0, log=0x7fb1740f49d0, info=0x7fb1740f5ac0) at ./sql/sql_repl.cc:2792
      #8  mysql_binlog_send (thd=thd@entry=0x7fb108000c18, log_ident=<optimized out>, pos=<optimized out>, pos@entry=4, flags=flags@entry=2) at ./sql/sql_repl.cc:2937
      #9  0x0000562d9810e7b2 in dispatch_command (command=COM_BINLOG_DUMP, thd=0x7fb108000c18, packet=0x7fb108008079 "", packet_length=<optimized out>, is_com_multi=<optimized out>, is_next_command=<optimized out>) at ./sql/sql_class.h:1147
      #10 0x0000562d9810eed2 in do_command (thd=0x7fb108000c18) at ./sql/sql_parse.cc:1353
      #11 0x0000562d981fe291 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x562d9a620598, put_in_cache=put_in_cache@entry=true) at ./sql/sql_connect.cc:1410
      #12 0x0000562d981fe62d in handle_one_connection (arg=arg@entry=0x562d9a620598) at ./sql/sql_connect.cc:1312
      #13 0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a5fc608) at ./storage/perfschema/pfs.cc:2201
      #14 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #15 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 19 (Thread 0x7fb1597fa700 (LWP 16329)):
      #0  0x00007fb17a9b2819 in __GI___poll (fds=0x7fb110007910, nfds=1, timeout=timeout@entry=1000) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x0000562d98257cb0 in poll (__timeout=1000, __nfds=<optimized out>, __fds=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
      #2  Poll_socket_listener::listen_on_sockets (this=0x7fb1597f9830) at ./sql/semisync_master_ack_receiver.h:137
      #3  Ack_receiver::run (this=0x562d99106d20 <ack_receiver>) at ./sql/semisync_master_ack_receiver.cc:245
      #4  0x0000562d982580a9 in ack_receive_handler (arg=arg@entry=0x562d99106d20 <ack_receiver>) at ./sql/semisync_master_ack_receiver.cc:35
      #5  0x0000562d98529c6b in pfs_spawn_thread (arg=0x7fb118987d88) at ./storage/perfschema/pfs.cc:2201
      #6  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #7  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 18 (Thread 0x7fb174142700 (LWP 13645)):
      #0  0x00007fb17a9b2819 in __GI___poll (fds=fds@entry=0x7fb1741419e8, nfds=nfds@entry=1, timeout=timeout@entry=28800000) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x0000562d98489dcb in poll (__timeout=28800000, __nfds=1, __fds=0x7fb1741419e8) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
      #2  vio_io_wait (vio=vio@entry=0x562d9a3ba008, event=VIO_IO_EVENT_READ, timeout=28800000) at ./vio/viosocket.c:1000
      #3  0x0000562d98489f40 in vio_socket_io_wait (vio=0x562d9a3ba008, event=<optimized out>) at ./vio/viosocket.c:118
      #4  0x0000562d9848a02d in vio_read (vio=0x562d9a3ba008, buf=0x7fb10c008078 "\001", size=4) at ./vio/viosocket.c:199
      #5  0x0000562d98413f43 in my_real_read (net=0x7fb10c000e90, complen=complen@entry=0x7fb174141c78, header=header@entry=1 '\001') at ./sql/net_serv.cc:979
      #6  0x0000562d984152b0 in my_net_read_packet_reallen (net=net@entry=0x7fb10c000e90, read_from_server=read_from_server@entry=1 '\001', reallen=reallen@entry=0x7fb174141cc8) at ./sql/net_serv.cc:1260
      #7  0x0000562d984153ad in my_net_read_packet (net=net@entry=0x7fb10c000e90, read_from_server=read_from_server@entry=1 '\001') at ./sql/net_serv.cc:1244
      #8  0x0000562d9810ee40 in do_command (thd=0x7fb10c000c18) at ./sql/sql_parse.cc:1226
      #9  0x0000562d981fe291 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x562d9a3b9f98, put_in_cache=put_in_cache@entry=true) at ./sql/sql_connect.cc:1410
      #10 0x0000562d981fe62d in handle_one_connection (arg=arg@entry=0x562d9a3b9f98) at ./sql/sql_connect.cc:1312
      #11 0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a3ba008) at ./storage/perfschema/pfs.cc:2201
      #12 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #13 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 17 (Thread 0x7fb174304700 (LWP 13601)):
      #0  futex_wait_cancelable (private=0, expected=0, futex_word=0x562d990d790c <COND_slave_background+44>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
      #1  __pthread_cond_wait_common (abstime=0x0, mutex=0x562d990d4de0 <LOCK_slave_background>, cond=0x562d990d78e0 <COND_slave_background>) at pthread_cond_wait.c:502
      #2  __pthread_cond_wait (cond=0x562d990d78e0 <COND_slave_background>, mutex=0x562d990d4de0 <LOCK_slave_background>) at pthread_cond_wait.c:655
      #3  0x0000562d980626fc in inline_mysql_cond_wait (that=<optimized out>, mutex=<optimized out>, src_file=0x562d98927a40 "/home/buildbot/buildbot/build/mariadb-10.5.7/sql/slave.cc", src_line=525) at ./include/mysql/psi/mysql_thread.h:1222
      #4  handle_slave_background (arg=arg@entry=0x0) at ./sql/slave.cc:525
      #5  0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a6520c8) at ./storage/perfschema/pfs.cc:2201
      #6  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #7  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 16 (Thread 0x7fb176527700 (LWP 13577)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb176526d80, expected=0, futex_word=0x562d999b11cc <COND_timer+44>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb176526d80, mutex=0x562d999b11e0 <LOCK_timer>, cond=0x562d999b11a0 <COND_timer>) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=cond@entry=0x562d999b11a0 <COND_timer>, mutex=mutex@entry=0x562d999b11e0 <LOCK_timer>, abstime=abstime@entry=0x7fb176526d80) at pthread_cond_wait.c:667
      #3  0x0000562d9887636d in inline_mysql_cond_timedwait (that=0x562d999b11a0 <COND_timer>, mutex=0x562d999b11e0 <LOCK_timer>, src_file=0x562d98aefdf8 "/home/buildbot/buildbot/build/mariadb-10.5.7/mysys/thr_timer.c", src_line=321, abstime=0x7fb176526d80) at ./include/mysql/psi/mysql_thread.h:1259
      #4  timer_handler (arg=arg@entry=0x0) at ./mysys/thr_timer.c:321
      #5  0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a3ac6e8) at ./storage/perfschema/pfs.cc:2201
      #6  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #7  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 15 (Thread 0x7fb17a730800 (LWP 13571)):
      #0  0x00007fb17a9b2819 in __GI___poll (fds=fds@entry=0x7ffd1807b570, nfds=nfds@entry=2, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x00007fb17a9ce74e in __poll_chk (fds=fds@entry=0x7ffd1807b570, nfds=nfds@entry=2, timeout=timeout@entry=-1, fdslen=fdslen@entry=24) at poll_chk.c:27
      #2  0x0000562d9804d6ef in poll (__timeout=-1, __nfds=2, __fds=0x7ffd1807b570) at /usr/include/x86_64-linux-gnu/bits/poll2.h:41
      #3  handle_connections_sockets () at ./sql/mysqld.cc:6219
      #4  0x0000562d9804e7b8 in mysqld_main (argc=<optimized out>, argv=<optimized out>) at ./sql/mysqld.cc:5668
      #5  0x00007fb17a8e809b in __libc_start_main (main=0x562d98008cf0 <main(int, char**)>, argc=25, argv=0x7ffd1807b9b8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd1807b9a8) at ../csu/libc-start.c:308
      #6  0x0000562d9804291a in _start () at ./sql/mysqld.cc:4345
       
      Thread 14 (Thread 0x7fb159ffb700 (LWP 15923)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb159ffad40, expected=0, futex_word=0x562d9a48e92c) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb159ffad40, mutex=0x562d9a47f2d0, cond=0x562d9a48e900) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48e900, mutex=0x562d9a47f2d0, abstime=0x7fb159ffad40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb159ffad40, __mutex=<optimized out>, __cond=0x562d9a48e900) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48e900) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48e900) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48e900) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48e900) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48e900, t=0x7fb159ffade8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48e900) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 13 (Thread 0x7fb16ebf4700 (LWP 15919)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb16ebf3d40, expected=0, futex_word=0x562d9a48ea2c) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb16ebf3d40, mutex=0x562d9a47f2d0, cond=0x562d9a48ea00) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48ea00, mutex=0x562d9a47f2d0, abstime=0x7fb16ebf3d40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb16ebf3d40, __mutex=<optimized out>, __cond=0x562d9a48ea00) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ea00) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ea00) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48ea00) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48ea00) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48ea00, t=0x7fb16ebf3de8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48ea00) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 12 (Thread 0x7fb15bfff700 (LWP 15916)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb15bffed40, expected=0, futex_word=0x562d9a48eb2c) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb15bffed40, mutex=0x562d9a47f2d0, cond=0x562d9a48eb00) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48eb00, mutex=0x562d9a47f2d0, abstime=0x7fb15bffed40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb15bffed40, __mutex=<optimized out>, __cond=0x562d9a48eb00) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48eb00) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48eb00) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48eb00) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48eb00) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48eb00, t=0x7fb15bffede8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48eb00) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 11 (Thread 0x7fb16e3f3700 (LWP 15917)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb16e3f2d40, expected=0, futex_word=0x562d9a48ed2c) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb16e3f2d40, mutex=0x562d9a47f2d0, cond=0x562d9a48ed00) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48ed00, mutex=0x562d9a47f2d0, abstime=0x7fb16e3f2d40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb16e3f2d40, __mutex=<optimized out>, __cond=0x562d9a48ed00) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ed00) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ed00) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48ed00) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48ed00) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48ed00, t=0x7fb16e3f2de8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48ed00) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 10 (Thread 0x7fb16d3f1700 (LWP 15918)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb16d3f0d40, expected=0, futex_word=0x562d9a48ec28) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb16d3f0d40, mutex=0x562d9a47f2d0, cond=0x562d9a48ec00) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48ec00, mutex=0x562d9a47f2d0, abstime=0x7fb16d3f0d40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb16d3f0d40, __mutex=<optimized out>, __cond=0x562d9a48ec00) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ec00) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ec00) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48ec00) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48ec00) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48ec00, t=0x7fb16d3f0de8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48ec00) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 9 (Thread 0x7fb1759ae700 (LWP 13578)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb1759adcf0, expected=0, futex_word=0x562d9990da08 <COND_checkpoint+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb1759adcf0, mutex=0x562d9990da20 <LOCK_checkpoint>, cond=0x562d9990d9e0 <COND_checkpoint>) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=cond@entry=0x562d9990d9e0 <COND_checkpoint>, mutex=mutex@entry=0x562d9990da20 <LOCK_checkpoint>, abstime=abstime@entry=0x7fb1759adcf0) at pthread_cond_wait.c:667
      #3  0x0000562d984c0dcc in inline_mysql_cond_timedwait (src_file=0x562d98a7ffd8 "/home/buildbot/buildbot/build/mariadb-10.5.7/storage/maria/ma_servicethread.c", src_line=116, abstime=0x7fb1759adcf0, mutex=0x562d9990da20 <LOCK_checkpoint>, that=0x562d9990d9e0 <COND_checkpoint>) at ./include/mysql/psi/mysql_thread.h:1259
      #4  my_service_thread_sleep (control=control@entry=0x562d99049460 <checkpoint_control>, sleep_time=<optimized out>) at ./storage/maria/ma_servicethread.c:115
      #5  0x0000562d984b90b9 in ma_checkpoint_background (arg=arg@entry=0x1e) at ./storage/maria/ma_checkpoint.c:707
      #6  0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a464fe8) at ./storage/perfschema/pfs.cc:2201
      #7  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #8  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 8 (Thread 0x7fb1742b9700 (LWP 13619)):
      #0  0x00007fb17a9b2819 in __GI___poll (fds=fds@entry=0x7fb1742b89e8, nfds=nfds@entry=1, timeout=timeout@entry=28800000) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x0000562d98489dcb in poll (__timeout=28800000, __nfds=1, __fds=0x7fb1742b89e8) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
      #2  vio_io_wait (vio=vio@entry=0x562d9a9768e8, event=VIO_IO_EVENT_READ, timeout=28800000) at ./vio/viosocket.c:1000
      #3  0x0000562d98489f40 in vio_socket_io_wait (vio=0x562d9a9768e8, event=<optimized out>) at ./vio/viosocket.c:118
      #4  0x0000562d9848a02d in vio_read (vio=0x562d9a9768e8, buf=0x7fb128008078 "\001", size=4) at ./vio/viosocket.c:199
      #5  0x0000562d98413f43 in my_real_read (net=0x7fb128000e90, complen=complen@entry=0x7fb1742b8c78, header=header@entry=1 '\001') at ./sql/net_serv.cc:979
      #6  0x0000562d984152b0 in my_net_read_packet_reallen (net=net@entry=0x7fb128000e90, read_from_server=read_from_server@entry=1 '\001', reallen=reallen@entry=0x7fb1742b8cc8) at ./sql/net_serv.cc:1260
      #7  0x0000562d984153ad in my_net_read_packet (net=net@entry=0x7fb128000e90, read_from_server=read_from_server@entry=1 '\001') at ./sql/net_serv.cc:1244
      #8  0x0000562d9810ee40 in do_command (thd=0x7fb128000c18) at ./sql/sql_parse.cc:1226
      #9  0x0000562d981fe291 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x562d9a9e0208, put_in_cache=put_in_cache@entry=true) at ./sql/sql_connect.cc:1410
      #10 0x0000562d981fe62d in handle_one_connection (arg=arg@entry=0x562d9a9e0208) at ./sql/sql_connect.cc:1312
      #11 0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a9768e8) at ./storage/perfschema/pfs.cc:2201
      #12 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #13 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 7 (Thread 0x7fb15b7fe700 (LWP 13594)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb15b7fdd40, expected=0, futex_word=0x562d9a48eaa8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb15b7fdd40, mutex=0x562d9a47f2d0, cond=0x562d9a48ea80) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48ea80, mutex=0x562d9a47f2d0, abstime=0x7fb15b7fdd40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb15b7fdd40, __mutex=<optimized out>, __cond=0x562d9a48ea80) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ea80) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48ea80) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48ea80) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48ea80) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48ea80, t=0x7fb15b7fdde8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48ea80) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 6 (Thread 0x7fb17426e700 (LWP 13625)):
      #0  0x00007fb17a9b2819 in __GI___poll (fds=fds@entry=0x7fb17426d9e8, nfds=nfds@entry=1, timeout=timeout@entry=28800000) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x0000562d98489dcb in poll (__timeout=28800000, __nfds=1, __fds=0x7fb17426d9e8) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
      #2  vio_io_wait (vio=vio@entry=0x562d9a976cb8, event=VIO_IO_EVENT_READ, timeout=28800000) at ./vio/viosocket.c:1000
      #3  0x0000562d98489f40 in vio_socket_io_wait (vio=0x562d9a976cb8, event=<optimized out>) at ./vio/viosocket.c:118
      #4  0x0000562d9848a02d in vio_read (vio=0x562d9a976cb8, buf=0x7fb11c008078 "\001", size=4) at ./vio/viosocket.c:199
      #5  0x0000562d98413f43 in my_real_read (net=0x7fb11c000e90, complen=complen@entry=0x7fb17426dc78, header=header@entry=1 '\001') at ./sql/net_serv.cc:979
      #6  0x0000562d984152b0 in my_net_read_packet_reallen (net=net@entry=0x7fb11c000e90, read_from_server=read_from_server@entry=1 '\001', reallen=reallen@entry=0x7fb17426dcc8) at ./sql/net_serv.cc:1260
      #7  0x0000562d984153ad in my_net_read_packet (net=net@entry=0x7fb11c000e90, read_from_server=read_from_server@entry=1 '\001') at ./sql/net_serv.cc:1244
      #8  0x0000562d9810ee40 in do_command (thd=0x7fb11c000c18) at ./sql/sql_parse.cc:1226
      #9  0x0000562d981fe291 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x562d9a976c48, put_in_cache=put_in_cache@entry=true) at ./sql/sql_connect.cc:1410
      #10 0x0000562d981fe62d in handle_one_connection (arg=arg@entry=0x562d9a976c48) at ./sql/sql_connect.cc:1312
      #11 0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a976cb8) at ./storage/perfschema/pfs.cc:2201
      #12 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #13 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 5 (Thread 0x7fb174223700 (LWP 13627)):
      #0  0x00007fb17a9b2819 in __GI___poll (fds=fds@entry=0x7fb1742229e8, nfds=nfds@entry=1, timeout=timeout@entry=28800000) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x0000562d98489dcb in poll (__timeout=28800000, __nfds=1, __fds=0x7fb1742229e8) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
      #2  vio_io_wait (vio=vio@entry=0x562d9a977088, event=VIO_IO_EVENT_READ, timeout=28800000) at ./vio/viosocket.c:1000
      #3  0x0000562d98489f40 in vio_socket_io_wait (vio=0x562d9a977088, event=<optimized out>) at ./vio/viosocket.c:118
      #4  0x0000562d9848a02d in vio_read (vio=0x562d9a977088, buf=0x7fb120008078 "\001", size=4) at ./vio/viosocket.c:199
      #5  0x0000562d98413f43 in my_real_read (net=0x7fb120000e90, complen=complen@entry=0x7fb174222c78, header=header@entry=1 '\001') at ./sql/net_serv.cc:979
      #6  0x0000562d984152b0 in my_net_read_packet_reallen (net=net@entry=0x7fb120000e90, read_from_server=read_from_server@entry=1 '\001', reallen=reallen@entry=0x7fb174222cc8) at ./sql/net_serv.cc:1260
      #7  0x0000562d984153ad in my_net_read_packet (net=net@entry=0x7fb120000e90, read_from_server=read_from_server@entry=1 '\001') at ./sql/net_serv.cc:1244
      #8  0x0000562d9810ee40 in do_command (thd=0x7fb120000c18) at ./sql/sql_parse.cc:1226
      #9  0x0000562d981fe291 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x562d9a977018, put_in_cache=put_in_cache@entry=true) at ./sql/sql_connect.cc:1410
      #10 0x0000562d981fe62d in handle_one_connection (arg=arg@entry=0x562d9a977018) at ./sql/sql_connect.cc:1312
      #11 0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a977088) at ./storage/perfschema/pfs.cc:2201
      #12 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #13 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 4 (Thread 0x7fb1741d8700 (LWP 13632)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb1741d7d60, expected=0, futex_word=0x562d990d7968 <thread_cache+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb1741d7d60, mutex=0x562d990d79b0 <thread_cache+112>, cond=0x562d990d7940 <thread_cache>) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=cond@entry=0x562d990d7940 <thread_cache>, mutex=mutex@entry=0x562d990d79b0 <thread_cache+112>, abstime=abstime@entry=0x7fb1741d7d60) at pthread_cond_wait.c:667
      #3  0x0000562d981fe38f in inline_mysql_cond_timedwait (src_file=0x562d9891d070 "/home/buildbot/buildbot/build/mariadb-10.5.7/sql/thread_cache.h", src_line=177, abstime=0x7fb1741d7d60, mutex=<optimized out>, that=<optimized out>) at ./include/mysql/psi/mysql_thread.h:1259
      #4  Thread_cache::park (this=<optimized out>) at ./sql/thread_cache.h:176
      #5  do_handle_one_connection (connect=<optimized out>, connect@entry=0x562d9a9e9d68, put_in_cache=put_in_cache@entry=true) at ./sql/sql_connect.cc:1423
      #6  0x0000562d981fe62d in handle_one_connection (arg=arg@entry=0x562d9a9e9d68) at ./sql/sql_connect.cc:1312
      #7  0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a3b9868) at ./storage/perfschema/pfs.cc:2201
      #8  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #9  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 3 (Thread 0x7fb16cbf0700 (LWP 15915)):
      #0  futex_abstimed_wait_cancelable (private=0, abstime=0x7fb16cbefd40, expected=0, futex_word=0x562d9a48ebac) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
      #1  __pthread_cond_wait_common (abstime=0x7fb16cbefd40, mutex=0x562d9a47f2d0, cond=0x562d9a48eb80) at pthread_cond_wait.c:539
      #2  __pthread_cond_timedwait (cond=0x562d9a48eb80, mutex=0x562d9a47f2d0, abstime=0x7fb16cbefd40) at pthread_cond_wait.c:667
      #3  0x0000562d98802537 in __gthread_cond_timedwait (__abs_timeout=0x7fb16cbefd40, __mutex=<optimized out>, __cond=0x562d9a48eb80) at /usr/include/x86_64-linux-gnu/c++/8/bits/gthr-default.h:871
      #4  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48eb80) at /usr/include/c++/8/condition_variable:178
      #5  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=..., __lock=..., this=0x562d9a48eb80) at /usr/include/c++/8/condition_variable:106
      #6  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=..., __lock=..., this=0x562d9a48eb80) at /usr/include/c++/8/condition_variable:143
      #7  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x562d9a47f1c0, lk=..., thread_data=thread_data@entry=0x562d9a48eb80) at ./tpool/tpool_generic.cc:418
      #8  0x0000562d9880284d in tpool::thread_pool_generic::get_task (this=0x562d9a47f1c0, thread_var=0x562d9a48eb80, t=0x7fb16cbefde8) at ./tpool/tpool_generic.cc:471
      #9  0x0000562d98803ecd in tpool::thread_pool_generic::worker_main (this=0x562d9a47f1c0, thread_var=0x562d9a48eb80) at ./tpool/tpool_generic.cc:516
      #10 0x00007fb17acc5b2f in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
      #11 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #12 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 2 (Thread 0x7fb17439a700 (LWP 13592)):
      #0  futex_wait_cancelable (private=0, expected=0, futex_word=0x562d9910b908 <mysql_bin_log+3272>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
      #1  __pthread_cond_wait_common (abstime=0x0, mutex=0x562d9910b8b0 <mysql_bin_log+3184>, cond=0x562d9910b8e0 <mysql_bin_log+3232>) at pthread_cond_wait.c:502
      #2  __pthread_cond_wait (cond=cond@entry=0x562d9910b8e0 <mysql_bin_log+3232>, mutex=mutex@entry=0x562d9910b8b0 <mysql_bin_log+3184>) at pthread_cond_wait.c:655
      #3  0x0000562d983e8071 in inline_mysql_cond_wait (that=0x562d9910b8e0 <mysql_bin_log+3232>, mutex=0x562d9910b8b0 <mysql_bin_log+3184>, src_file=0x562d98a72c38 "/home/buildbot/buildbot/build/mariadb-10.5.7/sql/log.cc", src_line=10325) at ./include/mysql/psi/mysql_thread.h:1222
      #4  binlog_background_thread (arg=arg@entry=0x0) at ./sql/log.cc:10324
      #5  0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a60e8d8) at ./storage/perfschema/pfs.cc:2201
      #6  0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #7  0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 1 (Thread 0x7fb17418d700 (LWP 13642)):
      #0  __pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:56
      #1  0x0000562d98871ce7 in my_write_core (sig=sig@entry=6) at ./mysys/stacktrace.c:424
      #2  0x0000562d98301f50 in handle_fatal_signal (sig=6) at ./sql/signal_handler.cc:330
      #3  <signal handler called>
      #4  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
      #5  0x00007fb17a8e6535 in __GI_abort () at abort.c:79
      #6  0x00007fb17a8e640f in __assert_fail_base (fmt=0x7fb17aa48ee0 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=0x562d98957200 "thd_killed(thd) || !m_active_tranxs || !m_active_tranxs->is_tranx_end_pos(trx_wait_binlog_name, trx_wait_binlog_pos)", file=0x562d98957090 "/home/buildbot/buildbot/build/mariadb-10.5.7/sql/semisync_master.cc", line=931, function=<optimized out>) at assert.c:92
      #7  0x00007fb17a8f4102 in __GI___assert_fail (assertion=assertion@entry=0x562d98957200 "thd_killed(thd) || !m_active_tranxs || !m_active_tranxs->is_tranx_end_pos(trx_wait_binlog_name, trx_wait_binlog_pos)", file=file@entry=0x562d98957090 "/home/buildbot/buildbot/build/mariadb-10.5.7/sql/semisync_master.cc", line=line@entry=931, function=function@entry=0x562d98957680 <Repl_semi_sync_master::commit_trx(char const*, unsigned long long)::__PRETTY_FUNCTION__> "int Repl_semi_sync_master::commit_trx(const char*, my_off_t)") at assert.c:101
      #8  0x0000562d98256166 in Repl_semi_sync_master::commit_trx (this=0x562d99106de0 <repl_semisync_master>, trx_wait_binlog_name=0x7fb118905b70 "master-bin.000001", trx_wait_binlog_pos=477) at ./sql/semisync_master.cc:849
      #9  0x0000562d98256191 in Repl_semi_sync_master::commit_trx (this=<optimized out>, trx_wait_binlog_name=<optimized out>, trx_wait_binlog_pos=<optimized out>) at ./sql/semisync_master.cc:945
      #10 0x0000562d982562b5 in Repl_semi_sync_master::wait_after_commit (all=false, thd=0x7fb118905b68, this=<optimized out>) at ./sql/semisync_master.cc:699
      #11 Repl_semi_sync_master::wait_after_commit (this=<optimized out>, thd=thd@entry=0x7fb118000c18, all=all@entry=false) at ./sql/semisync_master.cc:675
      #12 0x0000562d9820cb55 in trans_commit_stmt (thd=thd@entry=0x7fb118000c18) at ./sql/transaction.cc:497
      #13 0x0000562d9811049f in mysql_execute_command (thd=0x7fb118000c18) at ./sql/sql_parse.cc:6068
      #14 0x0000562d98102fa3 in mysql_parse (thd=0x7fb118000c18, rawbuf=<optimized out>, length=39, parser_state=0x7fb17418c460, is_com_multi=<optimized out>, is_next_command=<optimized out>) at ./sql/sql_parse.cc:8044
      #15 0x0000562d9810df7e in dispatch_command (command=COM_QUERY, thd=0x7fb118000c18, packet=<optimized out>, packet_length=<optimized out>, is_com_multi=<optimized out>, is_next_command=<optimized out>) at ./sql/sql_class.h:1255
      #16 0x0000562d9810eed2 in do_command (thd=0x7fb118000c18) at ./sql/sql_parse.cc:1353
      #17 0x0000562d981fe291 in do_handle_one_connection (connect=<optimized out>, connect@entry=0x562d9a3b9bc8, put_in_cache=put_in_cache@entry=true) at ./sql/sql_connect.cc:1410
      #18 0x0000562d981fe62d in handle_one_connection (arg=arg@entry=0x562d9a3b9bc8) at ./sql/sql_connect.cc:1312
      #19 0x0000562d98529c6b in pfs_spawn_thread (arg=0x562d9a3b9c38) at ./storage/perfschema/pfs.cc:2201
      #20 0x00007fb17b4b9fa3 in start_thread (arg=<optimized out>) at pthread_create.c:486
      #21 0x00007fb17a9bd4cf in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
       - deleting it, already saved 0
       - saving '/dev/shm/var/4/log/rpl.rpl_semi_sync-innodb,row/' to '/dev/shm/var/log/rpl.rpl_semi_sync-innodb,row/'
      
      

      Attachments

        Issue Links

          Activity

            People

              Elkin Andrei Elkin
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.