[MDEV-24489] Server crashes: double free or corruption Created: 2020-12-24 Updated: 2023-05-12 Resolved: 2023-05-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.3.27 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | RINAT MAKHMUTOV | Assignee: | Marko Mäkelä |
| Resolution: | Incomplete | Votes: | 2 |
| Labels: | crash | ||
| Environment: |
Linux 4.19.0-12-amd64 #1 SMP Debian 4.19.152-1 (2020-10-18) x86_64 GNU/Linux |
||
| Attachments: |
|
||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
I couldn't reproduce it manually, but it crashes 1-3 times per day, after that 5 days stable, and again. With same settings
Config:
|
| Comments |
| Comment by Marko Mäkelä [ 2023-04-14 ] |
|
Do you have any reproducible test case for this? I would recommend building the server using cmake -DWITH_ASAN=ON, so that this type of errors could be caught earlier. It is possible that the memory has been corrupted by some write outside of InnoDB. The bulk of open heap-use-after-free or heap-use-after-poison bugs are outside InnoDB. |