All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Yigal Goldberger <yigal_gold@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] signaling to a thread waiting on an event in the kernel
Date: Mon, 28 Dec 2009 15:52:20 +0100	[thread overview]
Message-ID: <1262011940.19080.334.camel@domain.hid> (raw)
In-Reply-To: <352932.35036.qm@domain.hid>

On Mon, 2009-12-28 at 01:59 -0800, Yigal Goldberger wrote:
> Hi,
> 
> I want to have the ability to restart a process at all times.
> I have a situation where a thread is waiting on an event in the kernel with : 
> rtdm_event_timedwait(&args,0,NULL)

>   - infinite wait (I need this infinite wait ...) 
> 
> and I cannot restart it with  :
> 
> kill(Pid,SIGTERM) .
> 
> from a different process .
> 
> Suggestions are most welcome.
> 

Please be more specific:

- what happens when SIGTERM is sent, exactly? does your app hang on the
RTDM syscall invoking rtdm_event_timedwait() from your driver, or does
the entire system lock up badly?
- did you check whether rtdm_event_timedwait() returned with an error
code, such as -EINTR?
- which platform, whick kernel release, which Xenomai release are you
running?

Btw, rtdm_event_wait(&event) is a shorthand for
rtdm_event_timedwait(&event,0,NULL).

> Yigal Goldberger.
> 
> 
> 
> 
>       
> 
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help


-- 
Philippe.




      reply	other threads:[~2009-12-28 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-28  9:59 [Xenomai-help] signaling to a thread waiting on an event in the kernel Yigal Goldberger
2009-12-28 14:52 ` Philippe Gerum [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=1262011940.19080.334.camel@domain.hid \
    --to=rpm@xenomai.org \
    --cc=xenomai@xenomai.org \
    --cc=yigal_gold@domain.hid \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.