From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4F5A3E40.4060803@domain.hid> Date: Fri, 09 Mar 2012 18:30:40 +0100 From: Michael Heuer MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] find segmentation fault in real-time-task List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hi guys, I'm posting the first time and i hope you can help me. At the moment i have a segmentation fault in the real-time part of my program (task created with rt_task_create, Xenomai 2.5.6). Is there a way to register an signal to print the call-stack? If its in the non real-time part the signal is raised and i get my information but in the real-time part i just get an Segmentation fault in the shell... Or how can i determine at which position the error occurs? Thanks in advance Michael