Description:
After a system reboot we are unable to start mysqld. I've tried setting innodb_force_recovery and receive this in the error.log every time.
stack_bottom = 0 thread_stack 0x100000
/usr/sbin/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x41) [0x564efe395ad1]
/usr/sbin/mysqld(print_fatal_signal(int)+0x2fb) [0x564efd2367db]
/usr/sbin/mysqld(my_server_abort()+0x76) [0x564efd236926]
/usr/sbin/mysqld(my_abort()+0xe) [0x564efe38face]
/usr/sbin/mysqld(ut_dbg_assertion_failed(char const*, char const*, unsigned long)+0x349) [0x564efe60b7b9]
/usr/sbin/mysqld(rec_get_offsets_func(unsigned char const*, dict_index_t const*, unsigned long*, unsigned long, mem_block_info_t**)+0xb7) [0x564efe6197a7]
/usr/sbin/mysqld(btr_cur_parse_update_in_place(unsigned char*, unsigned char*, unsigned char*, page_zip_des_t*, dict_index_t*)+0x12a) [0x564efe652f8a]
/usr/sbin/mysqld(+0x23b0959) [0x564efe4b5959]
/usr/sbin/mysqld(recv_recover_page_func(bool, buf_block_t*)+0x89b) [0x564efe4b72bb]
/usr/sbin/mysqld(buf_page_io_complete(buf_page_t*, bool)+0x3d2) [0x564efe6753e2]
/usr/sbin/mysqld(fil_aio_wait(unsigned long)+0x173) [0x564efe79a8a3]
/usr/sbin/mysqld(+0x24966f8) [0x564efe59b6f8]
/usr/sbin/mysqld(std::thread::_State_impl<std::thread::_Invoker<std::tuple<Detached_thread, void (*)(unsigned long), unsigned long> > >::_M_run()+0xc0) [0x564efe59b800]
/lib/x86_64-linux-gnu/libstdc++.so.6(+0xd6de4) [0x7f23c2c4dde4]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8609) [0x7f23c36ea609]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x43) [0x7f23c293a133]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
2022-07-27T09:58:46.583633Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.29-0ubuntu0.20.04.3) starting as process 19163
2022-07-27T09:58:46.597844Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2022-07-27T09:58:46.966383Z 0 [ERROR] [MY-013183] [InnoDB] Assertion failure: rec.cc:392 thread 140500443059968
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/8.0/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
09:58:46 UTC - mysqld got signal 6 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
Thread pointer: 0x0
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 = 0 thread_stack 0x100000
/usr/sbin/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x41) [0x55de4b91aad1]
/usr/sbin/mysqld(print_fatal_signal(int)+0x2fb) [0x55de4a7bb7db]
/usr/sbin/mysqld(my_server_abort()+0x76) [0x55de4a7bb926]
/usr/sbin/mysqld(my_abort()+0xe) [0x55de4b914ace]
/usr/sbin/mysqld(ut_dbg_assertion_failed(char const*, char const*, unsigned long)+0x349) [0x55de4bb907b9]
/usr/sbin/mysqld(rec_get_offsets_func(unsigned char const*, dict_index_t const*, unsigned long*, unsigned long, mem_block_info_t**)+0xb7) [0x55de4bb9e7a7]
/usr/sbin/mysqld(btr_cur_parse_update_in_place(unsigned char*, unsigned char*, unsigned char*, page_zip_des_t*, dict_index_t*)+0x12a) [0x55de4bbd7f8a]
/usr/sbin/mysqld(+0x23b0959) [0x55de4ba3a959]
/usr/sbin/mysqld(recv_recover_page_func(bool, buf_block_t*)+0x89b) [0x55de4ba3c2bb]
/usr/sbin/mysqld(buf_page_io_complete(buf_page_t*, bool)+0x3d2) [0x55de4bbfa3e2]
/usr/sbin/mysqld(fil_aio_wait(unsigned long)+0x173) [0x55de4bd1f8a3]
/usr/sbin/mysqld(+0x24966f8) [0x55de4bb206f8]
/usr/sbin/mysqld(std::thread::_State_impl<std::thread::_Invoker<std::tuple<Detached_thread, void (*)(unsigned long), unsigned long> > >::_M_run()+0xc0) [0x55de4bb20800]
/lib/x86_64-linux-gnu/libstdc++.so.6(+0xd6de4) [0x7fc8e51b6de4]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8609) [0x7fc8e5c53609]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x43) [0x7fc8e4ea3133]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
How to repeat:
I've tried rebooting again, setting innodb_force_recovery, and a few other things with no luck getting nysqld to run.