https://bugs.kde.org/show_bug.cgi?id=523034
Bug ID: 523034
Summary: Debuginfo autoloading failing: auto-loading has been
declined by your `auto-load safe-path' and GDB called
with --nx.
Classification: Applications
Product: drkonqi
Version First 6.7.2
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: backtraceparsing
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
DESCRIPTION
When trying to generate a backtrace, gdb will complain about debuginfo
auto-loading not having permission. Since gdb is called with `--nx`, I can't
set these paths in my gdbinit config. The path is question is
`~/.cache/debuginfod_client`.
STEPS TO REPRODUCE
1. Try to generate a trace from the crash handler.
OBSERVED RESULT
Example:
```
warning: File
"/home/elrick/.cache/debuginfod_client/83139d0893b86398da8a8a1070ab8e04cfa57203/debuginfo"
auto-loading has been declined by your `auto-load safe-path' set to
"$debugdir:$datadir/auto-load".
```
EXPECTED RESULT
It should load everything properly.
SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 6.7.2
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
ADDITIONAL INFORMATION
Possible solution: Adding `--init-eval-command='add-auto-load-safe-path /'` to
the command.
--
You are receiving this mail because:
You are watching all bug changes.