You are not logged in.

#1 2022-04-18 16:13:36

haelix
Member
Registered: 2021-05-19
Posts: 7

Cannot download debug symbols

I installed debuginfod specifically to obtain symbols for gnome-flashback, which crashes for me.

But, it does not work:

debuginfod-find debuginfo /usr/bin/gnome-flashback
Server query failed: Function not implemented

Moreover, the example at https://wiki.archlinux.org/title/Debugg … Debuginfod also doesn't work (with or without sudo):

debuginfod-find debuginfo /usr/bin/zstd
Server query failed: Function not implemented

What is wrong with debuginfod?

Offline

#2 2022-04-19 12:32:57

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: Cannot download debug symbols

works fine with https://debuginfod.archlinux.org/ .

what is the outpuf of

$ echo $DEBUGINFOD_URLS
$ debuginfod-find -v debuginfo /usr/bin/zstd

?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2022-04-22 18:20:55

haelix
Member
Registered: 2021-05-19
Posts: 7

Re: Cannot download debug symbols

I'm afraid this works now.
I've done a system update in the meanwhile, but I'm not sure if that fixed it. Or maybe it was the system restart.

FWIW,

$ echo $DEBUGINFOD_URLS
https://debuginfod.archlinux.org

$ debuginfod-find debuginfo /usr/bin/zstd
/home/porc/.cache/debuginfod_client/c4774a850ccd023e4eb9cf2deb2a9d26bf16d737/debuginfo

Offline

Board footer

Powered by FluxBB