Erwin,

You certainly must be right but how do you explain that crashes can
occure at any time, especially before starting the clean_up phase ?

Sebastien

Erwin Rol a ecrit :

> Sebastien GAUME wrote:
> >
> > void cleanup_module(void)
> > {
> >    // destruction de la FIFO
> >    rtf_destroy(NUM_FIFO);
> >
> >    // effacement des taches
> >    pthread_delete_np(tache1);
> > }
>
> You delete the FIFO before you delete the task, i can imagine that
> depended
> on where the task is currently executing it will access the already
> delete
> FIFO.
>
> - Erwin
> -- [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/
-- [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/

Reply via email to