I was running GDB on a game recently and was getting the '???' trace results that are generally associated with a stripped library in use by the app.
I dual-booted into a different distro and ran without GDB. I was surprised to see not only a stacktrace appear on the terminal when the program died, but the debug symbols were suddenly there as well.
-
What gentoo component am I missing to get the trace on the terminal without using GDB?
-
how would the other distro print debug info when the lib in question appeared to be stripped when running in gentoo?