[MDEV-32116] Server suddenly crashed Created: 2023-09-07 Updated: 2023-11-04 Resolved: 2023-11-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 11.0.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Kamil Cukrowski | Assignee: | Marko Mäkelä |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | SEGV, segfault | ||
| Environment: |
Mariadb: docker mariadb:11.0.2 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Thanks for making mariadb, it is great! FYI Mysql received a segfault. Nomad started auto-restarting it, and then it couldn't come up. I do not know for how long it was. I will update to 11.0.3, so you can ignore. Thanks! |
| Comments |
| Comment by Marko Mäkelä [ 2023-09-07 ] | |||||||||
|
Hi! Thank you for the report. The reports of corruption could match | |||||||||
| Comment by Marko Mäkelä [ 2023-09-07 ] | |||||||||
|
The crashes in stderr.txt Can you please try to follow the instructions https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ to produce a full stack trace of the crash? danblack should be able to assist you with setting up and using a debug image. We successfully used that to analyze Even though an upgrade to 11.0.3 may make the error go away, I would like to find and fix that crash, because InnoDB is not supposed to crash anymore, no matter what, in the spirit of | |||||||||
| Comment by Daniel Black [ 2023-09-07 ] | |||||||||
|
First, can you build your own image from:
Other dockerfile builders obviously acceptable.
Just translate the podman/docker cmd into how nomad runs things. | |||||||||
| Comment by Kamil Cukrowski [ 2023-10-04 ] | |||||||||
|
As I updated to 11.0.3 and I do not have a way to reproduce, I believe this can be closed to cleanup. Thanks! |