[MDEV-25239] UBSAN: srv0start.cc:2069:31: runtime error: member call on null pointer of type 'struct fil_space_t' on shutdown of InnoDB Created: 2021-03-24 Updated: 2021-03-24 Resolved: 2021-03-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.6 |
| Fix Version/s: | 10.6.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Roel Van de Paar | Assignee: | Marko Mäkelä |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Build with
And set
Then startup and shutdown the server manually (./bin/mysqld --options ...) and you should see:
If hard to reproduce, or if the issue is not clear, I can make a more detailed testcase. Present in 10.6, other versions not tested yet. |
| Comments |
| Comment by Marko Mäkelä [ 2021-03-24 ] | |||
|
The code in question is as follows:
This is a duplicate of |