Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232319 - media-sound/audacious badly needs a 'debug' USE flag
Summary: media-sound/audacious badly needs a 'debug' USE flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-19 12:21 UTC by Adam Nielsen
Modified: 2008-07-19 12:56 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 Adam Nielsen 2008-07-19 12:21:01 UTC
Audacious tends to crash horribly all the time, and it's impossible to run it through GDB because all the debugging symbols have been removed, so when it crashes there's no indication what went wrong.

Many other packages seem to be getting a 'debug' USE flag for this reason, is it possible to get one added to media-sound/audacious and media-plugins/audacious-plugins as well?

It would make bug hunting so much easier (i.e. not having to manually install from source alongside the ebuild just for debugging.)
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-19 12:56:40 UTC
A debug use flag reflects debug code paths being used, if they can be triggered via the build script. If you can confirm that this is the case, feel free to reopen.

To debug code, you want to FEATURES=+"splitdebug" and CFLAGS=+"-ggdb". Please read the following for more information:
http://www.gentoo.org/proj/en/qa/backtraces.xml