[MDEV-30492] Crash when use mariabackup.exe with config 'innodb_flush_method=async_unbuffered' Created: 2023-01-29 Updated: 2023-02-16 Resolved: 2023-02-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.7.7 |
| Fix Version/s: | 10.11.3, 11.0.1, 10.4.29, 10.5.20, 10.6.13, 10.8.8, 10.9.6, 10.10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Mitchell Lee | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 11 64bit 22H2 |
||
| Issue Links: |
|
||||||||
| Description |
|
On windows, Question is that 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 Server version: 10.7.7-MariaDB Thread pointer: 0x0 error code - "-2147483645" |
| Comments |
| Comment by Daniel Black [ 2023-01-30 ] |
|
for review: https://github.com/MariaDB/server/pull/2465 |
| Comment by Marko Mäkelä [ 2023-01-30 ] |
|
You can find some discussion of the values of innodb_flush_method in |
| Comment by Mitchell Lee [ 2023-01-30 ] |
|
Thanks for the inform |
| Comment by Vladislav Vaintroub [ 2023-01-31 ] |
|
Wrote my notes in https://github.com/MariaDB/server/pull/2465 . In short- the assertion was valid, and there needs to be some more code, or we'll have invalid srv_flush_method |
| Comment by Daniel Black [ 2023-02-03 ] |
|
Updated PR with test case. |