I am trying to obatin a meaningful backtrace for some segmentation faults occuring on php-fpm in Debian Buster. Reading Debian's guide, I understand that
- I need to add the debug repo
deb http://deb.debian.org/debian-debug/ buster-debug main - I need to install
debian-goodiesso that I can search my debug symbols package withfind-dbgsym-packages
But it seems that the php debug symbols are missing from the output of find-dbgsym-packages /usr/bin/php, these are the packages listed:
libargon2-1-dbgsymlibgcc1-dbglibicu63-dbgsymliblzma5-dbgsymlibpcre2-dbglibsodium23-dbgsymlibssl1.1-dbgsymlibstdc++6-8-dbglibxml2-dbgphp7.3-cli-dbgsymzlib1g-dbg
I was excpecting to find a package like php7.3-dbgsym... what I am missing?