Hi, I am receiving that error message just on one of my sites. It had been working, but power outage w/external hard drive and now just that site no longer works. I am in preferred setup.
Could really, really use some help on this!! Thank you!!!
This is the latest error log:
2018-03-08 14:22:18 7f2317ba6740 InnoDB: Assertion failure in thread 139788698675008 in file trx0trx.cc line 292
InnoDB: Failing assertion: trx->update_undo == NULL
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/5.6/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
14:22:18 UTC - 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.
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.
key_buffer_size=16777216
read_buffer_size=131072
max_used_connections=0
max_threads=151
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 76300 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 = 0 thread_stack 0x30000
/usr/sbin/mysqld(my_print_stacktrace+0x2c)[0x8c540c]
/usr/sbin/mysqld(handle_fatal_signal+0x481)[0x662321]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xf890)[0x7f2317785890]
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37)[0x7f2316396067]
/lib/x86_64-linux-gnu/libc.so.6(abort+0x148)[0x7f2316397448]
/usr/sbin/mysqld[0xa3fb9a]
/usr/sbin/mysqld[0xa37aa2]
/usr/sbin/mysqld[0x9ac9b9]
/usr/sbin/mysqld[0xa25688]
/usr/sbin/mysqld[0x967818]
/usr/sbin/mysqld(_Z24ha_initialize_handlertonP13st_plugin_int+0x48)[0x5ab708]
/usr/sbin/mysqld[0x6e4281]
/usr/sbin/mysqld(_Z11plugin_initPiPPci+0x8f0)[0x6ea7e0]
/usr/sbin/mysqld(_Z11mysqld_mainiPPc+0x867)[0x5a4977]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5)[0x7f2316382b45]
/usr/sbin/mysqld[0x5987ad]
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.