From: Michael Snyder <michsnyd@cisco.com>
To: Daniel Jacobowitz <drow@false.org>
Cc: gdb@sources.redhat.com
Subject: Re: [RFC] a prototype checkpoint-restart using core files
Date: Mon, 07 Nov 2005 23:56:00 -0000 [thread overview]
Message-ID: <436FE999.1000801@cisco.com> (raw)
In-Reply-To: <20051107202554.GA24572@nevyn.them.org>
Daniel Jacobowitz wrote:
> On Mon, Nov 07, 2005 at 09:21:36PM +0100, Mark Kettenis wrote:
>
>>>Date: Mon, 7 Nov 2005 14:07:24 -0500
>>>From: Daniel Jacobowitz <drow@false.org>
>>>
>>>>If I read the code correctly, there is one rather serious limitation
>>>>though: restoring mmapped area's will fail if the same area isn't
>>>>mapped in the target process. Especially on systems that randomize
>>>>the location of mmapped memory this will make the usefullness of this
>>>>feature pretty limited :(.
>>>
>>>Why should it? The expected use is to restore these dumps into the
>>>same running session - just after stepping a bit. So unless you step
>>>across a very large free(), it should be fine.
>>
>>Ah, somehow I forgar about the "same running session" part. Guess
>>that's one of the things that needs to be clearly documented then ;-).
>
>
> Yeah - a general purpose "restore core file" command would be neat, but
> I think, not practical enough to be useful.
Going forward in time is actually possible -- sometimes.
I can debug for a while, then save a corefile, then quit,
start a new debug session, open the same program, run to
main -- and then load the old corefile.
This bit isn't in my posted patch, but if the sbrk boundary
has been advanced, I can detect it, and do a target function
call to sbrk to bring it up to match.
Where I run into a problem is with shared libraries.
Sometimes, as Mark says, a segment hasn't been mmapped
in yet. I don't yet know what to do about that.
next prev parent reply other threads:[~2005-11-07 23:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-03 1:35 Michael Snyder
2005-11-07 0:19 ` Daniel Jacobowitz
2005-11-07 4:40 ` Eli Zaretskii
2005-11-07 18:57 ` Mark Kettenis
2005-11-07 19:07 ` Daniel Jacobowitz
2005-11-07 19:50 ` Michael Snyder
2005-11-07 20:22 ` Mark Kettenis
2005-11-07 20:26 ` Daniel Jacobowitz
2005-11-07 23:56 ` Michael Snyder [this message]
2005-11-08 0:34 ` Soam Vasani
2005-11-08 0:43 ` Michael Snyder
2005-11-07 19:43 ` Michael Snyder
2005-11-07 20:56 ` Eli Zaretskii
2005-11-08 0:10 ` Michael Snyder
2005-11-16 0:37 ` Stan Shebs
2005-11-18 3:37 Michael Snyder
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=436FE999.1000801@cisco.com \
--to=michsnyd@cisco.com \
--cc=drow@false.org \
--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