Re: question on gdb

2011-12-03 Thread suvayu ali
On Sat, Dec 3, 2011 at 08:12, Gregory Hosler wrote: > If this is your first time, perhaps don't install the debuginfo for libraries > where you think the problem isn't, and where you think you will not need to > trace into said library(s). If, during debugging, you feel that "gee, it would > be us

Re: question on gdb

2011-12-03 Thread Gregory Hosler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/28/2011 04:16 PM, Paul Allen Newell wrote: > Community: > > I am trying to run gdb on a program that is crashing and I am getting > messages of: > +++ > Missing separate debuginfos, use debug-install glibc-2.13.2.x86_64 > libgcc-4.5.1.fc14.x86

[SOLVED] Re: question on gdb

2011-11-28 Thread Paul Allen Newell
On 11/28/2011 1:09 AM, Frank Murphy wrote: > at the prompt > ~$ debuginfo-install pkgname > > Aside: With F14 eol in 2 weeks is it worth it? > Maybe see if F15 has the same crash? > Frank: Well, since I was looking for debuginfo-install as something yum would list, I would have never gotten close

Re: question on gdb

2011-11-28 Thread Frank Murphy
On 28/11/11 08:50, Paul Allen Newell wrote: > I don't have my F14 box online at the moment (I was thinking bed was the > best immediate solution to the problem), but if you can confirm what I > need to tell yum, I will fire the puppy up and test > > Paul at the prompt ~$ debuginfo-install pkgnam

Re: question on gdb

2011-11-28 Thread Paul Allen Newell
On 11/28/2011 12:46 AM, Frank Murphy wrote: > > It's telling you to install the debug pkgs, > which are not already installed. > as the line says use "debug-install glibc-2.13.2.x86_64 etc.. > Frank: Thanks for the reply. That is what I thought as well, but I couldn't see anything with yum -list.

Re: question on gdb

2011-11-28 Thread Frank Murphy
On 28/11/11 08:16, Paul Allen Newell wrote: > Community: > > I am trying to run gdb on a program that is crashing and I am getting > messages of: > +++ > Missing separate debuginfos, use debug-install glibc-2.13.2.x86_64 > libgcc-4.5.1.fc14.x86_64 libg++-4.5.1.fc14.x86_64 > libstdc++-4.5.1.fc14.x86

question on gdb

2011-11-28 Thread Paul Allen Newell
Community: I am trying to run gdb on a program that is crashing and I am getting messages of: +++ Missing separate debuginfos, use debug-install glibc-2.13.2.x86_64 libgcc-4.5.1.fc14.x86_64 libg++-4.5.1.fc14.x86_64 libstdc++-4.5.1.fc14.x86_64 --- Googling is not giving me anything that I eithe