Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ubuntu backtracing

Mario Limonciello edited this pageJul 13, 2017 ·5 revisions

Backtrace

By default Ubuntu buildd's strip debug symbols and places them inddebs. To get a stack trace from attaching a local debugger you will need themlocally installed.

You can find the debug symbols that match your architecture and versionathttp://ddebs.ubuntu.com/ubuntu.You must install all 3 packages that match your architecture and version(libdfu1, libfwupd1, fwupd).

Adding repository

  1. Add ddeb repository apt repository signing key

# wget -qO - http://ddebs.ubuntu.com/ubuntu/dbgsym-release-key.asc | sudo apt-key add -

  1. Add the ddebs repository

# sudo add-apt-repository http://ddebs.ubuntu.com/ubuntu

  1. Check for updates

# sudo apt update

  1. Install debug symbols

# sudo apt install fwupd-dbgsym libdfu1-dbgsym libfwupd1-dbgsym

  1. Follow the directions athttps://wiki.ubuntu.com/Backtrace#Already_running_programs to attach gdb to the fwupd process.
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp