[MDEV-29859] Got an InnoDB: Assertion failure in file /home/buildbot/buildbot/build/mariadb-10.3.36/extra/mariabackup/xtrabackup.cc line 6045 when try to launch mariabackup --backup Created: 2022-10-24 Updated: 2022-11-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | mariabackup |
| Affects Version/s: | 10.3.36 |
| Fix Version/s: | 10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Konstantin SH | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | backup, innodb, mariabackup | ||
| Environment: |
Ubuntu 18.04.1 LTS (GNU/Linux 5.3.18-3-pve x86_64) |
||
| Attachments: |
|
| Description |
|
Hi, when I try to run the mariabackup --backup command I got the error in my terminal: command is sudo mariabackup --backup --target-dir = /123cluster/mariadb/backups/ --user = root --password = password And terminal output is: 2022-10-24 10:09:05 0x7f882655c7c0 InnoDB: Assertion failure in file /home/buildbot/buildbot/build/mariadb-10.3.36/extra/mariabackup/xtrabackup.cc line 6045 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.3.36-MariaDB-1:10.3.36+maria~ubu1804 Thread pointer: 0x0 Kernel version: Linux version 5.3.18-3-pve (build@pve) (gcc version 8.3.0 (Debian 8.3.0-6)) #1 SMP PVE 5.3.18-3 (Tue, 17 Mar 2020 16:33:19 +0100) Aborted How can I fix this error? Thanks for your help. |
| Comments |
| Comment by Marko Mäkelä [ 2022-10-24 ] | |
|
The crash occurs in the function append_defaults_group(), which is invoked for the start-up parameters defaults-group and login-path. Are these options present in the invocation somehow? | |
| Comment by Konstantin SH [ 2022-10-24 ] | |
|
There are no additional options in my command except --user = root and --password = password. This is the correct username and password. | |
| Comment by Marko Mäkelä [ 2022-10-24 ] | |
|
Please check if the options could have been parsed from a configuration file.
| |
| Comment by Marko Mäkelä [ 2022-10-24 ] | |
|
Please check if the options could have been parsed from a configuration file.
| |
| Comment by Konstantin SH [ 2022-10-24 ] | |
|
Yes, through the But should sudo command work fine too on 10.3x? | |
| Comment by Marko Mäkelä [ 2022-10-24 ] | |
|
The purpose of the strace command would have been to find out the location of a configuration file that might have caused the function append_defaults_group() to be invoked. | |
| Comment by Konstantin SH [ 2022-10-25 ] | |
|
Well, when I launched strace command again on the same machine I got this error for some reason. |