Comment 2 for bug 2024291

Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Hey!

Kudos to Athos for bringing this to my attention. Thanks!

I confirmed here that our debuginfod instance (https://debuginfod.ubuntu.com) does carry the debuginfo in question:

$ DEBUGINFOD_URLS=https://debuginfod.ubuntu.com debuginfod-find debuginfo 0d8c82958f52b0ab83205cbf4e03f125f3ecb0ec
/home/ubuntu/.cache/debuginfod_client/0d8c82958f52b0ab83205cbf4e03f125f3ecb0ec/debuginfo

Unfortunately, the GDB we ship in Focal doesn't support debuginfod. For that reason, I built a newer GDB here:

https://launchpad.net/~sergiodj/+archive/ubuntu/gdb-12-focal-backport

If you're comfortable installing from a PPA, feel free to use it and let me know if you run into problems. All you need to do after installing this newer GDB is to export DEBUGINFOD_URLS=https://debuginfod.ubuntu.com.

Cheers.