I have some long term results: > >> >> PS: Meanwhile I found another mutex, which was deleted immediately >> after creation, but commonly used later. > > >Well, yes, that could cause such issues. Could you try setting >mutex->fastlock to NULL in rt_mutex_delete? >
Usage of deleted mutex was really the real cause of the error. It influenced other mutex(es) as well. Setting of the mutex->synch_base.fastlock to NULL in rt_mutex_delete was also proper workaround. Petr _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
