Hi For my project, an in-memory query processor I have defined and initialized about 100 tasks in RTLinux v1.2. The goal is to get querries through the realtime network and process them. So each out side query will run as a task. After each task gets executed through rt_schedule, I do not want to delete the structure since I need it for the next query. When the next query arrives, I refill SOME fields of the task structure: (deadlines and resume time). But it seems that I am unable to refill the task. Each time I get a page fault and segmentation fault, at the time of context switching the refilled task... and at the end I endup not being able to rmmod rt_edf_sched.o I have changed my design, been debugging this for more than 2 weeks, but every time get to this point... Any ideas?!!! best regards, maryam -- [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/rtlinux/
