Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@specifix.com>
To: Greg Law <glaw@undo-software.com>
Cc: gdb-patches@sourceware.org
Subject: Re: SIGSEGV on gdb 6.7*
Date: Tue, 26 Feb 2008 23:00:00 -0000	[thread overview]
Message-ID: <1204066487.19253.346.camel@localhost.localdomain> (raw)
In-Reply-To: <47A77A6C.8050007@undo-software.com>

On Mon, 2008-02-04 at 20:49 +0000, Greg Law wrote:
> Hi list,
> 
> I have been playing with gdb-6.7 and it appears there is a bug whereby 
> reading registers can cause a SIGSEGV in gdb.  The simplest way I've 
> found to cause the problem is to try to read a register after calling 
> the flushregs maintenance command:

First of all, I apologize for not joining this thread sooner --
it escaped my notice.

Secondly, I apologize because I wrote the flushregs 
maintenance command, and it is clearly wrong.  I actually
had the impression that I HAD made it flush the frame 
cache -- I certainly meant to.

That said -- I agree with Daniel.  I can see where 
flushing the register cache and flushing the frame cache
are two things that should probably always be done at
the same time -- but I'm worried about the extra overhead
that this patch introduces.  We call registers_changed
A LOT, and in doing so we assume that it has a very
low overhead.

I would prefer to just fix the reg_flush_command function
for now, and return to the question "should registers_changed
imply reinit_frame_cache (and vice versa) as an architectural
question later (or sooner).




  parent reply	other threads:[~2008-02-26 22:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-04 20:50 Greg Law
2008-02-04 21:04 ` Daniel Jacobowitz
2008-02-04 21:39   ` Greg Law
     [not found]   ` <47A7850B.10202@undo-software.com>
2008-02-04 21:45     ` Daniel Jacobowitz
2008-02-04 21:59       ` Greg Law
2008-02-04 22:11         ` Daniel Jacobowitz
2008-02-04 22:36           ` Greg Law
2008-02-11 20:59             ` Greg Law
2008-02-26 23:00 ` Michael Snyder [this message]
2008-02-27  0:37   ` Daniel Jacobowitz
2008-02-27  0:43     ` Michael Snyder
2008-02-27  0:51       ` Daniel Jacobowitz
2008-02-27  0:54         ` Michael Snyder
2008-02-27  1:05           ` Daniel Jacobowitz
2008-02-27  1:08             ` Michael Snyder
2008-02-27 20:23               ` Greg Law
2008-02-28  7:46                 ` Vladimir Prus
2008-02-28 14:17                   ` Thiago Jung Bauermann
2008-02-28 16:18                     ` Daniel Jacobowitz
2008-02-28 14:17                   ` Daniel Jacobowitz
2008-03-04 20:09               ` Joel Brobecker

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=1204066487.19253.346.camel@localhost.localdomain \
    --to=msnyder@specifix.com \
    --cc=gdb-patches@sourceware.org \
    --cc=glaw@undo-software.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