Comment 4 for bug 2061667

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Thanks for this, I know better where to look now. The config files or a minimal reproducer would still help, of course.

In the meantime, you can also try debuginfod[1], which is a way for gdb to automatically fetcl all the symbols for you.

TL;DR Something like this

sudo -i (because automounter needs to run as root)
export DEBUGINFOD_URLS="https://debuginfod.ubuntu.com"
gdb <path-to-automounter>
r -f

1. https://ubuntu.com/server/docs/service-debuginfod