<div dir="ltr">Hi,<br><div><br></div><div>I am debugging tm19 running on Strong APA scheduler. It gives the following error:</div>rtems_signal_catch FAILED -- expected (RTEMS_SUCCESSFUL) got (RTEMS_NOT_IMPLEMENTED)<br><div><br></div><div>which is due to line <a href="https://git.rtems.org/rtems/tree/testsuites/tmtests/tm19/task1.c#n167">167</a>. This arises because the variable is_non_preempt_mode_supported in _Scheduler_Control of SMP Strong APA scheduler is set to false. </div><div><br></div><div>On further checking, I can see that almost all the SMP schedulers have this variable set as false in cpukit/include/rtems/scheduler.h. Please let me know why this is the case. What would I need to do to support non preempt tasks in the Strong APA scheduler?</div></div>