public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* Re: [SCM]  master: Always handle terminated events.
       [not found] <20080318024714.22518.qmail@sourceware.org>
@ 2008-03-18 12:17 ` Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2008-03-18 12:17 UTC (permalink / raw)
  To: frysk; +Cc: Andrew Cagney

Hi Andrew,

On Tue, 2008-03-18 at 02:47 +0000, cagney@sourceware.org wrote:
> commit dce689bb1f007f71609d223f8640332591297c8d
> Author: Andrew Cagney <cagney@redhat.com>
> Date:   Mon Mar 17 22:45:05 2008 -0400
> 
>     Always handle terminated events.
>     
>     frysk-core/frysk/proc/ChangeLog
>     2008-03-17  Andrew Cagney  <cagney@redhat.com>
>     
>     	* TestTaskObserver.java (attachDieingTask(int,boolean)): Do not
>     	check attached count.
>     
>     frysk-core/frysk/proc/live/ChangeLog
>     2008-03-17  Andrew Cagney  <cagney@redhat.com>
>     
>     	* LinuxPtraceTaskState.java (getDestroyed): Delete.
>     	(handleDisappearedEvent(LinuxPtraceTask)): Delete.
>     	(handleTerminatedEvent(LinuxPtraceTask,Signal,int)): Make
>     	abstract; implement in all sub-classes.
>     	* LinuxPtraceTask.java (processClonedEvent(LinuxPtraceTask)):
>     	Catch Errno.Esrch.
>     
>     frysk-sys/frysk/rsl/ChangeLog
>     2008-03-17  Andrew Cagney  <cagney@redhat.com>
>     
>     	* Log.java (log(String,Object,String,Object,String,int)): New.

This is an interesting hack to get around some of the nasty terminated
process corner cases. But a couple of questions.

Why don't you push the event on the queue? Currently you need to disable
some double state transition sanity checks because you are directly
calling handle event methods directly.

And what if one of the event handlers already processes an Errno itself
so you won't see it?

Cheers,

Mark

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-18 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20080318024714.22518.qmail@sourceware.org>
2008-03-18 12:17 ` [SCM] master: Always handle terminated events Mark Wielaard

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).