how can i got a debug version of specified mariadb binary?

  1. file mariadbd.apt mariadbd.apt: ELF 64-bit LSB shared object, ARM aarch64, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=39e42ab8a89dee65f74c6b543cb85d2f879d02ce, for GNU/Linux 3.7.0, stripped

i got a coredump of a stripped mariadbd which buildid is 39e42ab8a89dee65f74c6b543cb85d2f879d02ce。 the mariadbd version is " Ver 10.5.4-MariaDB-1:10.5.4+mariafocal for debian-linux-gnu on aarch64 (mariadb.org binary distribution)", and it's install by apt。 i want to gdb the coredump , so i need a mariadbd with symbols . how can i get it ?

Answer Answered by todd zhai in this comment.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.