Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCrash and semaphores
Hi, when I make three tasks synchronized by semaphores (the tasks do nothing, they only make a Post and then a Pend to pass the control each other), after a number of iterations (this number i...
Altera_Forum
Honored Contributor
15 years agoNobody had the same problem? I don't understand why the program crashes, it make nothing, there are only three tasks and each launches the other between semaphores: task A launches task B that launches task C that launches task A, and so on. After 107 iterations, the program crashes!