Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 274821 - app-emulation/wine leaks debugging symbols
Summary: app-emulation/wine leaks debugging symbols
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-20 14:41 UTC by dunerkahl
Modified: 2009-06-21 09:34 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 dunerkahl 2009-06-20 14:41:45 UTC
wine built by the gentoo ebuild doesn't provide debugging symbols. Wine developers say when building wine from source, debugging symbols are available by default, in gentoo's wine ebuild, debugging symbols are turned of.
I think the wine ebuild needs a debug USE-flag, when it is enabled, wine will be compiled with debugging symbols.

Reproducible: Always

Steps to Reproduce:
1.Building wine by emerge wine
2.launch an application that crashes with wine
3.verify that no debugging symbols occure in the stack trace

Actual Results:  
debugging symbols are missing

Expected Results:  
debugging symbols should be displayed
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-21 09:34:08 UTC
Portage-built software by default gets stripped before merging, refer to http://www.gentoo.org/proj/en/qa/backtraces.xml for the instructions to get debug symbols.