From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 19 Oct 2007 12:09:03 +0200 From: "Axel Beierlein" Content-Type: text/plain; format="flowed"; delsp="yes"; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: Subject: [Xenomai-help] array declaration of double values causes seg faults List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Xenomai-help@domain.hid" Hello, i try to use a simple function inside of an RT-Task in Userspace. Inside of this function i only declare three array´s of doubles with 5000 values in it. When i run the program a seg fault was shown. When i replace the array declaration with an printf the seg fault is away. Do i have memory limitations inside of an RT-Task? I use Xeno 2.3.1 with an 2.4.25 Kernel Axel