Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@chello.nl>
To: Daniel Jacobowitz <drow@mvista.com>
Cc: gdb@sources.redhat.com
Subject: Re: i386-linux signal backtraces broken
Date: Sat, 12 Oct 2002 10:50:00 -0000	[thread overview]
Message-ID: <863crbpmvl.fsf@elgar.kettenis.dyndns.org> (raw)
In-Reply-To: Daniel Jacobowitz's message of "Thu, 10 Oct 2002 14:47:39 -0400"

Daniel Jacobowitz <drow@mvista.com> writes:

> There's only one problem here.  On my desktop (Debian GNU/Linux, glibc
> 2.2.5), there are two copies of sigaction in a dynamically linked
> executable.  One of them's in libc.so.6 and the other is in ld-linux.so.2.
> The only __restore symbol we find is in ld-linux.so.2; this seems to be
> because we leave a symbol table in ld-linux.so.2 (probably for the
> debugger's benefit, so that it can find _dl_debug_state) - but we strip
> libc.so.6.

How unfortunate.  I'd recommend using an unstripped libc.so.6 when
doing any serious debugging, but I guess that won't trick the Debian
folks into distributing an unstripped libc.

> Unfortunately, the application gets the copy of __restore that is in
> libc.so.6.  Which is right after a function whose name appears in the
> dynamic symbol table (sigaction).  So it's considered to be part of
> sigaction, and NAME is "sigaction".
> 
> We have two choices, that I see:
>   - Call the code inspection functions always
>   - Call the code inspection functions if the name is sigaction, taking
>     advantage of the glibc implementation detail that sigaction is the
>     only exported name for this function that I can see, and they are
>     implemented right after it in the same file.

We could also modify glibc such that __restore and __restore_rt get
included in libc.so's dynamic symbol table.  Or perhaps we could
modify GDB such that it scans libc.so.6 for signal trampolines when it
is loaded.

> Option (A) is a performance hit.  Option (B) is, well, a little fragile.

I don't think implementing (B) makes the code more fragile than it
already is.

Mark


  parent reply	other threads:[~2002-10-12 17:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-10 11:46 Daniel Jacobowitz
2002-10-10 12:06 ` Kevin Buettner
2002-10-10 12:11   ` Daniel Jacobowitz
2002-10-12 10:50 ` Mark Kettenis [this message]
2002-10-12 10:55   ` Daniel Jacobowitz

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=863crbpmvl.fsf@elgar.kettenis.dyndns.org \
    --to=kettenis@chello.nl \
    --cc=drow@mvista.com \
    --cc=gdb@sources.redhat.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