[MDEV-28450] 0x7f5a60da6700 InnoDB: Assertion failure rem0rec.cc line 580 Created: 2022-05-02 Updated: 2022-05-06 Resolved: 2022-05-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Luke | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS release 6.10 (Final) |
||
| Description |
|
We use MariaDB 10.2.10 in our QA and Production environments.
The only indicative info is:
And I also find that each time I run this query, the bug is triggered:
I search. the internet and find there are some same cases but none of them are solved. Even in the MariaDB jira system, I also find a matched one: https://jira.mariadb.org/browse/MDEV-11131 If you need other info, feel free to contact me. Thanks. BTW: the error log says it generated a memory trap, but I don't know where it is. Is it useful for you to analysis this bug? Thanks. |
| Comments |
| Comment by Daniel Black [ 2022-05-02 ] |
|
Hi lujinke, Thanks for the bug report. The line of the fault indicates some form of index corruption. I don't think I can do anything with this. The cause may have been anytime in the past. The 10.2 release series has a long series of updates in the last 4.5 years, and is about to get its last release this year and is pretty much finalized. If you are able to take a mysqldump of the tables in this query and import them into the latest 10.3 series and retry the query. If there's still a crash, a full stack trace might form the beginning of something we can actually fix. I can only recommend recreating the indexes on the tables of this query on your QA server might mitigate this problem until what condition corrupted the index arises again. Note, we've stopped releasing on Centos6 as its end of life. |
| Comment by Luke [ 2022-05-06 ] |
|
@Daniel Black Thanks for your quick response, I try to recreate this table(rebuild index can not be achieved as it happened to be the primary key corruption), and now it's OK now. |
| Comment by Daniel Black [ 2022-05-06 ] |
|
Glad to hear. Happy to take bug reports in future. |