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

innodb.read_only_recovery hangs in buildbot

    XMLWordPrintable

Details

    • Q4/2025 Server Maintenance

    Description

      innodb.read_only_recovery crashes on amd64-ubuntu-2204-bigtest
      https://buildbot.mariadb.org/#/builders/914/builds/883/steps/6/logs/stdio

      CURRENT_TEST: innodb.read_only_recovery
      mysqltest: At line 38: query 'SELECT * FROM t' failed: ER_UNKNOWN_STORAGE_ENGINE (1286): Unknown storage engine 'InnoDB'
      The result from queries just before the failure was:
      < snip >
      SET GLOBAL innodb_flush_log_at_trx_commit=1;
      BEGIN;
      INSERT INTO t VALUES(0);
      DELETE FROM t WHERE a=0;
      COMMIT;
      # restart: --innodb-force-recovery=3
      disconnect con1;
      SELECT * FROM t;
      a
      1
      SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
      SELECT * FROM t;
      a
      1
      UPDATE t SET a=3 WHERE a=1;
      # restart: --innodb-read-only
      # Starting with MariaDB 10.2, innodb_read_only implies READ UNCOMMITTED.
      # In earlier versions, this would return the last committed version
      # (empty table)!
      SELECT * FROM t;
      More results from queries before failure can be found in /home/buildbot/amd64-ubuntu-2204-bigtest/build/mysql-test/var/29/log/read_only_recovery.log
       - found 'core' (0/2)
      Core generated by '/home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/mariadbd'
       
      warning: Can't open file /dev/shm/var_auto_sowd/29/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: Section `.reg-xstate/272637' in core file too small.
      [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-ubuntu-2204-bigtest/build/sql/mariadbd --defaults-group-su'.
      Program terminated with signal SIGABRT, Aborted.
      warning: Section `.reg-xstate/272637' in core file too small.
      #0  0x00007f18a36cd9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
      [Current thread is 1 (Thread 0x7f18a33a7840 (LWP 272637))]
      #0  0x00007f18a36cd9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
      #1  0x000055e27df1ce20 in handle_fatal_signal (sig=6) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/signal_handler.cc:298
      #2  <signal handler called>
      #3  0x00007f18a36c8117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      #4  0x00007f18a36caa41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
      #5  0x000055e27e36bf3b in tpool::waitable_task::wait (this=this@entry=0x55e27f6643e0 <buf_dump_load_task>, lk=...) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/task.cc:63
      #6  0x000055e27e36bf9b in tpool::waitable_task::wait (this=this@entry=0x55e27f6643e0 <buf_dump_load_task>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/task.cc:69
      #7  0x000055e27e2f5b50 in buf_load_dump_end () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/buf/buf0dump.cc:778
      #8  0x000055e27db3ad69 in logs_empty_and_mark_files_at_shutdown () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/log/log0log.cc:1449
      #9  0x000055e27db50695 in innodb_shutdown () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/srv/srv0start.cc:1990
      #10 0x000055e27e1cf5f7 in innobase_end () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/handler/ha_innodb.cc:4310
      #11 innobase_end () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/handler/ha_innodb.cc:4297
      #12 0x000055e27df20046 in ha_finalize_handlerton (plugin_=0x55e28d723de0) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/handler.cc:598
      #13 0x000055e27dce0645 in plugin_deinitialize (plugin=0x55e28d723de0, ref_check=ref_check@entry=true) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/sql_plugin.cc:1274
      #14 0x000055e27dce0e06 in reap_plugins () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/sql_plugin.cc:1345
      #15 0x000055e27dce2602 in plugin_shutdown () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/sql_plugin.cc:2098
      #16 0x000055e27dbbfeb2 in clean_up (print_message=<optimized out>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/mysqld.cc:1989
      #17 0x000055e27dbcb19a in clean_up (print_message=true) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/mysqld.cc:1961
      #18 mysqld_main (argc=<optimized out>, argv=<optimized out>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/mysqld.cc:6061
      #19 0x00007f18a3660d90 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      #20 0x00007f18a3660e40 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
      #21 0x000055e27dbbe615 in _start ()
      Thread 6 (Thread 0x7f18962fe640 (LWP 272681)):
      warning: Section `.reg-xstate/272681' in core file too small.
      #0  0x00007f18a36c8117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007f18a36caa41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055e27e23d8cb in tpool::cache<tpool::aiocb>::wait (m=@0x55e28d82a280: {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}, m_psi = 0x7f189ec806c0}, this=0x55e28d82a280) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/tpool_structs.h:181
      No locals.
      #3  tpool::cache<tpool::aiocb>::wait (this=0x55e28d82a280) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/tpool_structs.h:189
      No locals.
      #4  io_slots::wait (this=<optimized out>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/os/os0file.cc:109
      No locals.
      #5  os_aio_wait_until_no_pending_reads (declare=declare@entry=true) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/os/os0file.cc:3252
              notify_wait = <optimized out>
      #6  0x000055e27e2f6c20 in buf_load () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/buf/buf0dump.cc:669
              full_filename = "/dev/shm/var_auto_sowd/29/mysqld.1/data/ib_buffer_pool", '\000' <repeats 1666 times>...
              now = '\000' <repeats 31 times>
              f = <optimized out>
              dump = 0x7f18880020c8
              dump_n = 170
              i = 170
              space_id = 0
              page_no = 5
              fscanf_ret = <optimized out>
              cur_space_id = 4
              space = <optimized out>
              zip_size = 0
              pfs_stage_progress = 0x7f18a2c81570
      #7  0x000055e27e2f72f8 in buf_dump_load_func () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/buf/buf0dump.cc:716
              first_time = true
      #8  0x000055e27e36bdca in tpool::task::execute (this=0x55e27f6643e0 <buf_dump_load_task>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/task.cc:37
      No locals.
      #9  tpool::task::execute (this=0x55e27f6643e0 <buf_dump_load_task>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/task.cc:27
      No locals.
      #10 0x000055e27e36a287 in tpool::thread_pool_generic::worker_main (this=0x55e28d7e2000, thread_var=0x55e28d7e2340) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/tpool_generic.cc:566
              task = 0x55e27f6643e0 <buf_dump_load_task>
      #11 0x00007f18a3a45253 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      No symbol table info available.
      #12 0x00007f18a36cbac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #13 0x00007f18a375ca04 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      Thread 5 (Thread 0x7f189dd25640 (LWP 272674)):
      warning: Section `.reg-xstate/272674' in core file too small.
      #0  0x00007f18a36c8117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007f18a36cae9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055e27db71482 in psi_cond_timedwait (that=0x55e27f5e9160 <COND_checkpoint>, mutex=0x55e27f5e91a0 <LOCK_checkpoint>, abstime=abstime@entry=0x7f189dd24c70, file=file@entry=0x55e27e600130 "/home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/maria/ma_servicethread.c", line=line@entry=115) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/mysys/my_thr_init.c:611
              state = {m_flags = 7, m_operation = (unknown: 0x55e2), m_cond = 0x55e28d6721c0, m_mutex = 0x7f189ec80140, m_thread = 0x7f18a2c7d3c0, m_timer_start = 48957835434792818, m_timer = 0x55e27e160400 <my_timer_cycles()>, m_wait = 0x7f18a2c7dcf0}
              locker = 0x7f189dd24bf8
              result = <optimized out>
      #3  0x000055e27db3097f in inline_mysql_cond_timedwait (src_file=0x55e27e600130 "/home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/maria/ma_servicethread.c", src_line=115, abstime=0x7f189dd24c70, mutex=<optimized out>, that=<optimized out>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/include/mysql/psi/mysql_thread.h:1086
      No locals.
      #4  my_service_thread_sleep (control=control@entry=0x55e27ecebc60 <checkpoint_control>, sleep_time=sleep_time@entry=30000000000) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/maria/ma_servicethread.c:115
              abstime = {tv_sec = 1756654474, tv_nsec = 359468000}
              res = 0 '\000'
      #5  0x000055e27e0d2a0e in ma_checkpoint_background (arg=arg@entry=0x1e) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/maria/ma_checkpoint.c:725
              interval = 30
              sleeps = 30
              sleep_time = 30
              log_horizon_at_last_checkpoint = 4295395180
              pagecache_flushes_at_last_checkpoint = 0
              pages_bunch_size = 0
              filter_param = {up_to_lsn = 4295395136, max_pages = 30}
              dfile = 0x0
              kfile = 0x0
      #6  0x000055e27e13b26d in pfs_spawn_thread (arg=0x55e28d7d3778) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/perfschema/pfs.cc:2201
              typed_arg = 0x55e28d7d3778
              user_arg = 0x1e
              user_start_routine = 0x55e27e0d28c0 <ma_checkpoint_background>
              pfs = <optimized out>
              klass = <optimized out>
      #7  0x00007f18a36cbac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #8  0x00007f18a375ca04 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      Thread 4 (Thread 0x7f189e89e640 (LWP 272672)):
      warning: Section `.reg-xstate/272672' in core file too small.
      #0  0x00007f18a36c8117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007f18a36cae9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055e27db71482 in psi_cond_timedwait (that=that@entry=0x55e27f6764c0 <COND_timer>, mutex=mutex@entry=0x55e27f676500 <LOCK_timer>, abstime=abstime@entry=0x7f189e89dce0, file=file@entry=0x55e27e6690b8 "/home/buildbot/amd64-ubuntu-2204-bigtest/build/mysys/thr_timer.c", line=line@entry=322) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/mysys/my_thr_init.c:611
              state = {m_flags = 7, m_operation = PSI_COND_WAIT, m_cond = 0x55e28d671ac0, m_mutex = 0x7f189ec7ec40, m_thread = 0x7f18a2c7bd40, m_timer_start = 48957845905543713, m_timer = 0x55e27e160400 <my_timer_cycles()>, m_wait = 0x7f18a2c7c670}
              locker = 0x7f189e89dc48
              result = <optimized out>
      #3  0x000055e27db71740 in inline_mysql_cond_timedwait (that=0x55e27f6764c0 <COND_timer>, mutex=0x55e27f676500 <LOCK_timer>, src_file=0x55e27e6690b8 "/home/buildbot/amd64-ubuntu-2204-bigtest/build/mysys/thr_timer.c", src_line=322, abstime=0x7f189e89dce0) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/include/mysql/psi/mysql_thread.h:1086
      No locals.
      #4  timer_handler (arg=arg@entry=0x0) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/mysys/thr_timer.c:322
              error = <optimized out>
              top_time = 0x55e28d7e2228
              now = <optimized out>
              abstime = {tv_sec = 1756654448, tv_nsec = 566990000}
      #5  0x000055e27e13b26d in pfs_spawn_thread (arg=0x55e28d71fac8) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/perfschema/pfs.cc:2201
              typed_arg = 0x55e28d71fac8
              user_arg = 0x0
              user_start_routine = 0x55e27e3cc5b0 <timer_handler>
              pfs = <optimized out>
              klass = <optimized out>
      #6  0x00007f18a36cbac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #7  0x00007f18a375ca04 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      Thread 3 (Thread 0x7f1895afd640 (LWP 272684)):
      warning: Section `.reg-xstate/272684' in core file too small.
      #0  0x00007f18a36c8117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007f18a36cb2dd in pthread_cond_clockwait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #2  0x000055e27e36974d in std::__condvar::wait_until (__abs_time=@0x7f1895afcc70: {tv_sec = 17802620, tv_nsec = 376337587}, __clock=1, __m=<optimized out>, this=0x55e28d7e23e0) at /usr/include/c++/11/bits/std_mutex.h:123
      No locals.
      #3  std::condition_variable::__wait_until_impl<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__lock=@0x7f1895afccc0: {_M_device = 0x55e28d7e2128, _M_owns = true}, __lock=@0x7f1895afccc0: {_M_device = 0x55e28d7e2128, _M_owns = true}, __atime=<optimized out>, this=0x55e28d7e23e0) at /usr/include/c++/11/condition_variable:201
              __s = <optimized out>
              __ns = <optimized out>
              __ts = {tv_sec = 17802620, tv_nsec = 376337587}
              __s = <optimized out>
              __ns = <optimized out>
              __ts = <optimized out>
      #4  std::condition_variable::wait_until<std::chrono::duration<long, std::ratio<1l, 1000000000l> > > (__atime=<optimized out>, __lock=@0x7f1895afccc0: {_M_device = 0x55e28d7e2128, _M_owns = true}, this=0x55e28d7e23e0) at /usr/include/c++/11/condition_variable:111
      No locals.
      #5  std::condition_variable::wait_for<long, std::ratio<1l, 1000l> > (__rtime=@0x55e28d7e2150: {__r = 60000}, __rtime=@0x55e28d7e2150: {__r = 60000}, __lock=@0x7f1895afccc0: {_M_device = 0x55e28d7e2128, _M_owns = true}, this=0x55e28d7e23e0) at /usr/include/c++/11/condition_variable:163
      No locals.
      #6  tpool::thread_pool_generic::wait_for_tasks (this=this@entry=0x55e28d7e2000, lk=@0x7f1895afccc0: {_M_device = 0x55e28d7e2128, _M_owns = true}, thread_data=thread_data@entry=0x55e28d7e23e0) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/tpool_generic.cc:466
      No locals.
      #7  0x000055e27e36a153 in tpool::thread_pool_generic::get_task (this=0x55e28d7e2000, thread_var=0x55e28d7e23e0, t=0x7f1895afcd08) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/tpool_generic.cc:519
              lk = {_M_device = 0x55e28d7e2128, _M_owns = true}
      #8  0x000055e27e36a295 in tpool::thread_pool_generic::worker_main (this=0x55e28d7e2000, thread_var=0x55e28d7e23e0) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/tpool_generic.cc:564
              task = 0x55e28d82aa98
      #9  0x00007f18a3a45253 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      No symbol table info available.
      #10 0x00007f18a36cbac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #11 0x00007f18a375ca04 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      Thread 2 (Thread 0x7f189d109640 (LWP 272678)):
      warning: Section `.reg-xstate/272678' in core file too small.
      #0  0x00007f18a375588d in syscall () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x00007f18a4176419 in ?? () from /lib/x86_64-linux-gnu/liburing.so.2
      No symbol table info available.
      #2  0x00007f18a4176bfb in __io_uring_get_cqe () from /lib/x86_64-linux-gnu/liburing.so.2
      No symbol table info available.
      #3  0x000055e27e36c4f5 in io_uring_wait_cqe_nr (wait_nr=1, cqe_ptr=0x7f189d108cf8, ring=0x55e28d829fc8) at /usr/include/liburing.h:745
      No locals.
      #4  io_uring_wait_cqe (cqe_ptr=0x7f189d108cf8, ring=0x55e28d829fc8) at /usr/include/liburing.h:765
      No locals.
      #5  (anonymous namespace)::aio_uring::thread_routine (aio=0x55e28d829fc0) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/aio_liburing.cc:154
              ret = <optimized out>
              cqe = 0x7f189d11a1f0
              iocb = <optimized out>
              res = <optimized out>
      #6  0x00007f18a3a45253 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
      No symbol table info available.
      #7  0x00007f18a36cbac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #8  0x00007f18a375ca04 in clone () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      Thread 1 (Thread 0x7f18a33a7840 (LWP 272637)):
      #0  0x00007f18a36cd9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #1  0x000055e27df1ce20 in handle_fatal_signal (sig=6) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/signal_handler.cc:298
              curr_time = 1756654445
              tm = {tm_sec = 5, tm_min = 34, tm_hour = 15, tm_mday = 31, tm_mon = 7, tm_year = 125, tm_wday = 0, tm_yday = 242, tm_isdst = 0, tm_gmtoff = 0, tm_zone = 0x7f18a3810afb "UTC"}
              thd = <optimized out>
      #2  <signal handler called>
      No symbol table info available.
      #3  0x00007f18a36c8117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #4  0x00007f18a36caa41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #5  0x000055e27e36bf3b in tpool::waitable_task::wait (this=this@entry=0x55e27f6643e0 <buf_dump_load_task>, lk=@0x7ffeb18bc1f0: {_M_device = 0x55e27f664400 <buf_dump_load_task+32>, _M_owns = true}) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/task.cc:63
      No locals.
      #6  0x000055e27e36bf9b in tpool::waitable_task::wait (this=this@entry=0x55e27f6643e0 <buf_dump_load_task>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/tpool/task.cc:69
              lk = {_M_device = 0x55e27f664400 <buf_dump_load_task+32>, _M_owns = true}
      #7  0x000055e27e2f5b50 in buf_load_dump_end () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/buf/buf0dump.cc:778
      No locals.
      #8  0x000055e27db3ad69 in logs_empty_and_mark_files_at_shutdown () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/log/log0log.cc:1449
              loop = <optimized out>
              lsn = <optimized out>
              count = 2
              do_srv_shutdown = <optimized out>
              thread_name = 0x0
      #9  0x000055e27db50695 in innodb_shutdown () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/srv/srv0start.cc:1990
      No locals.
      #10 0x000055e27e1cf5f7 in innobase_end () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/handler/ha_innodb.cc:4310
              thd = <optimized out>
      #11 innobase_end () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/storage/innobase/handler/ha_innodb.cc:4297
              thd = <optimized out>
              trx = <optimized out>
      #12 0x000055e27df20046 in ha_finalize_handlerton (plugin_=0x55e28d723de0) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/handler.cc:598
              plugin = 0x55e28d723de0
              deinit_status = 0
              hton = 0x55e28d7e18f8
      #13 0x000055e27dce0645 in plugin_deinitialize (plugin=0x55e28d723de0, ref_check=ref_check@entry=true) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/sql_plugin.cc:1274
              deinit = <optimized out>
      #14 0x000055e27dce0e06 in reap_plugins () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/sql_plugin.cc:1345
              count = <optimized out>
              plugin = <optimized out>
              reap = <optimized out>
              list = 0x7ffeb18bc700
      #15 0x000055e27dce2602 in plugin_shutdown () at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/sql_plugin.cc:2098
              i = <optimized out>
              count = 69
              plugins = <optimized out>
              plugin = <optimized out>
              dl = <optimized out>
      #16 0x000055e27dbbfeb2 in clean_up (print_message=<optimized out>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/mysqld.cc:1989
      No locals.
      #17 0x000055e27dbcb19a in clean_up (print_message=true) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/mysqld.cc:1961
      No locals.
      #18 mysqld_main (argc=<optimized out>, argv=<optimized out>) at /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/mysqld.cc:6061
              please_close_stdin = <optimized out>
              ho_error = <optimized out>
              new_thread_stack_size = <optimized out>
              user = <optimized out>
      #19 0x00007f18a3660d90 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #20 0x00007f18a3660e40 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
      No symbol table info available.
      #21 0x000055e27dbbe615 in _start ()
      No symbol table info available.
      Compressed file /home/buildbot/amd64-ubuntu-2204-bigtest/build/mysql-test/var/29/log/innodb.read_only_recovery/mysqld.1/data/core
       - saving '/home/buildbot/amd64-ubuntu-2204-bigtest/build/mysql-test/var/29/log/innodb.read_only_recovery/' to '/home/buildbot/amd64-ubuntu-2204-bigtest/build/mysql-test/var/log/innodb.read_only_recovery/'
      Retrying test innodb.read_only_recovery, attempt(2/3)...
      worker[29] > Restart  - not started
      ***Warnings generated in error logs during shutdown after running tests: innodb.read_only_recovery
      250831 15:34:05 [ERROR] /home/buildbot/amd64-ubuntu-2204-bigtest/build/sql/mariadbd got signal 6 ;
      Attempting backtrace. Include this in the bug report.
      2025-08-31 15:34:09 0 [Warning] InnoDB: innodb_read_only prevents crash recovery
      2025-08-31 15:34:09 0 [ERROR] InnoDB: Plugin initialization aborted with error Read only transaction
      2025-08-31 15:34:09 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

      Attachments

        Issue Links

          Activity

            People

              danblack Daniel Black
              monty Michael Widenius
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.