Hello all I write a rt-process where a task created with rt_task_init and rt_make_periodic call to rt_task_delete for delete itself, void writer(int parameter){ ... rt_task_delete(&writer_task) return ; } init_module(){ ... rt_task_init(&writer_task, &writer, parameter, 4000, 4); now=rt_get_time(); rt_task_make_periodic(&writer_task, now, INTERVAL); ... } this works on rt-linux0.6_2.0.33 and the task was deleted, but on rt-linux0.9J_2.0.36 the task was not deleted and i have a segmentation fault. This procedure is valid on rt_linux? I need to use another version ? Thanks a lot Juan Jaime Romero
begin:vcard n:Romero;Juan Jaime tel;fax:+57-67444826 tel;home:+57-67467273 tel;work:+57-67444829 x-mozilla-html:FALSE url:http://www.insitel.com org:Insitel Ltda;Research & Development adr:;;Calle 21 No 16-46 Of 705;Armenia;Quindio;111;Colombia version:2.1 email;internet:[EMAIL PROTECTED] title:Electronic Eng note;quoted-printable:Actualamente en:=0D=0ASantiago de Cali=0D=0ACalle 72 No 11-46=0D=0ABloque 4 Apto 502=0D=0A+57-23312632=0D=0A+57-23339849 x-mozilla-cpt:;-26736 fn:Juan Jaime Romero end:vcard