Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2(EOL), 10.3(EOL)
Description
here is an example from the MDEV-15579
addr2line: 'mariabackup': No such file
|
mariabackup(my_print_stacktrace+0x2e)[0x55e29c08481e]
|
mariabackup(handle_fatal_signal+0x345)[0x55e29bb81835]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7f6e58cc4390]
|
linux/raise.c:54(__GI_raise)[0x7f6e56f6b428]
|
stdlib/abort.c:91(__GI_abort)[0x7f6e56f6d02a]
|
addr2line: 'mariabackup': No such file
|
mariabackup(+0x9fd6b6)[0x55e29be906b6]
|
mariabackup(+0xa030f8)[0x55e29be960f8]
|
mariabackup(+0xa031b2)[0x55e29be961b2]
|
mariabackup(+0x4324dc)[0x55e29b8c54dc]
|
mariabackup(+0x408cb7)[0x55e29b89bcb7]
|
mariabackup(+0x437053)[0x55e29b8ca053]
|
mariabackup(main+0x185)[0x55e29b8ad145]
|
csu/libc-start.c:325(__libc_start_main)[0x7f6e56f56830]
|
addr2line: 'mariabackup': No such file
|
mariabackup(_start+0x29)[0x55e29b8c1f79]
|
Attachments
Issue Links
- relates to
-
MDEV-16194 Stack trace is not resolved on fulltest2
-
- Open
-
-
MDEV-20738 my_addr_resolve passes invalid offsets to addr2line
-
- Open
-
unlike mysqld, I think mariabackup does not try to export all symbols. I'm not sure it plays any role, but basically, mariabackup links to the same libraries as mysqld, so that might be the only difference I know.