From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4EBC3043.7080001@domain.hid> Date: Thu, 10 Nov 2011 21:12:51 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <2AB71B0EA2424A6C953F1BA9E4D51A79@domain.hid> <4EBB9104.2040203@domain.hid> <11B729797A9E4CD7AF3075EF6A450D57@domain.hid> In-Reply-To: <11B729797A9E4CD7AF3075EF6A450D57@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Xenomai test progs segfault List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Terry Fryar Cc: xenomai@xenomai.org On 11/10/2011 09:09 PM, Terry Fryar wrote: > 2.6.0 worked fine with 2.6.38, although I did get this: > > [ 4.900113] WARNING: at kernel/lockdep.c:2321 omap3_pm_idle+0x78/0x84() > [ 4.907076] Modules linked in: > [ 4.910532] [] (unwind_backtrace+0x0/0xe0) from [] > (warn_slowpath_common+0x4c/0x64) > [ 4.920564] [] (warn_slowpath_common+0x4c/0x64) from > [] (warn_slowpath_null+0x18/0x1c) > [ 4.930865] [] (warn_slowpath_null+0x18/0x1c) from [] > (omap3_pm_idle+0x78/0x84) > [ 4.940508] [] (omap3_pm_idle+0x78/0x84) from [] > (cpu_idle+0x6c/0xe4) > [ 4.949116] [] (cpu_idle+0x6c/0xe4) from [] > (start_kernel+0x2b0/0x30c) > [ 4.957941] [] (start_kernel+0x2b0/0x30c) from [<80008034>] > (0x80008034) > > Not sure what's up here, but the xenomai kernel stuff loaded and the xenomai > test programs work just fine now. I'm partially wondering if there were > mis-matched floating point compiler flags involved as well (2.6.0 doesn't > force any flags now). > > Thanks Gilles...your help is MUCH appreciated! You should disable whatever option causes omap3_pm_idle to be called, as this will give bad latencies. -- Gilles.