Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 273677 - mention the splitdebug feature
Summary: mention the splitdebug feature
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-11 03:17 UTC by Moritz Bellach
Modified: 2009-06-11 03:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Bellach 2009-06-11 03:17:05 UTC
hi,

one thing that I ran into recently is missing debug symbols. Well, it may be pretty efficient to strip symbols when one thinks of size and speed of libraries or executables. But there is this nice feature to split the debug symbols and place them somewhere else (/usr/lib/debug I think). This should be encouraged, because it can be really hard find out which dependecies have to be recompiled to get a meaningfull crashdump. Also it can be a lot of recompiling if you need these symbols and do not have them. Of course this should be optional, but it should be mentioned in the installation handbook and/or portage doc (of course with possible problems, if there are any).
Just an idea...
Greets, Moritz

Reproducible: Always

Steps to Reproduce:
1.emerge programm
2.crash programm
3.read crashdump

Actual Results:  
mostly unreadable dump

Expected Results:  
more readable dump (names instead of hex values...)
Comment 1 nm (RETIRED) gentoo-dev 2009-06-11 03:47:50 UTC
It's already in the backtraces document, which we link from several different places:

http://www.gentoo.org/proj/en/qa/backtraces.xml

splitdebug is such a special edge case that I don't feel it really belongs in our handbooks.