All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Roberto Bielli <roberto.bielli@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] rt_task_delete doesn't work
Date: Thu, 09 Jun 2011 19:53:24 +0200	[thread overview]
Message-ID: <4DF10894.2050306@domain.hid> (raw)
In-Reply-To: <4DF0F82C.1010509@domain.hid>

On 06/09/2011 06:43 PM, Roberto Bielli wrote:
> Hi,
> 
> the function rt_task_delete goes in segmentation fault.
> 
> this is the environment:
> 
> - kernel 2.6.31.8 arm marvell (test custom porting)
> - xenomai 2.5.5.1

Have you tried xenomai 2.5.6 ?

> 
> - the code:
> int main (int argc, char *argv[])
> {
>      //    Porta di comunicazione
>      int s;
>      RT_TASK pippo;
>      int err;
> 
>      mlockall(MCL_CURRENT|MCL_FUTURE);
> 
>      // gestione signal handler
>      struct sigaction sa;
>      sa.sa_sigaction = (void *)sigHandler;
>      sigemptyset (&sa.sa_mask);
>      sa.sa_flags = SA_SIGINFO;
> 
>      sigaction(SIGTERM, &sa, NULL);
>      sigaction(SIGINT, &sa, NULL);
>      sigaction(SIGPIPE, &sa, NULL);
>      sigaction(SIGFPE, &sa, NULL);
>      sigaction(SIGSEGV, &sa, NULL);
> 
>      PrintTimeMex( TRUE,RT_VERSION"\n" );
> 
>      unlink( LOGEXT_FILE );
> 
> 
>      err = rt_task_create( &pippo, "pippo", 0x2000, 20, T_FPU );

Have you tried checking rt_task_create return value?

>      err = rt_task_delete( &pippo );
> ...
> ...
> ...
> 
> 
> 
> Can anyone help me ?
> 
> Thanks for all
> 
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
> 


-- 
                                                                Gilles.


      reply	other threads:[~2011-06-09 17:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09 16:43 [Xenomai-core] rt_task_delete doesn't work Roberto Bielli
2011-06-09 17:53 ` Gilles Chanteperdrix [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=4DF10894.2050306@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=roberto.bielli@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.