[MDEV-25788] server random Crash Created: 2021-05-27 Updated: 2021-07-05 Resolved: 2021-07-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | gao | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Issue Links: |
|
||||||||||||
| Description |
|
2021-05-27 10:09:01 0 [ERROR] InnoDB: Operating system error number 11 in a file operation. |
| Comments |
| Comment by gao [ 2021-05-27 ] |
|
2021-05-27 10:10:01 2 [ERROR] InnoDB: Page old data size 8709 new data size 8901, page old max ins size 7490 new max ins size 7298 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 |
| Comment by Daniel Black [ 2021-05-27 ] |
|
The "resource temporary unavailable" errors are a second mariadb instance starting while the first is still running. Looking at the crash this may have been a memory allocation failure (usually insufficient memory) in page_cur_insert_rec_low. Does this occur repeatability? On the crash above, there has been a significant number of errors fixed since 10.3.13 was released in 21 Feb 2019. If not, does the latest version in the 10.3 series resolve the issue? If that fails, can you please attempt to get a full stack trace from the latest version - https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/#analyzing-a-core-file-with-gdb-on-linux . |
| Comment by Marko Mäkelä [ 2021-05-27 ] |
|
I suspect that this corruption was introduced by |