Summary: | "Debuginfod has been disabled" (again) on KDE Neon | ||
---|---|---|---|
Product: | [KDE Neon] neon | Reporter: | Malte S. Stretz <mss> |
Component: | Packages Unstable Edition | Assignee: | Neon Bugs <neon-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | minor | CC: | carlosd.kde, jr, neon-bugs |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=484974 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
Malte S. Stretz
2025-08-16 10:12:52 UTC
nothing has changed from the neon side. upstream the the -DWITH_GDB12 flag has been removed so is now no-op. necessary envvar is set correctly `carlos@carlos-slimbook-unstable:~$ echo $DEBUGINFOD_URLS https://debuginfod.neon.kde.org/ https://debuginfod.ubuntu.com/` can you please run drkonqi-coredump-gui from konsole, click on a crash and then press the "Run Interactive Debugger" button ? report back whether this runs as expected (In reply to Carlos De Maine from comment #1) > nothing has changed from the neon side. upstream the the -DWITH_GDB12 flag > has been removed so is now no-op. So it might be broken upstream/in Dr- Konqi? > necessary envvar is set correctly > `carlos@carlos-slimbook-unstable:~$ echo $DEBUGINFOD_URLS > https://debuginfod.neon.kde.org/ https://debuginfod.ubuntu.com/` I can confirm that. > can you please run drkonqi-coredump-gui from konsole, click on a crash and > then press the "Run Interactive Debugger" button ? > report back whether this runs as expected It doesn't really, at least it doesn't automatically download the debug info: As before it asks for confirmation (the "Enable debuginfod for this session? (y or [n])" prompt above) but since now it has a terminal it is waiting for my input. I don't know if this is expected in this interactive mode but in batch mode that prompt should be answered automatically. That was fixed in bug 454063 via the -DWITH_GDB12 flag. I dist-upgraded to the latest Neon Developer edition before testing. Hmmm... looks like this was fixed in the meantime. I triggered a crash again (via `kcalc & sleep 1 && killall -SEGV kcalc) and now the debug symbols are downloaded automatically as they should. At east it doesn't show that gdb output anymore but the info dialog just closes after a while. The `drkonqi-coredump-gui` still shows incomplete backtraces but when I enter the interactive debugger an confirm the download it shows the full symbols quickly (ie. the debuginfod data must have been loaded from the cache). |