From: Albert H. <alb...@gm...> - 2005-04-24 15:23:25
|
Daniel Thompson <daniel <at> redfelineninja.org.uk> writes: > I wasn't running with pre-emption however I have updated to the CVS > version since it appears to have quite a lot of changes compared to the > one I was using. > > Unfortunately I am still seeing a crash when the 'cube starts to swap a > little. Could you please post your .config and describe a bit when the crash happens? (do you run an ntpd deamon, or something?) From your traces, the crash seems to have nothing to do with swap, but with the rtc code. It gets called from interrupt context, something that the rtc driver currently does not support (it does not protect the select/deselect region). I would like to be able to get enough information about your environment to reproduce your crash in my system. Cheers, Albert |