Sebastian Huber started a new discussion on cpukit/libtest/tx-support.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1253#note_151642 > sc = rtems_task_create( > name, > priority, > - TEST_MINIMUM_STACK_SIZE, > + RTEMS_MINIMUM_STACK_SIZE, The TEST_MINIMUM_STACK_SIZE is important to get results for the coverage build. The coverage build is done with optimization disabled, so a lot more stack space is used. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1253#note_151642 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
