Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spetrunia/40ee04e2663ca530b943decd8b7efc12 to your computer and use it in GitHub Desktop.
Save spetrunia/40ee04e2663ca530b943decd8b7efc12 to your computer and use it in GitHub Desktop.
mariadbd: /home/psergey/dev-git2/10.6/storage/maria/ma_loghandler.c:8008: translog_flush_buffers: Assertion `log_descriptor.bc.buffer->prev_last_lsn == ((LSN)0)' failed.
220525 18:39:30 [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.6.8-MariaDB-debug-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=1
max_threads=153
thread_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63859 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
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 = 0x0 thread_stack 0x100000
mysys/stacktrace.c:212(my_print_stacktrace)[0x557bc5c8b9e3]
sql/signal_handler.cc:226(handle_fatal_signal)[0x557bc45746a7]
??:0(__restore_rt)[0x7fb99475c980]
linux/raise.c:51(__GI_raise)[0x7fb992d37e87]
stdlib/abort.c:81(__GI_abort)[0x7fb992d397f1]
assert/assert.c:89(__assert_fail_base)[0x7fb992d293fa]
??:0(__assert_fail)[0x7fb992d29472]
maria/ma_loghandler.c:8009(translog_flush_buffers)[0x557bc4f77edf]
maria/ma_loghandler.c:8178(translog_flush)[0x557bc4f78ff3]
maria/ma_bitmap.c:3117(flush_log_for_bitmap)[0x557bc5035d06]
maria/ma_pagecache.c:675(pagecache_fwrite)[0x557bc4f7e184]
maria/ma_pagecache.c:4819(flush_cached_blocks)[0x557bc4f9802a]
maria/ma_pagecache.c:5115(flush_pagecache_blocks_int)[0x557bc4f991f7]
maria/ma_pagecache.c:5230(flush_pagecache_blocks_with_filter)[0x557bc4f997f4]
maria/ma_blockrec.c:451(_ma_once_end_block_record)[0x557bc500037c]
maria/ma_close.c:116(maria_close)[0x557bc4f0519b]
maria/ha_maria.cc:1256(ha_maria::close())[0x557bc4f1b8e0]
sql/handler.cc:3403(handler::ha_close())[0x557bc45970b9]
sql/table.cc:4517(closefrm(TABLE*))[0x557bc3cfd645]
sql/table_cache.cc:221(intern_close_table(TABLE*))[0x557bc41a018d]
sql/table_cache.cc:312(tc_purge())[0x557bc41a071c]
sql/sql_base.cc:329(purge_tables())[0x557bc35ac08f]
sql/table_cache.cc:636(tdc_start_shutdown())[0x557bc41a2e59]
sql/mysqld.cc:1956(clean_up(bool))[0x557bc339c1bf]
sql/mysqld.cc:5897(mysqld_main(int, char**))[0x557bc33a8610]
sql/main.cc:36(main)[0x557bc3394f9a]
csu/libc-start.c:344(__libc_start_main)[0x7fb992d1ac87]
??:0(_start)[0x557bc3394e9a]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment