From: Mihai Basa <Mihai.Basa@NUIGALWAY.IE>
To: gdb@sources.redhat.com
Cc: Eli Zaretskii <eliz@elta.co.il>
Subject: RE: Auto-deleting watchpoints
Date: Thu, 04 Dec 2003 16:58:00 -0000 [thread overview]
Message-ID: <3FCFC03D@bodkin.nuigalway.ie> (raw)
>===== Original Message From Eli Zaretskii <eliz@elta.co.il> =====
>> Date: Tue, 2 Dec 2003 15:44:51 -0500
>> From: Daniel Jacobowitz <drow@mvista.com>
>> >
>> > This includes deleting local watchpoints even when the program makes a
call to
>> > a library function (say, sqrt()). I believe this auto-deletion _severly_
>> > reduces the practicality of watchpoints, because they simply go away on
the
>> > first call they hit!
>>
>> That is not what is supposed to happen. The watchpoint should stay
>> until the function containing the local variable has exited.
>
>Right. And I have simple test cases to prove it.
>
>Mihai, you probably discovered a bug. Please send a test case.
I've tried this with gdb-6.0, and the fenomenon seems to have disappeared, but
I've only tested it lightly. I didn't really manage to isolate the bug, as it
only appeared in certain configurations of the source code, and showed up in
different places (so the test case is not simple at all). It appears that
gdb-6.0 has somehow solved this.
To summarize what was happening in gdb-5.3:
A watchpoint is set on an element of a malloc'ed array. The pointer to this
array is sent to a subroutine, where, after a while, the previously-set watch
gets deleted on a call to printf. The message produced is:
Watchpoint 2 deleted because the program has left the block in
which its expression is valid.
0x4008e00e in vfprintf () from /lib/i686/libc.so.6
and the source-line on which the watchpoint to "active_id[123]" got deleted
is:
printf("from i = %i at %lf at vel= %lf ", i,P[i].x[0] ,P[i].u[0]);
(it has nothing to do with active_id[123]). The backtrace was:
(gdb) backtrace
#0 0x4008e00e in vfprintf () from /lib/i686/libc.so.6
#1 0x00000000 in ?? ()
Now gdb-6.0 displays the 'watchpoint deleted' message only when it hits the
end of the program (in a library function called "_fini()").
Regards,
Mihai Basa
next reply other threads:[~2003-12-04 16:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-04 16:58 Mihai Basa [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-12-02 20:38 Mihai Basa
2003-12-02 20:44 ` Daniel Jacobowitz
2003-12-03 5:36 ` Eli Zaretskii
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=3FCFC03D@bodkin.nuigalway.ie \
--to=mihai.basa@nuigalway.ie \
--cc=eliz@elta.co.il \
--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