Hi Sascha, On 21 Feb 2002, at 18:29, Jean-Sacha Melon wrote: > Hello, > another small question (thanks for all the answers on my questions): > I get an error message in the kernel log that looks like this > > Feb 21 19:48:36 diogenes kernel: Unable to handle kernel paging requestFrequency >:10000 > [...]
The error message means in simple words, that the kernel was for some reasons not able to access the demanded memory address. In most cases this is caused by faults in kernel modules, typically writing over the end of an array or something similar. Does the error occur, when loading or unloading your realtime task? In that case I would suggest, that you have a careful look on your program and check, if it causes no memory faults. I had a similar problem a couple of months ago and it took me, since I'm not a kernel hacking guru, quite a long time to locate the faults exactly. Have a lot of fun A. Linder Dipl.-Ing. Arne Linder Labor fuer elektrische Maschinen und Antriebe Fachbereich 13 Bergische Universitaet - Gesamthochschule Wuppertal D-42097 Wuppertal e-mail: [EMAIL PROTECTED] -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/