From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Henri Roosen <henriroosen@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Pagefaults during mlocked Realtime task
Date: Mon, 17 Aug 2009 14:47:37 +0200 [thread overview]
Message-ID: <4A895169.1030905@domain.hid> (raw)
In-Reply-To: <b88603c30908170537u72f789c0y75564389c9bd6c8e@domain.hid>
Henri Roosen wrote:
> We have not much progress tracing the problem so far. But in parallel
> to the tracing we also updated a kernel to the latest xenomai git
> status of the 2.4.8 branch, just to see whether we are not facing
> problems that are solved already.
>
> This version however crashes and dumps its call-stack directly when
> starting the latency test application. Interesting is that it crashes
> at a check that is added recently in xnshadow_harden:
> XENO_BUGON(NUCLEUS, !irqs_disable_hw());
>
> Please find attached the .config
Ok. I will propose a better fix later, but could you check the following
quick fix?
diff --git a/ksrc/arch/arm/Kconfig b/ksrc/arch/arm/Kconfig
index c79fe66..b62a14d 100644
--- a/ksrc/arch/arm/Kconfig
+++ b/ksrc/arch/arm/Kconfig
@@ -10,7 +10,7 @@ depends on XENO_OPT_NUCLEUS
config IPIPE_WANT_PREEMPTIBLE_SWITCH
bool
- default y
+ default n
config XENO_HW_FPU
bool "Enable FPU support"
--
Gilles
next prev parent reply other threads:[~2009-08-17 12:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-28 12:09 [Xenomai-help] Pagefaults during mlocked Realtime task Henri Roosen
2009-07-28 12:20 ` Gilles Chanteperdrix
2009-08-17 12:37 ` Henri Roosen
2009-08-17 12:42 ` Gilles Chanteperdrix
2009-08-17 12:47 ` Gilles Chanteperdrix [this message]
2009-08-17 13:40 ` Henri Roosen
2009-08-17 13:44 ` Gilles Chanteperdrix
2009-08-17 22:55 ` 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=4A895169.1030905@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=henriroosen@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.