Bug #91235 | crash with InnoDB: Assertion failure in thread 140136481191680 in file ut0ut.cc | ||
---|---|---|---|
Submitted: | 13 Jun 2018 12:35 | Modified: | 14 Jul 2018 17:05 |
Reporter: | Malcolm Jackson | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.7.20 | OS: | Red Hat (7.4) |
Assigned to: | CPU Architecture: | x86 |
[13 Jun 2018 12:35]
Malcolm Jackson
[13 Jun 2018 15:15]
MySQL Verification Team
Please try version 5.7.22. Thanks. https://dev.mysql.com/downloads/mysql/5.7.html#downloads
[14 Jun 2018 10:15]
Malcolm Jackson
Thanks for the feedback Godofredo Miguel Solorzano. If possible, are you able to confirm for me if the problem that I reported IS in fact resolved by the new version 5.7.22 or is this merely a recommendation for us to update then see if it is solved? I perused the 5.7.22 Release Notes in search of a specific fix, is it possibly one of these items? InnoDB: A tablespace import operation on a server with a default row format of REDUNDANT raised an assertion failure. (Bug #26960215) InnoDB: A RENAME TABLE operation that renamed the schema failed to rename full-text search common auxiliary tables that were left behind when the full-text search index was removed previously, resulting in a assertion failure when attempting to drop the old schema. (Bug #26334149) InnoDB: An invalid debug condition caused a buffer pool chunk allocation failure, which resulted in an assertion failure when a purge thread attempted to access an unallocated chunk. (Bug #23593654) Thanks in advance for your hoped for feedback.
[14 Jun 2018 17:05]
MySQL Verification Team
Thank you for the bug report. I couldn't repeat on my side but that's not meant it's was fixed since I could lack something on my test to be repeatable asking to test with latest released version is a requirement on filing a bug, you could create a test install server. Thanks in advance.
[15 Jul 2018 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[30 May 2019 8:47]
Vivek V
I had a small variant of the same with the following error: " 2019-05-30T08:10:03.233508Z 28374161 [Warning] InnoDB: Orphan table encountered during DROP DATABASE. This is possible if '`<database>`.`<table>`.frm' was lost. 2019-05-30T08:10:03.248889Z 28374161 [ERROR] [FATAL] InnoDB: Tablespace id is 1845 in the data dictionary but i n file ./<database>/<table>.ibd it is 15824! 2019-05-30 08:10:03 0x7f63861dd700 InnoDB: Assertion failure in thread 140065428592384 in file ut0ut.cc line 9 43 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.7/en/forcing-innodb-recovery.html InnoDB: about forcing recovery. 08:10:03 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. "
[18 Nov 2020 5:19]
WANG GUANGYOU
I find some clue in our production. we can see Thread 140415877949184 wait for thread id 140415877949184. And the Thread id is SAME! please investigate! --Thread 140415877949184 has waited at mtr0mtr.ic line 153 for 886.00 seconds the semaphore: X-lock (wait_ex) on RW-latch at 0x7fc4c86fe3b0 created in file buf0buf.cc line 1456 a writer (thread id 140415877949184) has reserved it in mode wait exclusive number of readers 1, waiters flag 1, lock_word: ffffffffffffffff Last time read locked in file row0ins.cc line 2999 Last time write locked in file /mnt/workspace/percona-server-5.7-redhat-binary-rocks/label_exp/min-centos-6-x64/rpmbuild/BUILD/percona-server-5.7.21-21/percona-server-5.7.21-21/storage/innobase/include/mtr0mtr.ic line 153 --Thread 140397140211456 has waited at row0ins.cc line 2999 for 831.00 seconds the semaphore: S-lock on RW-latch at 0x7fc4c86fe3b0 created in file buf0buf.cc line 1456 a writer (thread id 140415877949184) has reserved it in mode wait exclusive number of readers 1, waiters flag 1, lock_word: ffffffffffffffff Last time read locked in file row0ins.cc line 2999 Last time write locked in file /mnt/workspace/percona-server-5.7-redhat-binary-rocks/label_exp/min-centos-6-x64/rpmbuild/BUILD/percona-server-5.7.21-21/percona-server-5.7.21-21/storage/innobase/include/mtr0mtr.ic line 153
[7 Dec 2020 12:41]
WANG GUANGYOU
found in 5.7.21