Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Duplicate
-
5.5.27
-
Ubuntu 12.04 Precise Pangolin, deb packages
Description
MariaDB 12.04 packages install a stripped binary:
/usr/sbin/mysqld: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0x16b84c98034eb05e6b35fe977237b6fe7a40c11a, stripped
I have downloaded/unpacked all the available .deb packages, and failed to find anything resembling debug symbols.
Looking at how .debs are made: http://buildbot.askmonty.org/buildbot/builders/kvm-deb-precise-amd64/builds/371/steps/compile/logs/stdio, one can see that
strip --remove-section=.comment --remove-section=.note debian/mariadb-server-core-5.5/usr/sbin/mysqld
which looks like stripping the mysqld binary. Debug symbols are not saved anywhere.