getsolus / packages

Solus Package Monorepo & Issue Tracker
64 stars 82 forks source link

`plasma-workspace-dbginfo` installed but KDE DrKonqui is unable to find debug symbols for plasmashell #3486

Open TraceyC77 opened 2 months ago

TraceyC77 commented 2 months ago

Please confirm there isn't an existing open bug report

Summary

When plasmashell is involved in a crash, DrKonqui indicates it can't find debug symbols for /usr/bin/plasmashell. The binary is provided by the plasma-workspace package, but installing plasma-workspace-dbinfo did not provide the necessary symbols

Steps to reproduce

Install plasma-workspace-dbinfo

  1. Have a plasma crash. Right now this can be caused by dragging a file from the desktop over the Icons Only Task Manager in a panel and hovering
  2. DrKonqui appears and tries to get a backtrace

Expected result

All debug symbols are found

Actual result

If you click the "list of files" link in the Crash Handler window you see

The packages containing debug information for the following application and libraries are missing:

/usr/bin/plasmashell

Environment

Repo

Unstable

Desktop Environment

Plasma

System details

Operating System: Solus 4.5 KDE Plasma Version: 6.1.3 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.2 Kernel Version: 6.9.12-297.current (64-bit) Graphics Platform: Wayland

Other comments

whatprovides plasmashell tells me its part of plasma-workspace, which is why I installed plasma-workspace-dbginfo I was able to install all other needed debug packages that had been missing using whatprovides, like libffi-dbginfo

TraceyC77 commented 2 months ago

Generated segmentation fault shown in DrKonqui gist

Crash is shown in coredumpctl list

Wed 2024-08-07 15:47:25 CDT 313263 1000 1000 SIGSEGV truncated /usr/bin/plasmashell                      94.5M
TraceyC77 commented 2 months ago

Fixed the truncated coredump by renaming /etc/security/limits.conf and rebooting. Installed all other debug symbols indicated by the crash, verified the backtrace has no more ??? Reilly confirmed that symbols are present for plasmashell

Crash Handler still shows plasmashell in the "list of files" link

I'll check the kde bug tracker in the morning to see if there are any reports about this with drkonqui