From: Daniel Jacobowitz <drow@mvista.com>
To: gdb@sources.redhat.com
Subject: Re: optind
Date: Wed, 10 Dec 2003 14:49:00 -0000 [thread overview]
Message-ID: <20031210144917.GA9115@nevyn.them.org> (raw)
In-Reply-To: <20031210142045.GL23712@ata.cs.hacettepe.edu.tr>
On Wed, Dec 10, 2003 at 04:20:47PM +0200, Baurjan Ismagulov wrote:
> Hello,
>
> given the following program:
>
> #include <unistd.h>
>
> int main()
> {
> printf("%p\n", &optind);
> }
>
>
> I do:
>
> gcc -g a.c
> ./a.out
> nm a.out |grep optind
>
>
> I see, respectively:
>
> 0x80495ac
> 080495ac B optind@@GLIBC_2.0
>
>
> After that I do:
>
> gdb a.out
> b main
> r
> p &optind
>
>
> I see:
>
> $1 = (int *) 0x4014814c,
>
> whereas I expect it to be 080495ac. Naturally, "p optind" displays
> another value, too. What is going on?
The symbol exists in multiple shared objects, and gdb gets confused
about which copy to print. We can't get this right all the time, but I
would have thought we'd get this one right; might want to file a bug
report.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2003-12-10 14:49 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-10 14:20 optind Baurjan Ismagulov
2003-12-10 14:49 ` Daniel Jacobowitz [this message]
2003-12-10 16:09 ` optind Baurjan Ismagulov
2003-12-10 16:16 ` optind Andreas Schwab
2003-12-10 16:53 ` optind Baurjan Ismagulov
2003-12-10 17:04 ` optind Ian Lance Taylor
2003-12-10 17:17 ` optind Daniel Jacobowitz
2003-12-10 17:37 ` optind Baurjan Ismagulov
2003-12-11 14:10 ` optind Daniel Jacobowitz
2003-12-11 15:11 ` optind Baurjan Ismagulov
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=20031210144917.GA9115@nevyn.them.org \
--to=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