From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <482AF879.9080106@domain.hid> Date: Wed, 14 May 2008 16:34:33 +0200 From: =?ISO-8859-1?Q?St=E9phane_ANCELOT?= MIME-Version: 1.0 References: <48299843.7090307@domain.hid> <2ff1a98a0805130731o5a78e490s77131ee48ee3b741@domain.hid> <482A9E3E.7040608@domain.hid> <2ff1a98a0805140157q65ed8014k6725fc7f0b3a8f64@domain.hid> <482ADEE6.8080403@domain.hid> <2ff1a98a0805140550p754de215l4ee6ea9f20c19e8e@domain.hid> In-Reply-To: <2ff1a98a0805140550p754de215l4ee6ea9f20c19e8e@domain.hid> Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] v2.4.3 bug with system() call [FIXED] List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: xenomai-help Gilles Chanteperdrix a écrit :
On Wed, May 14, 2008 at 2:45 PM, Stéphane ANCELOT <sancelot@domain.hid> wrote:
  

 Gilles Chanteperdrix a écrit :
 On Wed, May 14, 2008 at 10:09 AM, Stéphane ANCELOT <sancelot@domain.hid>
wrote:


 Gilles Chanteperdrix a écrit :

 On Tue, May 13, 2008 at 3:31 PM, Stéphane ANCELOT <sancelot@domain.hid> wrote:


 Hi,
 Using the v2.4.3 +kernel 2.6.24.7 I used the system("touch /tmp/xxx_ok")
 call in a non realtime init context.

 The task is only used to allocate some memory heaps.

 I setted up some memory debugging features in the kernel :
 CONFIG_DEBUG_KERNEL=y
 CONFIG_DEBUG_SLAB=y
 CONFIG_DEBUG_SLAB_LEAK=y
 CONFIG_DEBUG_BUGVERBOSE=y
 CONFIG_DEBUG_VM=y
 CONFIG_FORCED_INLINING=y
 CONFIG_EARLY_PRINTK=y
 CONFIG_DEBUG_PAGEALLOC=y

 This was not happening with v2.4.2 although that the kernel debugging
 flags were not "on"

 It would be nice if you could try the v2.4.2 with debugging options
on, to know if it is a regression or not.


 No time left, going back on v2.4.2. However, I have exactly the same
problem, if I use the fork() call inside a program.

 Have you tried Jan fix ?


 Sorry, for the last post, I tried again the xeno kernel ...which Jan fix to
use?
    

That one:
https://mail.gna.org/public/xenomai-help/2008-05/msg00087.html

  
Thanks , fixed with the patch
steph