From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Mathieu JOINIE-MAURIN <mjoiniem@domain.hid>,
Xenomai help <xenomai@xenomai.org>
Subject: Re: [Xenomai-help] Re : Re : Problem with Xeno-test: "Something died a XXX or"
Date: Tue, 10 Feb 2009 18:22:45 +0000 [thread overview]
Message-ID: <4991C5F5.7030807@domain.hid> (raw)
In-Reply-To: <767995.6513.qm@domain.hid>
Mathieu JOINIE-MAURIN wrote:
> Thank you for your help. The thing is that I am really not familiar
> with such scripts. I found somebody who had the same error before on
> https://mail.gna.org/public/xenomai-help/2008-10/msg00034.html
Come on ! Debugging a script is not that hard.
>
> I think I defined good my processor in .config file.
>
> In the script, I found the following code:
>
>
> generate_loads() { jobsct=$1; #if test -z "$1"; then echo Skipping
> generate_loads; return; fi shift 1 if test 0 -eq $withBusybox ; then
> reaper() { echo something died a $! or $* ; sleep 1; } trap reaper
> CHLD trap cleanup_load EXIT # under all exit conditions fi while
> test $jobsct -ge 1; do jobsct=$(($jobsct-1)); mkload
> dd_jobs="$dd_jobs $!" ; done
>
> What is exactly Busy box ? Is it a flag I should have turned off or
> on in the kernel .config file ? I do not really understand the test
> which is made and why I get "Something died a ..." error.
You can find what is busybox with google or wikipedia. And in any case,
you can look in the script to see how this withBusybox variable is set.
Please use the mailing list.
--
Gilles.
next prev parent reply other threads:[~2009-02-10 18:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-10 10:23 [Xenomai-help] Problem with Xeno-test: "Something died a XXX or" Mathieu JOINIE-MAURIN
2009-02-10 11:01 ` Gilles Chanteperdrix
2009-02-10 11:08 ` [Xenomai-help] Re : " Mathieu JOINIE-MAURIN
2009-02-10 13:02 ` Gilles Chanteperdrix
[not found] ` <767995.6513.qm@domain.hid>
2009-02-10 18:22 ` Gilles Chanteperdrix [this message]
2010-02-02 16:21 ` [Xenomai-help] " Brian Zenowich
2010-02-02 16:27 ` Gilles Chanteperdrix
2010-02-02 16:30 ` 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=4991C5F5.7030807@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=mjoiniem@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.