Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.2.10
-
None
-
FreeBSD 11.1
Description
the tool mariabackup coredump during sst. And it happens everytime.
error log:
WSREP_SST: [ERROR] mariabackup finished with error: 139. Check /var/mysql-data//innobackup.backup.log (20171121 14:53:51.N) |
WSREP_SST: [ERROR] Cleanup after exit with status:22 (20171121 14:53:51.N) |
then in the data directory I can see a file called mariabackup.core.
gdb backtrace:
Loaded symbols for /libexec/ld-elf.so.1 |
#0 0x0000000000c491f2 in my_realpath () |
(gdb) bt
|
#0 0x0000000000c491f2 in my_realpath () |
#1 0x000000000055f954 in main () |
(gdb)
|
Then I copied mariabackup from 10.2.7 and it worked again.
What has been changed to this mariabackup tool at 10.2.10?
Attachments
Issue Links
- relates to
-
MDEV-21293 mariabackup crashes when not using full path
- Open