Bug 484974 - "Debuginfod has been disabled" on KDE Neon
Summary: "Debuginfod has been disabled" on KDE Neon
Status: REPORTED
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages User Edition (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-03 11:50 UTC by Malte S. Stretz
Modified: 2024-04-03 12:08 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malte S. Stretz 2024-04-03 11:50:42 UTC
SUMMARY
The "Developer Information" in DrKonqi's Crash handler starts with

> This GDB supports auto-downloading debuginfo from the following URLs:
> https://debuginfod.neon.kde.org/:
> Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal]
> Debuginfod has been disabled.
> To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.

This should be fixed via bug 454063 but it looks like distros have to set WITH_GDB12 explicitly when compiling the package.

STEPS TO REPRODUCE
1. Make sure you have no debug symbols installed
2. kwrite &
3. killall -SEGV kwrite
4. Look at the Developer Info of the Crash Reporter (m

OBSERVED RESULT
No debug symbols are downloaded from https://debuginfod.neon.kde.org/ for eg. Qt6:
Thread 12 (Thread 0x7583d0ffe640 (LWP 90704)):
#0  0x00007583d8918bcf in __GI___poll (fds=0x7583d0ffda10, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007583d3df18d1 in ?? () from /lib/x86_64-linux-gnu/libQt6WaylandClient.so.6
#2  0x00007583d8f5ce7d in ?? () from /lib/x86_64-linux-gnu/libQt6Core.so.6
#3  0x00007583d8894ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
#4  0x00007583d8926850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

EXPECTED RESULT
A better stack trace

SOFTWARE/OS VERSIONS
Operating System: KDE neon 6.0
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.5.0-26-generic (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-6300U CPU @ 2.40GHz
Memory: 19,4 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 520
Manufacturer: LENOVO
Product Name: 20F9CTO1WW
System Version: ThinkPad T460s
Comment 1 Malte S. Stretz 2024-04-03 12:08:18 UTC
Looks like somebody forgot to add a `-D` in https://invent.kde.org/neon/kde/drkonqi/-/blob/Neon/release/debian/rules?ref_type=heads#L5