mariabackup segfault in docker container
How can I determine why I'm getting a segfault?
mariadb-backup -V --backup --datadir=/config/databases/ --target-dir=/config/backup/current/ --user=root --password=<hidden> [00] 2025-03-16 14:56:03 Connecting to MariaDB server host: localhost, user: root, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock [00] 2025-03-16 14:56:03 Using server version 10.11.10-MariaDB-log mariadb-backup based on MariaDB server 10.11.10-MariaDB Linux (x86_64) [00] 2025-03-16 14:56:03 uses posix_fadvise(). [00] 2025-03-16 14:56:03 cd to /config/databases/ [00] 2025-03-16 14:56:03 open files limit requested 0, set to 1048576 [00] 2025-03-16 14:56:03 mariabackup: using the following InnoDB configuration: [00] 2025-03-16 14:56:03 innodb_data_home_dir = [00] 2025-03-16 14:56:03 innodb_data_file_path = ibdata1:12M:autoextend [00] 2025-03-16 14:56:03 innodb_log_group_home_dir = ./ [00] 2025-03-16 14:56:03 InnoDB: Using Linux native AIO 2025-03-16 14:56:03 0 [Note] InnoDB: Number of transaction pools: 1 2025-03-16 14:56:03 0 [Note] InnoDB: Memory-mapped log (block size=512 bytes) [00] 2025-03-16 14:56:03 mariabackup: Generating a list of tablespaces FILE_CHECKPOINT(33873339736) ignored at 33873910653 FILE_CHECKPOINT(33873340139) reread at 33873910996 [00] 2025-03-16 14:56:03 >> log scanned up to (33874009152) [00] 2025-03-16 14:56:03 Retrying read of log at LSN=33874009152 [00] 2025-03-16 14:56:03 Connecting to MariaDB server host: localhost, user: root, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock [00] 2025-03-16 14:56:03 Connecting to MariaDB server host: localhost, user: root, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock [00] 2025-03-16 14:56:03 BACKUP STAGE START [00] 2025-03-16 14:56:03 Acquiring BACKUP LOCKS... [00] 2025-03-16 14:56:03 Copying /config/databasesaria_log_control to /config/backup/current/aria_log_control [00] 2025-03-16 14:56:03 ...done [00] 2025-03-16 14:56:03 Loading aria_log_control. [00] 2025-03-16 14:56:03 aria_log_control: last_log_number: 1 [00] 2025-03-16 14:56:03 Start scanning aria tables. [00] 2025-03-16 14:56:03 Start scanning aria log files. [00] 2025-03-16 14:56:03 Found 1 aria log files, minimum log number 1, maximum log number 1 [00] 2025-03-16 14:56:03 Stop scanning aria tables. [00] 2025-03-16 14:56:03 Copying ./mysql/transaction_registry.ibd to /config/backup/current/mysql/transaction_registry.ibd Segmentation fault (core dumped)
all the tables check as OK.