Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173259 - dev-db/mysql: Save object symbols for unmangling mysqld backtraces
Summary: dev-db/mysql: Save object symbols for unmangling mysqld backtraces
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-03 16:48 UTC by Christopher G. Stach II
Modified: 2007-04-04 08:05 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 Christopher G. Stach II 2007-04-03 16:48:04 UTC
Binary distros often contain the symbols in a file, making crashes debuggable at least a little bit.  Right now, unless you build mysql with debugging and no stripping, this is impossible.  See:

http://dev.mysql.com/doc/internals/en/using-stack-trace.html

Reproducible: Always
Comment 1 Christopher G. Stach II 2007-04-03 20:36:10 UTC
BTW, I understand that one can enable saving of debug information, but that doesn't really do much good if you run into a bug after you built the app.  Then you have to rebuild and schizophrenically hope to hit it again.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-04-04 08:05:17 UTC
You probably want FEATURES="splitdebug"