From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <52CB232C.1050009@xenomai.org> Date: Mon, 06 Jan 2014 22:42:04 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <52C7CF1E.2050404@xenomai.org> <52C85088.7020501@xenomai.org> <52C86093.4000609@xenomai.org> <52C891C1.2090007@xenomai.org> <52C949D6.6090904@xenomai.org> <52C9B255.7030702@xenomai.org> <52CA622D.806@xenomai.org> <52CB0B6A.8080405@xenomai.org> <52CB1F67.1080909@xenomai.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] rtdm_task_init call freezes the system List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nima Nourozi Cc: xenomai@xenomai.org On 01/06/2014 10:40 PM, Nima Nourozi wrote: > [] (do_undefinstr+0x0/0x1f0) from [] > (__und_svc+0x54/0x80) The problem is do_undefinstr, which usually indicates a bug whether intentional (using the BUG macro) or not. The rest are false positive due to the debug checks happening during the handling of this bug. -- Gilles.