[Ubuntu Wiki] Update of "Debug Symbol Packages" by staticd-growthecommons
Ubuntu Wiki
noreply at ubuntu.com
Mon Mar 17 09:48:54 UTC 2014
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.
The "Debug Symbol Packages" page has been changed by staticd-growthecommons:
http://wiki.ubuntu.com/Debug%20Symbol%20Packages?action=diff&rev1=2&rev2=3
=== Automatic Resolution / Installation of necessary packages ===
The above procedure will install the debug symbol package for a single package only. Chances are that the binary uses shared libraries in other packages and debug symbols for them might be required in order to obtain a readable stack trace or perform other debugging tasks.
- You can download the following [[attachment:list-symbols-packages-v2.1.sh |shell script (list-symbols-packages-v2.1.sh)]] to resolve all the dependencies. Attaching a debugger to an already running process may require elevated privileges even if you own the process. The following invocation will print out the list of files to install. If you want to debug an instance of evince use:
+ You can download the following [[attachment:list-symbols-packages-v2.1.sh |shell script (list-symbols-packages-v2.1.sh)]] to resolve all the dependencies. Attaching a debugger to an already running process may require elevated privileges even if you own the process. The following invocation will print out the list of files to install. If you want to debug an instance of yelp use:
{{{#!highlight bash
sudo bash ./list-symbols-packages-v2.sh -p $(pidof yelp)}}}
- To automatically install them apt can be called with the input from the script. The script is invoked with {{{-t}}} for a terse output without the descriptions of the packages and error messages are suppressed.
+ To automatically install them apt can be called with the input from the script. The script is invoked with {{{-t}}} for a terse output (without the descriptions of the packages) and error messages are suppressed.
{{{#!highlight bash
sudo bash ./list-symbols-packages-v2.sh -t -p $(pidof yelp) 2>/dev/null|\
More information about the Ubuntu-bugsquad
mailing list