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

main.partition_range_interval timeout in view protocol

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • 13.1
    • 13.1.1
    • Partitioning
    • None
    • Not for Release Notes
    • Q3/2026 Server Development

    Description

      e.g. https://buildbot.mariadb.org/#/builders/719/builds/16396

      Can reproduce locally with mtr -view-protocol --embedded-server, or even without -embedded-server

      main.partition_range_interval            w5 [ fail ]  timeout after 900 seconds
              Test ended at 2026-08-05 02:30:14
       
      Test case timeout after 900 seconds
       
      == /home/buildbot/amd64-debian-12-debug-embedded/build/mysql-test/var/5/log/partition_range_interval.log ==
      ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci
       PARTITION BY RANGE  COLUMNS(`c`) INTERVAL 1 DAY
      (PARTITION `p0` VALUES LESS THAN ('2026-04-20') ENGINE = InnoDB,
       PARTITION `p1` VALUES LESS THAN ('2026-04-21') ENGINE = InnoDB,
       PARTITION `p2` VALUES LESS THAN ('2026-04-22') ENGINE = InnoDB,
       PARTITION `p3` VALUES LESS THAN ('2026-04-23') ENGINE = InnoDB,
       PARTITION `p4` VALUES LESS THAN ('2026-04-24') ENGINE = InnoDB,
       PARTITION `p5` VALUES LESS THAN ('2026-04-25') ENGINE = InnoDB,
       PARTITION `p6` VALUES LESS THAN ('2026-04-26') ENGINE = InnoDB,
       PARTITION `p7` VALUES LESS THAN ('2026-04-27') ENGINE = InnoDB,
       PARTITION `p8` VALUES LESS THAN ('2026-04-28') ENGINE = InnoDB,
       PARTITION `p9` VALUES LESS THAN ('2026-04-29') ENGINE = InnoDB,
       PARTITION `p10` VALUES LESS THAN ('2026-04-30') ENGINE = InnoDB,
       PARTITION `p11` VALUES LESS THAN ('2026-05-01') ENGINE = InnoDB,
       PARTITION `p12` VALUES LESS THAN ('2026-05-02') ENGINE = InnoDB,
       PARTITION `p13` VALUES LESS THAN ('2026-05-03') ENGINE = InnoDB)
      set timestamp= unix_timestamp('2026-05-06 00:00:00');
      lock tables v1 write;
      update v1 set c= date_add(c, interval 3 day);
      select * from t1;
       
       == /home/buildbot/amd64-debian-12-debug-embedded/build/mysql-test/var/5/tmp/analyze-timeout-mysqld.1.err ==
      mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local server through socket '/home/buildbot/amd64-debian-12-debug-embedded/build/mysql-test/v' (111)
       
       
       - found 'core', moving it to '/home/buildbot/amd64-debian-12-debug-embedded/build/mysql-test/var/5/log/main.partition_range_interval'
       - found 'core' (0/2)
      Core generated by '/home/buildbot/amd64-debian-12-debug-embedded/build/client//mariadb-test'
      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 80695]
       
      warning: Unexpected size of section `.reg-xstate/80695' in core file.
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
      Core was generated by `/home/buildbot/amd64-debian-12-debug-embedded/build/client//mariadb-test --defa'.
      Program terminated with signal SIGABRT, Aborted.
       
      warning: Unexpected size of section `.reg-xstate/80695' in core file.
      #0  0x00007f4dad7e5eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      #0  0x00007f4dad7e5eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      #1  0x0000564205efb19f in my_write_core (sig=6) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/stacktrace.c:424
      #2  0x0000564205e9f066 in signal_handler (sig=6) at /home/buildbot/amd64-debian-12-debug-embedded/build/client/mysqltest.cc:12994
      #3  <signal handler called>
      #4  0x00007f4dad857230 in poll () from /lib/x86_64-linux-gnu/libc.so.6
      #5  0x0000564205ed96d5 in pvio_socket_wait_io_or_timeout (pvio=0x564232d9f540, is_read=1 '\001', timeout=-1) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/plugins/pvio/pvio_socket.c:533
      #6  0x0000564205ed934f in pvio_socket_read (pvio=0x564232d9f540, buffer=0x564232d9f5c0 "\a", length=16384) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/plugins/pvio/pvio_socket.c:319
      #7  0x0000564205eb9e79 in ma_pvio_read (pvio=0x564232d9f540, buffer=0x564232d9f5c0 "\a", length=16384) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/ma_pvio.c:255
      #8  0x0000564205eba053 in ma_pvio_cache_read (pvio=0x564232d9f540, buffer=0x564232da35d0 ";", length=4) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/ma_pvio.c:299
      #9  0x0000564205ede1ee in ma_real_read (net=0x564232d9cd70, complen=0x7fff39c41758) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/ma_net.c:389
      #10 0x0000564205ede423 in ma_net_read (net=0x564232d9cd70) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/ma_net.c:443
      #11 0x0000564205eab2ab in ma_net_safe_read (mysql=0x564232d9cd70) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/mariadb_lib.c:227
      #12 0x0000564205eb2c1b in mthd_my_read_query_result (mysql=0x564232d9cd70) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/mariadb_lib.c:2891
      #13 0x0000564205eb319f in mysql_real_query (mysql=0x564232d9cd70, query=0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1", length=58) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/mariadb_lib.c:2996
      #14 0x0000564205eb192e in mysql_query (mysql=0x564232d9cd70, query=0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1") at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/mariadb_lib.c:2558
      #15 0x0000564205e85933 in wrap_mysql_query (mysql=0x564232d9cd70, q=0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1") at /home/buildbot/amd64-debian-12-debug-embedded/build/client/../tests/nonblock-wrappers.h:252
      #16 0x0000564205e9dfd2 in util_query (org_mysql=0x564232d851f0, query=0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1") at /home/buildbot/amd64-debian-12-debug-embedded/build/client/mysqltest.cc:12423
      #17 0x0000564205e9e3ec in run_query (cn=0x564232d6ceb0, command=0x564232dfda00, flags=3) at /home/buildbot/amd64-debian-12-debug-embedded/build/client/mysqltest.cc:12542
      #18 0x0000564205ea043c in main (argc=14, argv=0x7fff39c41e58) at /home/buildbot/amd64-debian-12-debug-embedded/build/client/mysqltest.cc:13472
       
      Thread 1 (Thread 0x7f4dad6bc740 (LWP 80695)):
      #0  0x00007f4dad7e5eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x0000564205efb19f in my_write_core (sig=6) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/stacktrace.c:424
      No locals.
      #2  0x0000564205e9f066 in signal_handler (sig=6) at /home/buildbot/amd64-debian-12-debug-embedded/build/client/mysqltest.cc:12994
      No locals.
      #3  <signal handler called>
      No symbol table info available.
      #4  0x00007f4dad857230 in poll () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #5  0x0000564205ed96d5 in pvio_socket_wait_io_or_timeout (pvio=0x564232d9f540, is_read=1 '\001', timeout=-1) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/plugins/pvio/pvio_socket.c:533
              rc = 6
              csock = 0x564232d85da0
              p_fd = {fd = 6, events = 1, revents = 0}
      #6  0x0000564205ed934f in pvio_socket_read (pvio=0x564232d9f540, buffer=0x564232d9f5c0 "\a", length=16384) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/plugins/pvio/pvio_socket.c:319
              err = 11
              r = -1
              read_flags = 64
              csock = 0x564232d85da0
              timeout = -1
      #7  0x0000564205eb9e79 in ma_pvio_read (pvio=0x564232d9f540, buffer=0x564232d9f5c0 "\a", length=16384) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/ma_pvio.c:255
              r = -1
      #8  0x0000564205eba053 in ma_pvio_cache_read (pvio=0x564232d9f540, buffer=0x564232da35d0 ";", length=4) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/ma_pvio.c:299
              r = 0
              __PRETTY_FUNCTION__ = "ma_pvio_cache_read"
      #9  0x0000564205ede1ee in ma_real_read (net=0x564232d9cd70, complen=0x7fff39c41758) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/ma_net.c:389
              pos = 0x564232da35d0 ";"
              length = 1885969363070429184
              i = 0
              len = 4294967295
              remain = 4
      #10 0x0000564205ede423 in ma_net_read (net=0x564232d9cd70) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/ma_net.c:443
              len = 94841567304608
              complen = 0
      #11 0x0000564205eab2ab in ma_net_safe_read (mysql=0x564232d9cd70) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/mariadb_lib.c:227
              net = 0x564232d9cd70
              len = 0
      #12 0x0000564205eb2c1b in mthd_my_read_query_result (mysql=0x564232d9cd70) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/mariadb_lib.c:2891
              pos = 0x564205eabe42 <ma_simple_command+83> "\311\303UH\211\345H\203\354 H\211}\350\211u\344H\213E\350H\211E\370\203}\344\004\017\207\342"
              field_count = 58
              fields = 0x564232d9cc60
              length = 8192
              end = 0x0
              has_metadata = 0 '\000'
              can_local_infile = 0 '\000'
              __PRETTY_FUNCTION__ = "mthd_my_read_query_result"
      #13 0x0000564205eb319f in mysql_real_query (mysql=0x564232d9cd70, query=0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1", length=58) at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/mariadb_lib.c:2996
              skip_result = 0 '\000'
      #14 0x0000564205eb192e in mysql_query (mysql=0x564232d9cd70, query=0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1") at /home/buildbot/amd64-debian-12-debug-embedded/build/libmariadb/libmariadb/mariadb_lib.c:2558
      No locals.
      #15 0x0000564205e85933 in wrap_mysql_query (mysql=0x564232d9cd70, q=0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1") at /home/buildbot/amd64-debian-12-debug-embedded/build/client/../tests/nonblock-wrappers.h:252
              res = 99596028
              status = 22082
      #16 0x0000564205e9dfd2 in util_query (org_mysql=0x564232d851f0, query=0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1") at /home/buildbot/amd64-debian-12-debug-embedded/build/client/mysqltest.cc:12423
              mysql = 0x564232d9cd70
              ret = 22082
      #17 0x0000564205e9e3ec in run_query (cn=0x564232d6ceb0, command=0x564232dfda00, flags=3) at /home/buildbot/amd64-debian-12-debug-embedded/build/client/mysqltest.cc:12542
              query_str = {str = 0x564232d9cc60 "CREATE OR REPLACE VIEW mysqltest_tmp_v AS select * from t1", length = 58, max_length = 256, alloc_increment = 256}
              mysql = 0x564232d851f0
              rs_output = 0x5642063c0e40 <ds_res>
              rs_cmp_result = {str = 0x7fff39c419c0 "`\314\3312BV", length = 94841567435867, max_length = 94842320694656, alloc_increment = 5148498885}
              rs_warnings = {str = 0x564232d94120 '\245' <repeats 200 times>..., length = 0, max_length = 256, alloc_increment = 256}
              query = 0x564232dfdbc0 "select * from t1"
              query_len = 16
              view_created = 0 '\000'
              sp_created = 0 '\000'
              complete_query = 1 '\001'
      #18 0x0000564205ea043c in main (argc=14, argv=0x7fff39c41e58) at /home/buildbot/amd64-debian-12-debug-embedded/build/client/mysqltest.cc:13472
              old_display_result_vertically = 0 '\000'
              flags = 3
              ok_to_do = 1 '\001'
              current_line_inc = 1
              processed = 1
              command = 0x564232dfda00
              q_send_flag = 0 '\000'
              abort_flag = 0 '\000'
              command_executed = 401
              last_command_executed = 401
              save_file = '\000' <repeats 32 times>, "st\000--defaults-file=/home/buildbo", '\000' <repeats 447 times>
              empty_result = false
              error = 0
              con = 0x564232d6ceb0
       
      Compressed file /home/buildbot/amd64-debian-12-debug-embedded/build/mysql-test/var/5/log/main.partition_range_interval/core
       - found 'core' (1/2)
      Core generated by '/home/buildbot/amd64-debian-12-debug-embedded/build/sql/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).
      --------------------------
       
      warning: Can't open file /dev/shm/var_auto_JeJi/5/mysqld.1/data/ib_logfile0 during file-backed mapping note processing
       
      warning: Can't open file anon_inode:[io_uring] which was expanded to anon_inode:[io_uring] during file-backed mapping note processing
       
      warning: Can't open file anon_inode:[io_uring] which was expanded to anon_inode:[io_uring] during file-backed mapping note processing
       
      warning: Can't open file /dev/shm/var_auto_JeJi/5/mysqld.1/data/tc.log during file-backed mapping note processing
      [New LWP 79925]
      [New LWP 79954]
      [New LWP 79962]
      [New LWP 79964]
      [New LWP 79968]
      [New LWP 79981]
      [New LWP 79990]
      [New LWP 79965]
      [New LWP 79997]
      [New LWP 81302]
      [New LWP 79995]
      [New LWP 80086]
      [New LWP 80930]
      [New LWP 79980]
       
      warning: Unexpected size of section `.reg-xstate/79925' in core file.
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
      Core was generated by `/home/buildbot/amd64-debian-12-debug-embedded/build/sql/mariadbd --defaults-gro'.
      Program terminated with signal SIGABRT, Aborted.
       
      warning: Unexpected size of section `.reg-xstate/79925' in core file.
      #0  0x00007fe0d5db7eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      [Current thread is 1 (Thread 0x7fe0d5a9be40 (LWP 79925))]
      #0  0x00007fe0d5db7eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      #1  0x000055cda9a713d5 in my_write_core (sig=6) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/stacktrace.c:424
      #2  0x000055cda8fad37b in handle_fatal_signal (sig=6) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/signal_handler.cc:298
      #3  <signal handler called>
      #4  0x00007fe0d5e2926f in poll () from /lib/x86_64-linux-gnu/libc.so.6
      #5  0x000055cda890e38b in handle_connections_sockets () at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/mysqld.cc:6719
      #6  0x000055cda890cd61 in run_main_loop () at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/mysqld.cc:5993
      #7  0x000055cda890db5f in mysqld_main (argc=160, argv=0x55cddd771440) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/mysqld.cc:6419
      #8  0x000055cda8900bf9 in main (argc=25, argv=0x7ffc68d67b98) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/main.cc:34
       
      Thread 14 (Thread 0x77e0beffd6c0 (LWP 79980)):
      warning: Unexpected size of section `.reg-xstate/79980' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db5baf in pthread_cond_clockwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda99cda2d in std::__condvar::wait_until (this=0x55cdddbc38b0, __m=@0x55cddd772cb8: {<std::__mutex_base> = {_M_mutex = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 12 times>, "\001", '\000' <repeats 26 times>, __align = 0}}, <No data fields>}, __clock=1, __abs_time=@0x77e0beffc9e0: {tv_sec = 20538521, tv_nsec = 380766377}) at /usr/include/c++/12/bits/std_mutex.h:169
      No locals.
      #3  0x000055cda99d0653 in std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (this=0x55cdddbc38b0, __lock=@0x77e0beffcae0: {_M_device = 0x55cddd772cb8, _M_owns = true}, __atime=@0x77e0beffca78: {__d = {__r = 20538521380766377}}) at /usr/include/c++/12/condition_variable:200
              __s = {__d = {__r = 20538521}}
              __ns = {__r = 380766377}
              __ts = {tv_sec = 20538521, tv_nsec = 380766377}
      #4  0x000055cda99cf753 in std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (this=0x55cdddbc38b0, __lock=@0x77e0beffcae0: {_M_device = 0x55cddd772cb8, _M_owns = true}, __atime=@0x77e0beffca78: {__d = {__r = 20538521380766377}}) at /usr/include/c++/12/condition_variable:110
      No locals.
      #5  0x000055cda99ceaa9 in std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (this=0x55cdddbc38b0, __lock=@0x77e0beffcae0: {_M_device = 0x55cddd772cb8, _M_owns = true}, __rtime=@0x55cddd772ce0: {__r = 60000}) at /usr/include/c++/12/condition_variable:162
      No locals.
      #6  0x000055cda99cbd7b in tpool::thread_pool_generic::wait_for_tasks (this=0x55cddd772b30, lk=@0x77e0beffcae0: {_M_device = 0x55cddd772cb8, _M_owns = true}, thread_data=0x55cdddbc38b0) at /home/buildbot/amd64-debian-12-debug-embedded/build/tpool/tpool_generic.cc:431
              __PRETTY_FUNCTION__ = "bool tpool::thread_pool_generic::wait_for_tasks(std::unique_lock<std::mutex>&, tpool::worker_data*)"
      #7  0x000055cda99cbf91 in tpool::thread_pool_generic::get_task (this=0x55cddd772b30, thread_var=0x55cdddbc38b0, t=0x77e0beffcb30) at /home/buildbot/amd64-debian-12-debug-embedded/build/tpool/tpool_generic.cc:484
              lk = {_M_device = 0x55cddd772cb8, _M_owns = true}
              __PRETTY_FUNCTION__ = "bool tpool::thread_pool_generic::get_task(tpool::worker_data*, tpool::task**)"
      #8  0x000055cda99cc368 in tpool::thread_pool_generic::worker_main (this=0x55cddd772b30, thread_var=0x55cdddbc38b0) at /home/buildbot/amd64-debian-12-debug-embedded/build/tpool/tpool_generic.cc:529
              task = 0x55cdddcf3ef8
      #9  0x000055cda99d4114 in std::__invoke_impl<void, void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> (__f=@0x77e0b0001508: (void (tpool::thread_pool_generic::*)(tpool::thread_pool_generic * const, tpool::worker_data *)) 0x55cda99cc1de <tpool::thread_pool_generic::worker_main(tpool::worker_data*)>, __t=@0x77e0b0001500: 0x55cddd772b30) at /usr/include/c++/12/bits/invoke.h:74
      No locals.
      #10 0x000055cda99d402e in std::__invoke<void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> (__fn=@0x77e0b0001508: (void (tpool::thread_pool_generic::*)(tpool::thread_pool_generic * const, tpool::worker_data *)) 0x55cda99cc1de <tpool::thread_pool_generic::worker_main(tpool::worker_data*)>) at /usr/include/c++/12/bits/invoke.h:96
      No locals.
      #11 0x000055cda99d3f61 in std::thread::_Invoker<std::tuple<void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> >::_M_invoke<0ul, 1ul, 2ul> (this=0x77e0b00014f8) at /usr/include/c++/12/bits/std_thread.h:252
      No locals.
      #12 0x000055cda99d3efe in std::thread::_Invoker<std::tuple<void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> >::operator() (this=0x77e0b00014f8) at /usr/include/c++/12/bits/std_thread.h:259
      No locals.
      #13 0x000055cda99d3ee2 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (tpool::thread_pool_generic::*)(tpool::worker_data*), tpool::thread_pool_generic*, tpool::worker_data*> > >::_M_run (this=0x77e0b00014f0) at /usr/include/c++/12/bits/std_thread.h:210
      No locals.
      #14 0x00007fe0d60e54a3 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      No symbol table info available.
      #15 0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #16 0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 13 (LWP 80930):
      warning: Unexpected size of section `.reg-xstate/80930' in core file.
      #0  0x0000000000000000 in ?? ()
      No symbol table info available.
      Backtrace stopped: Cannot access memory at address 0x0
       
      Thread 12 (Thread 0x7fe0cc5846c0 (LWP 80086)):
      warning: Unexpected size of section `.reg-xstate/80086' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db58bc in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda9a75921 in safe_cond_timedwait (cond=0x55cdaac10b20 <thread_cache>, mp=0x55cdaac10b90 <thread_cache+112>, abstime=0x7fe0cc583b80, file=0x55cdaa203638 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c", line=593) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_mutex.c:543
              error = 32764
              save_state = {global = {__data = {__lock = 1, __count = 0, __owner = 80086, __nusers = 1, __kind = 2, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000\3268\001\000\001\000\000\000\002", '\000' <repeats 22 times>, __align = 1}, mutex = {__data = {__lock = 1, __count = 0, __owner = 80086, __nusers = 1, __kind = 3, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000\3268\001\000\001\000\000\000\003", '\000' <repeats 22 times>, __align = 1}, file = 0x55cda9c92058 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/thread_cache.h", name = 0x55cda9bc7940 "LOCK_thread_cache", line = 166, count = 0, create_flags = 0, active_flags = 0, id = 295, thread = 140603477739200, locked_mutex = 0x55cdde21fd60, used_mutex = 0x55cdde21fde8, prev = 0x0, next = 0x0}
      #3  0x000055cda9a6fb57 in psi_cond_timedwait (that=0x55cdaac10b20 <thread_cache>, mutex=0x55cdaac10b90 <thread_cache+112>, abstime=0x7fe0cc583b80, file=0x55cda9c92058 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/thread_cache.h", line=176) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c:593
              state = {m_flags = 2848530520, m_operation = (PSI_COND_TIMEDWAIT | unknown: 0x55cc), m_cond = 0x55cdaac10b90 <thread_cache+112>, m_mutex = 0xcc583b00, m_thread = 0x0, m_timer_start = 140603477736192, m_timer = 0x55cda9a6f579 <my_thread_var_dbug+31>, m_wait = 0x55cddd76f8a0}
              locker = 0x0
              result = 6
      #4  0x000055cda8d2013f in inline_mysql_cond_timedwait (that=0x55cdaac10b20 <thread_cache>, mutex=0x55cdaac10b90 <thread_cache+112>, abstime=0x7fe0cc583b80, src_file=0x55cda9c92058 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/thread_cache.h", src_line=176) at /home/buildbot/amd64-debian-12-debug-embedded/build/include/mysql/psi/mysql_thread.h:1086
      No locals.
      #5  0x000055cda8d20332 in Thread_cache::park (this=0x55cdaac10b20 <thread_cache>) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/thread_cache.h:176
              error = 32736
              abstime = {tv_sec = 1785897252, tv_nsec = 53296000}
              connect = 0x0
              flushed = false
      #6  0x000055cda8d1eb87 in do_handle_one_connection (connect=0x55cdde222040, put_in_cache=true) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/sql_connect.cc:1527
              create_user = true
              thr_create_utime = 20537546650694
              thd = 0x77e090000dd0
      #7  0x000055cda8d1e89d in handle_one_connection (arg=0x55cdde2f5ab0) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/sql_connect.cc:1426
              connect = 0x55cdde2f5ab0
      #8  0x000055cda932f2f6 in pfs_spawn_thread (arg=0x55cdde221500) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/perfschema/pfs.cc:2198
              typed_arg = 0x55cdde221500
              user_arg = 0x55cdde2f5ab0
              user_start_routine = 0x55cda8d1e833 <handle_one_connection(void*)>
              pfs = 0x7fe0d5380b40
              klass = 0x55cddd785b80
      #9  0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #10 0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 11 (Thread 0x7fe0cd2436c0 (LWP 79995)):
      warning: Unexpected size of section `.reg-xstate/79995' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db55d8 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda9a75560 in safe_cond_wait (cond=0x55cdaac10ca0 <COND_slave_deadlock_handler>, mp=0x55cdaac14220 <LOCK_slave_deadlock_handler>, file=0x55cdaa203638 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c", line=580) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_mutex.c:489
              error = 32736
              save_state = {global = {__data = {__lock = 1, __count = 0, __owner = 79995, __nusers = 1, __kind = 2, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000{8\001\000\001\000\000\000\002", '\000' <repeats 22 times>, __align = 1}, mutex = {__data = {__lock = 2, __count = 0, __owner = 79995, __nusers = 2, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\002\000\000\000\000\000\000\000{8\001\000\002", '\000' <repeats 26 times>, __align = 2}, file = 0x55cda9bed580 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/slave.cc", name = 0x55cda9bcbc8d "LOCK_slave_deadlock_handler", line = 487, count = 0, create_flags = 0, active_flags = 0, id = 274, thread = 140603491104448, locked_mutex = 0x55cdde2a8ed0, used_mutex = 0x55cdde2a8f58, prev = 0x0, next = 0x0}
      #3  0x000055cda9a6faa8 in psi_cond_wait (that=0x55cdaac10ca0 <COND_slave_deadlock_handler>, mutex=0x55cdaac14220 <LOCK_slave_deadlock_handler>, file=0x55cda9bed580 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/slave.cc", line=500) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c:580
              state = {m_flags = 7, m_operation = PSI_COND_WAIT, m_cond = 0x55cddd8479c0, m_mutex = 0x7fe0d12cd140, m_thread = 0x7fe0d537c7c0, m_timer_start = 43129065145491445, m_timer = 0xfffffffffffffcd0, m_wait = 0x7fe0d537d118}
              locker = 0x7fe0cd242b50
              result = 21965
      #4  0x000055cda899762d in inline_mysql_cond_wait (that=0x55cdaac10ca0 <COND_slave_deadlock_handler>, mutex=0x55cdaac14220 <LOCK_slave_deadlock_handler>, src_file=0x55cda9bed580 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/slave.cc", src_line=500) at /home/buildbot/amd64-debian-12-debug-embedded/build/include/mysql/psi/mysql_thread.h:1070
      No locals.
      #5  0x000055cda89990b4 in slave_deadlock_handler (arg=0x0) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/slave.cc:500
              kill_list = 0x0
              stop = false
      #6  0x000055cda932f2f6 in pfs_spawn_thread (arg=0x55cdde265240) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/perfschema/pfs.cc:2198
              typed_arg = 0x55cdde265240
              user_arg = 0x0
              user_start_routine = 0x55cda8999004 <slave_deadlock_handler(void*)>
              pfs = 0x7fe0d537c7c0
              klass = 0x55cddd785d00
      #7  0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #8  0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 10 (LWP 81302):
      warning: Unexpected size of section `.reg-xstate/81302' in core file.
      #0  0x0000000000000000 in ?? ()
      No symbol table info available.
      Backtrace stopped: Cannot access memory at address 0x0
       
      Thread 9 (Thread 0x7fe0cc5cf6c0 (LWP 79997)):
      warning: Unexpected size of section `.reg-xstate/79997' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db58bc in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda9a75921 in safe_cond_timedwait (cond=0x55cdaac10b20 <thread_cache>, mp=0x55cdaac10b90 <thread_cache+112>, abstime=0x7fe0cc5ceb80, file=0x55cdaa203638 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c", line=593) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_mutex.c:543
              error = 32764
              save_state = {global = {__data = {__lock = 1, __count = 0, __owner = 79997, __nusers = 1, __kind = 2, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000}8\001\000\001\000\000\000\002", '\000' <repeats 22 times>, __align = 1}, mutex = {__data = {__lock = 1, __count = 0, __owner = 79997, __nusers = 2, __kind = 3, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000}8\001\000\002\000\000\000\003", '\000' <repeats 22 times>, __align = 1}, file = 0x55cda9c92058 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/thread_cache.h", name = 0x55cda9bc7940 "LOCK_thread_cache", line = 166, count = 0, create_flags = 0, active_flags = 0, id = 295, thread = 140603478046400, locked_mutex = 0x55cdde21fd60, used_mutex = 0x55cdde21fde8, prev = 0x0, next = 0x0}
      #3  0x000055cda9a6fb57 in psi_cond_timedwait (that=0x55cdaac10b20 <thread_cache>, mutex=0x55cdaac10b90 <thread_cache+112>, abstime=0x7fe0cc5ceb80, file=0x55cda9c92058 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/thread_cache.h", line=176) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c:593
              state = {m_flags = 2848530520, m_operation = (PSI_COND_TIMEDWAIT | unknown: 0x55cc), m_cond = 0x55cdaac10b90 <thread_cache+112>, m_mutex = 0xcc5ceb00, m_thread = 0x0, m_timer_start = 140603478043392, m_timer = 0x55cda9a6f579 <my_thread_var_dbug+31>, m_wait = 0x55cddd76f8a0}
              locker = 0x0
              result = 6
      #4  0x000055cda8d2013f in inline_mysql_cond_timedwait (that=0x55cdaac10b20 <thread_cache>, mutex=0x55cdaac10b90 <thread_cache+112>, abstime=0x7fe0cc5ceb80, src_file=0x55cda9c92058 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/thread_cache.h", src_line=176) at /home/buildbot/amd64-debian-12-debug-embedded/build/include/mysql/psi/mysql_thread.h:1086
      No locals.
      #5  0x000055cda8d20332 in Thread_cache::park (this=0x55cdaac10b20 <thread_cache>) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/thread_cache.h:176
              error = 32736
              abstime = {tv_sec = 1785897252, tv_nsec = 59019000}
              connect = 0x0
              flushed = false
      #6  0x000055cda8d1eb87 in do_handle_one_connection (connect=0x55cdde222130, put_in_cache=true) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/sql_connect.cc:1527
              create_user = true
              thr_create_utime = 20537546437100
              thd = 0x77e09c000dd0
      #7  0x000055cda8d1e89d in handle_one_connection (arg=0x55cdde2e0be0) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/sql_connect.cc:1426
              connect = 0x55cdde2e0be0
      #8  0x000055cda932f2f6 in pfs_spawn_thread (arg=0x55cdde221050) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/perfschema/pfs.cc:2198
              typed_arg = 0x55cdde221050
              user_arg = 0x55cdde2e0be0
              user_start_routine = 0x55cda8d1e833 <handle_one_connection(void*)>
              pfs = 0x7fe0d537de40
              klass = 0x55cddd785b80
      #9  0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #10 0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 8 (Thread 0x7fe0ce4dc6c0 (LWP 79965)):
      warning: Unexpected size of section `.reg-xstate/79965' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db55d8 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda9a75560 in safe_cond_wait (cond=0x55cdaaa259d0 <buf_pool+1040>, mp=0x55cdaaa258c0 <buf_pool+768>, file=0x55cdaa165cb8 "/home/buildbot/amd64-debian-12-debug-embedded/build/storage/innobase/buf/buf0flu.cc", line=2830) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_mutex.c:489
              error = 32736
              save_state = {global = {__data = {__lock = 1, __count = 0, __owner = 79965, __nusers = 1, __kind = 2, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000]8\001\000\001\000\000\000\002", '\000' <repeats 22 times>, __align = 1}, mutex = {__data = {__lock = 1, __count = 0, __owner = 79965, __nusers = 1, __kind = 3, __spins = 102, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000]8\001\000\001\000\000\000\003\000\000\000f", '\000' <repeats 18 times>, __align = 1}, file = 0x55cdaa165cb8 "/home/buildbot/amd64-debian-12-debug-embedded/build/storage/innobase/buf/buf0flu.cc", name = 0x55cdaa157f27 "flush_list_mutex", line = 2816, count = 0, create_flags = 0, active_flags = 0, id = 23, thread = 140603510605504, locked_mutex = 0x7fe0c4001010, used_mutex = 0x7fe0c4001098, prev = 0x0, next = 0x0}
      #3  0x000055cda98835c5 in buf_flush_page_cleaner () at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/innobase/buf/buf0flu.cc:2830
              soft_lsn_limit = 0
              oldest_lsn = 3200609
              pct_lwm = 0
              n_flushed = 0
              n = 0
              dirty_blocks = 315
              dirty_pct = 62.252964426877469
              __PRETTY_FUNCTION__ = "void buf_flush_page_cleaner()"
              last_pages = 67
              abstime = {tv_sec = 1785896057, tv_nsec = 581273000}
              lsn_limit = 0
              last_activity_count = 0
              create_spare_archive = 0
      #4  0x000055cda988aa93 in std::__invoke_impl<void, void (*)() noexcept>(std::__invoke_other, void (*&&)() noexcept) (__f=@0x55cddd76d0e8: 0x55cda9883131 <buf_flush_page_cleaner()>) at /usr/include/c++/12/bits/invoke.h:61
      No locals.
      #5  0x000055cda988aa4b in std::__invoke<void (*)() noexcept>(void (*&&)() noexcept) (__fn=@0x55cddd76d0e8: 0x55cda9883131 <buf_flush_page_cleaner()>) at /usr/include/c++/12/bits/invoke.h:96
      No locals.
      #6  0x000055cda988a9f8 in std::thread::_Invoker<std::tuple<void (*)() noexcept> >::_M_invoke<0ul>(std::_Index_tuple<0ul>) (this=0x55cddd76d0e8) at /usr/include/c++/12/bits/std_thread.h:252
      No locals.
      #7  0x000055cda988a9cc in std::thread::_Invoker<std::tuple<void (*)() noexcept> >::operator()() (this=0x55cddd76d0e8) at /usr/include/c++/12/bits/std_thread.h:259
      No locals.
      #8  0x000055cda988a9b0 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)() noexcept> > >::_M_run() (this=0x55cddd76d0e0) at /usr/include/c++/12/bits/std_thread.h:210
      No locals.
      #9  0x00007fe0d60e54a3 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      No symbol table info available.
      #10 0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #11 0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 7 (Thread 0x7fe0cd28e6c0 (LWP 79990)):
      warning: Unexpected size of section `.reg-xstate/79990' in core file.
      #0  0x00007fe0d5d69c82 in sigtimedwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x000055cda8900d0e in my_sigwait (set=0x7fe0cd28db80, sig=0x7fe0cd28db68, code=0x7fe0cd28db6c) at /home/buildbot/amd64-debian-12-debug-embedded/build/include/my_pthread.h:180
              siginfo = {si_signo = -1447262640, si_errno = 21965, si_code = -1430177312, __pad0 = 3335, _sifields = {_pad = {-1447262640, 21965, -1430177312, 21965, 7, 10041767, -785594560, 0, -852960448, 32736, -852957504, 32736, -852960448, 32736, -1466953905, 21965, -853262336, 32736, -1466952871, 3335, -1447262640, 21965, -1430177312, 21965, -1447262640, 21965, 35257344, -1589766889}, _kill = {si_pid = -1447262640, si_uid = 21965}, _timer = {si_tid = -1447262640, si_overrun = 21965, si_sigval = {sival_int = -1430177312, sival_ptr = 0x55cdaac139e0 <LOCK_start_thread>}}, _rt = {si_pid = -1447262640, si_uid = 21965, si_sigval = {sival_int = -1430177312, sival_ptr = 0x55cdaac139e0 <LOCK_start_thread>}}, _sigchld = {si_pid = -1447262640, si_uid = 21965, si_status = -1430177312, si_utime = 43129060859052039, si_stime = 3509372736}, _sigfault = {si_addr = 0x55cda9bc8650, si_addr_lsb = 14816, _bounds = {_addr_bnd = {_lower = 0x9939a700000007, _upper = 0xd12cc740}, _pkey = 7}}, _sigpoll = {si_band = 94341804361296, si_fd = -1430177312}, _sigsys = {_call_addr = 0x55cda9bc8650, _syscall = -1430177312, _arch = 21965}}}
      #2  0x000055cda890707a in signal_hand () at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/mysqld.cc:3346
              error = 32736
              origin = 21965
              set = {__val = {540677, 732, 94342683308672, 140603491411648, 140603491408832, 94341803001612, 21474836481, 94342683308784, 140603491408896, 94341802934292, 21474836485, 94342683308816, 140603491408896, 144209529871388434, 94342683308784, 688}}
              sig = -568315152
              __PRETTY_FUNCTION__ = "void* signal_hand(void*)"
      #3  0x000055cda932f2f6 in pfs_spawn_thread (arg=0x55cdde203310) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/perfschema/pfs.cc:2198
              typed_arg = 0x55cdde203310
              user_arg = 0x0
              user_start_routine = 0x55cda8906f12 <signal_hand(void*)>
              pfs = 0x7fe0d537b140
              klass = 0x55cddd785c40
      #4  0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #5  0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 6 (Thread 0x7fe0cd2db6c0 (LWP 79981)):
      warning: Unexpected size of section `.reg-xstate/79981' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db55d8 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda9a75560 in safe_cond_wait (cond=0x55cdaac1ba20 <COND_manager>, mp=0x55cdaac1b960 <LOCK_manager>, file=0x55cdaa203638 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c", line=580) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_mutex.c:489
              error = 32736
              save_state = {global = {__data = {__lock = 1, __count = 0, __owner = 79981, __nusers = 1, __kind = 2, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000m8\001\000\001\000\000\000\002", '\000' <repeats 22 times>, __align = 1}, mutex = {__data = {__lock = 1, __count = 0, __owner = 79981, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000m8\001\000\001", '\000' <repeats 26 times>, __align = 1}, file = 0x55cda9c29638 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/sql_manager.cc", name = 0x55cda9c29714 "LOCK_manager", line = 124, count = 0, create_flags = 0, active_flags = 0, id = 57, thread = 140603491727040, locked_mutex = 0x55cdddd4ccf0, used_mutex = 0x55cdddd4cd78, prev = 0x0, next = 0x0}
      #3  0x000055cda9a6faa8 in psi_cond_wait (that=0x55cdaac1ba20 <COND_manager>, mutex=0x55cdaac1b960 <LOCK_manager>, file=0x55cda9c29638 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/sql_manager.cc", line=110) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c:580
              state = {m_flags = 7, m_operation = PSI_COND_WAIT, m_cond = 0x55cddd8488c0, m_mutex = 0x7fe0d12d37c0, m_thread = 0x7fe0d5378440, m_timer_start = 43129065147986455, m_timer = 0x9939a7ffa3e8ed, m_wait = 0x7fe0d5378d98}
              locker = 0x7fe0cd2dab40
              result = 21965
      #4  0x000055cda8ae5b97 in inline_mysql_cond_wait (that=0x55cdaac1ba20 <COND_manager>, mutex=0x55cdaac1b960 <LOCK_manager>, src_file=0x55cda9c29638 "/home/buildbot/amd64-debian-12-debug-embedded/build/sql/sql_manager.cc", src_line=110) at /home/buildbot/amd64-debian-12-debug-embedded/build/include/mysql/psi/mysql_thread.h:1070
      No locals.
      #5  0x000055cda8ae605b in handle_manager (arg=0x0) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/sql_manager.cc:110
              cb = 0x0
              error = 0
              abstime = {tv_sec = 94342681303920, tv_nsec = 688}
              reset_flush_time = true
              __PRETTY_FUNCTION__ = "void* handle_manager(void*)"
      #6  0x000055cda932f2f6 in pfs_spawn_thread (arg=0x55cdde019b90) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/perfschema/pfs.cc:2198
              typed_arg = 0x55cdde019b90
              user_arg = 0x0
              user_start_routine = 0x55cda8ae5eaf <handle_manager(void*)>
              pfs = 0x7fe0d5378440
              klass = 0x55cddd785a00
      #7  0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #8  0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 5 (Thread 0x7fe0ccdd06c0 (LWP 79968)):
      warning: Unexpected size of section `.reg-xstate/79968' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db55d8 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda9a75560 in safe_cond_wait (cond=0x55cdddd140c0, mp=0x55cdddd14010, file=0x55cdaa1bee90 "/home/buildbot/amd64-debian-12-debug-embedded/build/storage/innobase/fsp/fsp_binlog.cc", line=804) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_mutex.c:489
              error = 0
              save_state = {global = {__data = {__lock = 1, __count = 0, __owner = 79968, __nusers = 1, __kind = 2, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000`8\001\000\001\000\000\000\002", '\000' <repeats 22 times>, __align = 1}, mutex = {__data = {__lock = 2, __count = 0, __owner = 79968, __nusers = 2, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\002\000\000\000\000\000\000\000`8\001\000\002", '\000' <repeats 26 times>, __align = 2}, file = 0x55cdaa1bee90 "/home/buildbot/amd64-debian-12-debug-embedded/build/storage/innobase/fsp/fsp_binlog.cc", name = 0x55cdaa1bf863 "m_mutex", line = 777, count = 0, create_flags = 0, active_flags = 2, id = 35, thread = 140603486439104, locked_mutex = 0x55cdddd36850, used_mutex = 0x55cdddd368d8, prev = 0x0, next = 0x0}
      #3  0x000055cda994d032 in fsp_binlog_page_fifo::flush_thread_run (this=0x55cdddd14010) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/innobase/fsp/fsp_binlog.cc:804
              file_no = 18446744073709551615
      #4  0x000055cda994cd93 in operator() (__closure=0x55cddd7afdf8) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/innobase/fsp/fsp_binlog.cc:751
              this = 0x55cdddd14010
      #5  0x000055cda99548ae in std::__invoke_impl<void, fsp_binlog_page_fifo::start_flush_thread()::<lambda()> >(std::__invoke_other, struct {...} &&) (__f=@0x55cddd7afdf8: {__this = 0x55cdddd14010}) at /usr/include/c++/12/bits/invoke.h:61
      No locals.
      #6  0x000055cda9954871 in std::__invoke<fsp_binlog_page_fifo::start_flush_thread()::<lambda()> >(struct {...} &&) (__fn=@0x55cddd7afdf8: {__this = 0x55cdddd14010}) at /usr/include/c++/12/bits/invoke.h:96
      No locals.
      #7  0x000055cda995481e in std::thread::_Invoker<std::tuple<fsp_binlog_page_fifo::start_flush_thread()::<lambda()> > >::_M_invoke<0>(std::_Index_tuple<0>) (this=0x55cddd7afdf8) at /usr/include/c++/12/bits/std_thread.h:252
      No locals.
      #8  0x000055cda99547f2 in std::thread::_Invoker<std::tuple<fsp_binlog_page_fifo::start_flush_thread()::<lambda()> > >::operator()(void) (this=0x55cddd7afdf8) at /usr/include/c++/12/bits/std_thread.h:259
      No locals.
      #9  0x000055cda99547d6 in std::thread::_State_impl<std::thread::_Invoker<std::tuple<fsp_binlog_page_fifo::start_flush_thread()::<lambda()> > > >::_M_run(void) (this=0x55cddd7afdf0) at /usr/include/c++/12/bits/std_thread.h:210
      No locals.
      #10 0x00007fe0d60e54a3 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      No symbol table info available.
      #11 0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #12 0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 4 (Thread 0x7fe0cecdd6c0 (LWP 79964)):
      warning: Unexpected size of section `.reg-xstate/79964' in core file.
      #0  0x00007fe0d68619f7 in ?? () from /lib/x86_64-linux-gnu/liburing.so.2
      No symbol table info available.
      #1  0x00007fe0d6861c39 in __io_uring_get_cqe () from /lib/x86_64-linux-gnu/liburing.so.2
      No symbol table info available.
      #2  0x000055cda99d4eca in io_uring_wait_cqe_nr (ring=0x55cdddc0b498, cqe_ptr=0x7fe0cecdcb50, wait_nr=1) at /usr/include/liburing.h:1175
      No locals.
      #3  0x000055cda99d5060 in io_uring_wait_cqe (ring=0x55cdddc0b498, cqe_ptr=0x7fe0cecdcb50) at /usr/include/liburing.h:1248
      No locals.
      #4  0x000055cda99d5ac9 in (anonymous namespace)::aio_uring::thread_routine (aio=0x55cdddc0b490) at /home/buildbot/amd64-debian-12-debug-embedded/build/tpool/aio_liburing.cc:162
              ret = 0
              cqe = 0x0
              iocb = 0x55cdddc2ab88
              res = 16384
      #5  0x000055cda99d619c in std::__invoke_impl<void, void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> (__f=@0x55cddd76f140: 0x55cda99d5a97 <(anonymous namespace)::aio_uring::thread_routine((anonymous namespace)::aio_uring*)>) at /usr/include/c++/12/bits/invoke.h:61
      No locals.
      #6  0x000055cda99d611f in std::__invoke<void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> (__fn=@0x55cddd76f140: 0x55cda99d5a97 <(anonymous namespace)::aio_uring::thread_routine((anonymous namespace)::aio_uring*)>) at /usr/include/c++/12/bits/invoke.h:96
      No locals.
      #7  0x000055cda99d608f in std::thread::_Invoker<std::tuple<void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> >::_M_invoke<0, 1> (this=0x55cddd76f138) at /usr/include/c++/12/bits/std_thread.h:252
      No locals.
      #8  0x000055cda99d6048 in std::thread::_Invoker<std::tuple<void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> >::operator() (this=0x55cddd76f138) at /usr/include/c++/12/bits/std_thread.h:259
      No locals.
      #9  0x000055cda99d602c in std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)((anonymous namespace)::aio_uring*), (anonymous namespace)::aio_uring*> > >::_M_run (this=0x55cddd76f130) at /usr/include/c++/12/bits/std_thread.h:210
      No locals.
      #10 0x00007fe0d60e54a3 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      No symbol table info available.
      #11 0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #12 0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 3 (Thread 0x7fe0cf8f96c0 (LWP 79962)):
      warning: Unexpected size of section `.reg-xstate/79962' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db58bc in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda9a75921 in safe_cond_timedwait (cond=0x55cdab45aca0 <COND_checkpoint>, mp=0x55cdab45abe0 <LOCK_checkpoint>, abstime=0x7fe0cf8f8b60, file=0x55cdaa203638 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c", line=593) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_mutex.c:543
              error = 32736
              save_state = {global = {__data = {__lock = 1, __count = 0, __owner = 79962, __nusers = 1, __kind = 2, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000Z8\001\000\001\000\000\000\002", '\000' <repeats 22 times>, __align = 1}, mutex = {__data = {__lock = 1, __count = 0, __owner = 79962, __nusers = 1, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000Z8\001\000\001", '\000' <repeats 26 times>, __align = 1}, file = 0x55cda9f43c88 "/home/buildbot/amd64-debian-12-debug-embedded/build/storage/maria/ma_servicethread.c", name = 0x55cda9f43cdd "control->LOCK_control", line = 99, count = 0, create_flags = 0, active_flags = 0, id = 21, thread = 140603531695808, locked_mutex = 0x7fe0c8002300, used_mutex = 0x7fe0c8002388, prev = 0x0, next = 0x0}
      #3  0x000055cda9a6fb57 in psi_cond_timedwait (that=0x55cdab45aca0 <COND_checkpoint>, mutex=0x55cdab45abe0 <LOCK_checkpoint>, abstime=0x7fe0cf8f8b60, file=0x55cda9f43c88 "/home/buildbot/amd64-debian-12-debug-embedded/build/storage/maria/ma_servicethread.c", line=115) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c:593
              state = {m_flags = 7, m_operation = (unknown: 0x7fe0), m_cond = 0x55cddd848400, m_mutex = 0x7fe0d12d1f40, m_thread = 0x7fe0d536fd40, m_timer_start = 43130952880168039, m_timer = 0x1cf8f96c0, m_wait = 0x7fe0d5370698}
              locker = 0x7fe0cf8f8ab0
              result = 32736
      #4  0x000055cda928c198 in inline_mysql_cond_timedwait (that=0x55cdab45aca0 <COND_checkpoint>, mutex=0x55cdab45abe0 <LOCK_checkpoint>, abstime=0x7fe0cf8f8b60, src_file=0x55cda9f43c88 "/home/buildbot/amd64-debian-12-debug-embedded/build/storage/maria/ma_servicethread.c", src_line=115) at /home/buildbot/amd64-debian-12-debug-embedded/build/include/mysql/psi/mysql_thread.h:1086
      No locals.
      #5  0x000055cda928c4ef in my_service_thread_sleep (control=0x55cdaa9fab20 <checkpoint_control>, sleep_time=30000000000) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/maria/ma_servicethread.c:115
              abstime = {tv_sec = 1785896977, tv_nsec = 204992000}
              res = 0 '\000'
      #6  0x000055cda928071d in ma_checkpoint_background (arg=0x1e) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/maria/ma_checkpoint.c:765
              interval = 30
              sleeps = 900
              sleep_time = 30
              log_horizon_at_last_checkpoint = 4295396484
              pagecache_flushes_at_last_checkpoint = 0
              pages_bunch_size = 0
              filter_param = {up_to_lsn = 4295396440, max_pages = 688}
              dfile = 0x0
              kfile = 0x0
              __PRETTY_FUNCTION__ = "ma_checkpoint_background"
      #7  0x000055cda932f2f6 in pfs_spawn_thread (arg=0x55cdddba8c20) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/perfschema/pfs.cc:2198
              typed_arg = 0x55cdddba8c20
              user_arg = 0x1e
              user_start_routine = 0x55cda92803bf <ma_checkpoint_background>
              pfs = 0x7fe0d536fd40
              klass = 0x55cddd7866c0
      #8  0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #9  0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 2 (Thread 0x7fe0d04706c0 (LWP 79954)):
      warning: Unexpected size of section `.reg-xstate/79954' in core file.
      #0  0x00007fe0d5db2f16 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007fe0d5db58bc in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055cda9a75921 in safe_cond_timedwait (cond=0x55cdab4f2780 <COND_timer>, mp=0x55cdab4f26c0 <LOCK_timer>, abstime=0x7fe0d046fbf0, file=0x55cdaa203638 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c", line=593) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_mutex.c:543
              error = 32736
              save_state = {global = {__data = {__lock = 1, __count = 0, __owner = 79954, __nusers = 1, __kind = 2, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\001\000\000\000\000\000\000\000R8\001\000\001\000\000\000\002", '\000' <repeats 22 times>, __align = 1}, mutex = {__data = {__lock = 2, __count = 0, __owner = 79954, __nusers = 1, __kind = 3, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = "\002\000\000\000\000\000\000\000R8\001\000\001\000\000\000\003", '\000' <repeats 22 times>, __align = 2}, file = 0x55cdaa203638 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c", name = 0x55cdaa2043ff "LOCK_timer", line = 593, count = 0, create_flags = 0, active_flags = 0, id = 18, thread = 140603543717568, locked_mutex = 0x55cdddba8a70, used_mutex = 0x55cdddba8af8, prev = 0x0, next = 0x0}
      #3  0x000055cda9a6fb57 in psi_cond_timedwait (that=0x55cdab4f2780 <COND_timer>, mutex=0x55cdab4f26c0 <LOCK_timer>, abstime=0x7fe0d046fbf0, file=0x55cdaa2043b8 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_timer.c", line=330) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/my_thr_init.c:593
              state = {m_flags = 7, m_operation = (unknown: 0x7fe0), m_cond = 0x55cddd847d40, m_mutex = 0x7fe0d12ce240, m_thread = 0x7fe0d53713c0, m_timer_start = 43130986557787451, m_timer = 0x55cdddcf3eb0, m_wait = 0x7fe0d5371d18}
              locker = 0x7fe0d046fb20
              result = 37
      #4  0x000055cda9a76629 in inline_mysql_cond_timedwait (that=0x55cdab4f2780 <COND_timer>, mutex=0x55cdab4f26c0 <LOCK_timer>, abstime=0x7fe0d046fbf0, src_file=0x55cdaa2043b8 "/home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_timer.c", src_line=330) at /home/buildbot/amd64-debian-12-debug-embedded/build/include/mysql/psi/mysql_thread.h:1086
      No locals.
      #5  0x000055cda9a7715a in timer_handler (arg=0x0) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/thr_timer.c:330
              error = 110
              top_time = 0x55cdddd38568
              now = {tv_sec = 1785896963, tv_nsec = 241934000}
              abstime = {tv_sec = 1785896963, tv_nsec = 662906000}
      #6  0x000055cda932f2f6 in pfs_spawn_thread (arg=0x55cddd86b440) at /home/buildbot/amd64-debian-12-debug-embedded/build/storage/perfschema/pfs.cc:2198
              typed_arg = 0x55cddd86b440
              user_arg = 0x0
              user_start_routine = 0x55cda9a76ffa <timer_handler>
              pfs = 0x7fe0d53713c0
              klass = 0x55cddd785f40
      #7  0x00007fe0d5db61f5 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #8  0x00007fe0d5e35b50 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
       
      Thread 1 (Thread 0x7fe0d5a9be40 (LWP 79925)):
      #0  0x00007fe0d5db7eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x000055cda9a713d5 in my_write_core (sig=6) at /home/buildbot/amd64-debian-12-debug-embedded/build/mysys/stacktrace.c:424
      No locals.
      #2  0x000055cda8fad37b in handle_fatal_signal (sig=6) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/signal_handler.cc:298
              curr_time = 1785896952
              tm = {tm_sec = 12, tm_min = 29, tm_hour = 2, tm_mday = 5, tm_mon = 7, tm_year = 126, tm_wday = 3, tm_yday = 216, tm_isdst = 0, tm_gmtoff = 0, tm_zone = 0x55cddd7635d0 "UTC"}
              thd = 0x0
      #3  <signal handler called>
      No symbol table info available.
      #4  0x00007fe0d5e2926f in poll () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #5  0x000055cda890e38b in handle_connections_sockets () at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/mysqld.cc:6719
              sock = {fd = 26, is_unix_domain_socket = 1 '\001', is_extra_port = 0 '\000', address_family = 0, m_psi = 0x55cdde207480}
              error_count = 0
              cAddr = {ss_family = 1, __ss_padding = "\326h\374\177\000\000\3409\301\252\315U\000\000 y\326h\374\177\000\000qR\247\251\315U\000\000P\206\274\251\315U\000\000\3409\301\252d\027\000\000P\206\274\251\315U\000\000\3409\301\252\315U\000\000\a\000\000\000\315U\000\000@\307,\321\000\000\000\000\300\3466\325\340\177\000\000\230{\326h\374\177\000\000`y\326h\374\177\000\000O\017\220\250\315U\000\000`y\326h\374\177\000", __ss_align = 25721092181614}
              retval = 1
              fds = {array = {buffer = 0x55cdde2af410 "\031", elements = 3, max_element = 16, alloc_increment = 16, size_of_element = 8, m_psi_key = 0, malloc_flags = 0}}
              termination_fds = {46, 47}
              event_fd = {fd = 46, events = 1, revents = 0}
      #6  0x000055cda890cd61 in run_main_loop () at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/mysqld.cc:5993
      No locals.
      #7  0x000055cda890db5f in mysqld_main (argc=160, argv=0x55cddd771440) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/mysqld.cc:6419
              please_close_stdin = true
              ho_error = 0
              new_thread_stack_size = 299008
      #8  0x000055cda8900bf9 in main (argc=25, argv=0x7ffc68d67b98) at /home/buildbot/amd64-debian-12-debug-embedded/build/sql/main.cc:34
      No locals.
       
      Compressed file /home/buildbot/amd64-debian-12-debug-embedded/build/mysql-test/var/5/log/main.partition_range_interval/mysqld.1/data/core
       - saving '/home/buildbot/amd64-debian-12-debug-embedded/build/mysql-test/var/5/log/main.partition_range_interval/' to '/home/buildbot/amd64-debian-12-debug-embedded/build/mysql-test/var/log/main.partition_range_interval/'
       
      Retrying test main.partition_range_interval, attempt(2/3)...
       
      worker[05] > Restart  - not started
      ***Warnings generated in error logs during shutdown after running tests: main.partition_range_interval main.partition_icp main.partition_innodb2
       
      2026-08-05  2:14:14 13 [ERROR] InnoDB: Operating system error number 17 in a file operation.
      2026-08-05  2:14:14 13 [ERROR] InnoDB: Error number 17 means 'File exists'
      2026-08-05  2:14:14 13 [ERROR] InnoDB: The file './test/t1#P#p1.ibd' already exists though the corresponding table did not exist in the InnoDB data dictionary. You can resolve the problem by removing the file.
      260805  2:29:12 [ERROR] /home/buildbot/amd64-debian-12-debug-embedded/build/sql/mariadbd got signal 6 ;
      Attempting backtrace. Include this in the bug report.
       
      worker[05] Trying to dump core for [mysqltest - pid: 98592, winpid: 98592]
      worker[05] Trying to dump core for [mysqld.1 - pid: 98576, winpid: 98576]
      

      Attachments

        Issue Links

          Activity

            People

              ycp Yuchen Pei
              ycp Yuchen Pei
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 0d
                  0d
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 0.5h
                  0.5h

                  Git Integration

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