Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Nithi G <gnithi20@yahoo.com>
Cc: gdb@sourceware.org
Subject: Re: Fw: gdb@gnu.org
Date: Fri, 26 Dec 2014 12:58:00 -0000	[thread overview]
Message-ID: <20141226125829.GA8696@host2.jankratochvil.net> (raw)
In-Reply-To: <1419596308.17404.YahooMailBasic@web121905.mail.ne1.yahoo.com>

On Fri, 26 Dec 2014 13:18:28 +0100, Nithi G wrote:
> Kindly update the status on the same.This is quite urgent and it will be
> appreciated if provide the solution immediately

What is specifically the problem?

BTW the messages like
	warning: Ignoring non-absolute filename: <libmpcontainer.so>
	Missing separate debuginfo for libmpcontainer.so
	Try: yum --disablerepo='*' --enablerepo='*-debug*' install /usr/lib/debug/.build-id/43/d10324cf3cd0a20af7c6af9f18e45689fe2ee3
are specific to Fedora/RHEL and not suitable for this upstream mailing list.

The message
	Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.x86_64 libaio-0.3.107-10.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 numactl-2.0.7-6.el6.x86_64
says clearly what you should do, why haven't you done it yet?  And it is also
specific to Fedora/RHEL and not suitable for this upstream mailing list.

The messages like
	Reading symbols from /apprate1/rateadm/lib/rhel62_x86.x/librcc_xbalance.so...(no debugging symbols found)...done.
show what your libraries do not have debug info, you should either recompile
them with -g or turn off their stripping or to supply their separate debug
info for example as file:
	/apprate1/rateadm/lib/rhel62_x86.x/librcc_xbalance.so.debug

But despite these installation problems finally you get the correct prompt:
	#0  0x000000310920f5db in raise () from /lib64/libpthread.so.0
	(gdb)
so just type "backtrace" there - or what do you want else?
Just due to the missing debug info function parameters, local variables etc.
will not be shown.  But sometimes they are not needed for fixing a crash.


Jan


  reply	other threads:[~2014-12-26 12:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-26 12:20 Nithi G
2014-12-26 12:58 ` Jan Kratochvil [this message]
     [not found]   ` <1657813058.916806.1419614397450.JavaMail.yahoo@jws10042.mail.ne1.yahoo.com>
2014-12-26 17:37     ` Jan Kratochvil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141226125829.GA8696@host2.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=gdb@sourceware.org \
    --cc=gnithi20@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox