From: Sebastian Smolorz <smolorz@domain.hid>
To: Karl Reichert <Karl-Trampe@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] error creating a task with rt_task_spawn
Date: Tue, 24 Jun 2008 15:16:21 +0200 [thread overview]
Message-ID: <4860F3A5.6060706@domain.hid> (raw)
In-Reply-To: <20080624130059.114820@domain.hid>
Karl Reichert wrote:
> Yes, you are right. My fault ...
>
> But after modifying, when I run this program, the computer locks.
> I can move the mouse and even mouve the windows (Xfree), but I can
> neither close the window, click any buttons nor enter anything in
> the terminal-window.
>
> Any ideas?
Your RT task looks as follows:
> void rx_task(void *cookie)
> {
> j=0;
> j++;
> while(1);
> }
An endless loop in an RT task ... no good idea.
--
Sebastian
prev parent reply other threads:[~2008-06-24 13:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-24 12:36 [Xenomai-help] error creating a task with rt_task_spawn Karl Reichert
2008-06-24 12:50 ` Sebastian Smolorz
2008-06-24 13:00 ` Karl Reichert
2008-06-24 13:16 ` Sebastian Smolorz [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=4860F3A5.6060706@domain.hid \
--to=smolorz@domain.hid \
--cc=Karl-Trampe@domain.hid \
--cc=xenomai@xenomai.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 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.