RTEMS | SMP with RTEMS_DEBUG requires a schedular (#5264)
Chris Johns (@chris)
gitlab at rtems.org
Tue Jun 10 05:29:54 UTC 2025
Chris Johns created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5264
## Summary
SMP builds for the Microzed require setting `CONFIGURE_SCHEDULER_EDF_SMP` in `init.c` to avoid a runtime error (assert). The code should not cause the error. It can be avoided by adding a default scheduler type. The error does not happen when `RTEMS_DEBUG` is not defined.
There are two problems:
* Assert only when debug is enabled when it is not a problem without. This implies an SMP bug.
* Needing a configure item
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5264
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250610/d835171e/attachment.htm>
More information about the bugs
mailing list