From: Travis Stratman <tstratman@domain.hid>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] rt_mutex created prior to main causes board to freeze?
Date: Fri, 14 May 2010 17:17:06 -0500 [thread overview]
Message-ID: <1273875426.6334.461.camel@domain.hid> (raw)
In-Reply-To: <4BEDC668.40708@domain.hid>
> > Using strace I was able to determine that the first statements in main()
> > were not even reached. The strace output would generally stop on access
> > to /dev/rtheap or rt_sigaction(SIGXCPU...). My suspicion was the global
> > object instantiation calling rt_mutex_create().
>
> I would suspect an issue with the fast mutexes, since they require a
> shared heap to have been mapped prior to the mutex creation. But if you
> say you saw the same issue on 2.4.8, it must be something completely
> different. I will try and reproduce the issue ASAP.
>
Thanks! Come to think of it I don't recall ever seeing access to rtheap
on the 2.4.8 traces, just the rt_sigaction. BTW the code is being
cross-compiled using gcc-4.2.4 arm-linux-gnueabi-g++ with -march=armv5te
-mtune=arm926ej-s flags. Let me know what else I can provide that will
be helpful.
-Travis
next prev parent reply other threads:[~2010-05-14 22:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-14 16:00 [Xenomai-help] rt_mutex created prior to main causes board to freeze? Sherk Chung
2010-05-14 16:42 ` Gilles Chanteperdrix
2010-05-14 16:44 ` Gilles Chanteperdrix
2010-05-14 19:40 ` Travis Stratman
2010-05-14 21:53 ` Gilles Chanteperdrix
2010-05-14 22:17 ` Travis Stratman [this message]
2010-05-14 23:37 ` Travis Stratman
2010-05-16 15:43 ` Gilles Chanteperdrix
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=1273875426.6334.461.camel@domain.hid \
--to=tstratman@domain.hid \
--cc=gilles.chanteperdrix@xenomai.org \
--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.