public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Phil Muldoon <pmuldoon@redhat.com>
Cc: Frysk List <frysk@sourceware.org>
Subject: Re: Status report
Date: Wed, 21 Feb 2007 14:55:00 -0000	[thread overview]
Message-ID: <45DC5D51.3000209@redhat.com> (raw)
In-Reply-To: <1172066082.3457.72.camel@dijkstra.wildebeest.org>

Mark Wielaard wrote:
> Hi,
>
> Since there is so much talk about how to better coordinate and because I
> actually don't like (long) phone meetings for status tracking, here are
> some things I have recently been working on, some things that still need
> some work, but that I am not currently working on and my current
> priorities.
>   

Good idea, here are mine:

- Static core file analysis. I'm writing LinuxCore{Host|Proc|Task} and 
the corresponding state machines for each of the 
LinuxLinuxCore{Host|Proc|Task}State.  The challenge here is to construct 
a peer system to LinuxPtrace like Procs and Tasks. This will be simpler, 
but will cover a lot of ground.

- In doing above, writing up a note reader to read notes from core files 
to construct the proc/tasks. I thought I had this done, but I made the 
mistake that the core file architecture has to be decided on runtime, 
not via defines, in the case of looking at a x86 core file on a PPC32 
machine. Investigating the ebl function pointer routines in elf-utils 
for this.

- Writing up a the relative interfaces to translate memory accesses the 
Task and converting them to the file offset reads in the core file.

- Looking at how to fail on operations that ptrace tasks does "ie step" 
that core file tasks cannot do. Ignore and eat the call? Throw an 
unchecked exception?

- Investigating whey Procs/Tasks need to know so much about their 
initial starting states. Tasks are worse here by a larger magnitude. 
Right now Task.java sets ptrace states which is given Task,java 
information beyond its scope.

- Briefly looked at ktrace/kdump

Regards

Phil


      reply	other threads:[~2007-02-21 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-21 13:54 Mark Wielaard
2007-02-21 14:55 ` Phil Muldoon [this message]

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=45DC5D51.3000209@redhat.com \
    --to=pmuldoon@redhat.com \
    --cc=frysk@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).