Bug #90881 | mysql won't start | ||
---|---|---|---|
Submitted: | 16 May 2018 5:24 | Modified: | 20 Jun 2018 9:25 |
Reporter: | Sandra Gutierrez | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 8 | OS: | FreeBSD (11.1) |
Assigned to: | CPU Architecture: | Other (AMD64) |
[16 May 2018 5:24]
Sandra Gutierrez
[16 May 2018 13:57]
MySQL Verification Team
Looks like duplicate of: https://bugs.mysql.com/bug.php?id=87837 2017-09-22T09:04:19.107270Z 1 [ERROR] [FATAL] InnoDB: Table flags are 0x4800 in the data dictionary but the flags in file mysql.ibd are 0x800! Your server install is an upgrade?
[16 May 2018 16:46]
Sandra Gutierrez
I tried to upgrade, but failed. So I did a new install. But I have not been able to get it going yet. With the new database files I am getting: InnoDB: thread 34475362304 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. 16:27:17 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. Attempting to collect some information that could help diagnose the problem. As this is a crash and something is definitely wrong, the information collection process might fail. key_buffer_size=268435456 read_buffer_size=131072 max_used_connections=0 max_threads=151 thread_count=1 connection_count=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 321731 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x806e7d000 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 = 7fffdfdfcf48 thread_stack 0x46000 0x1cb51ce <_Z19my_print_stacktracePhm+0x2e> at /usr/local/libexec/mysqld 0xdfefc2 <handle_fatal_signal+0x2c2> at /usr/local/libexec/mysqld 0x8063b6926 <pthread_sigmask+0x536> at /lib/libthr.so.3 0x8063b5ecf <pthread_getspecific+0xe5f> at /lib/libthr.so.3 Trying to get some variables. Some pointers may be invalid and cause the dump to abort. Query (0): is an invalid pointer Connection ID (thread ID): 1 Status: NOT_KILLED 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. 2018-05-16T16:27:17.6NZ mysqld_safe mysqld from pid file /var/db/mysql/xxx.pid ended Sorry for the poor formatting.
[16 May 2018 16:49]
Sandra Gutierrez
Almost forgot, I also added: innodb_force_recovery = 1 to my config file
[29 May 2018 8:02]
Ian Hoogeboom
I got the same error after an upgrade of MySQL 8 on FreeBSD 11.1: mysql80-server: 8.0.2_3 -> 8.0.11 mysql80-client: 8.0.2_3 -> 8.0.11 Regards, Ian.
[20 Jun 2018 9:25]
MySQL Verification Team
Non repeatable test case and the error message looks the same as bug already pointed? https://bugs.mysql.com/bug.php?id=87837.