[MDEV-24751] runtime error: member call on null pointer of type 'struct fil_space_t' in innodb_shutdown Created: 2021-02-01 Updated: 2021-03-24 Resolved: 2021-02-01 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.3.28, 10.4.18, 10.5.9 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Roel Van de Paar | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | not-10.2, regression | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
I have observed the following UBSAN error a number of times:
Nothing special needed, just init data dir (and data dir can be wiped before doing so):
Setup:
Bug confirmed present in: Bug (or feature/syntax) confirmed not present in: |
| Comments |
| Comment by Roel Van de Paar [ 2021-02-01 ] | ||||||||||||||||||||||
|
Issue confirmed not visible, using 10.6 debug 8a495d7f90f64566d083d9ccd04cd95023a40931, with this patch from Marko:
| ||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2021-02-01 ] | ||||||||||||||||||||||
|
As far as I can tell, this bug is a regression that was caused by
10.2 is not affected, because | ||||||||||||||||||||||
| Comment by Roel Van de Paar [ 2021-02-02 ] | ||||||||||||||||||||||
|
marko Indeed. 10.3 And 10.4 now confirmed also. Not sure why that was missed originally. Not present in 10.2 |