Hello we are using the xenomai-forge mercury core together with the pSOS interface.
We observe following issue: we have 3 tasks at different priorities (see test code attached). The task with the middle priority is running forever (while (1)). The higest prio task is responsible cleaning up the 2 other tasks. If the middle prio task is deleted first, followed by the low prio, it works. If the low prio task is deleted first, the high prio task just blocks on the delete and the system hangs in that phase. My assumption is that this is a bug in the delete functionality. Is this a known issue? Ronny -------------- next part -------------- A non-text attachment was scrubbed... Name: task_hang.c Type: text/x-csrc Size: 1645 bytes Desc: not available URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20150430/aa0c3e0f/attachment.c> _______________________________________________ Xenomai mailing list [email protected] http://www.xenomai.org/mailman/listinfo/xenomai
