Sameer Srivastava commented: https://gitlab.rtems.org/groups/rtems/-/work_items/22#note_129556 Update on `_thread` problems: I was able to fix the issue I describe above by passing `RTEMS_TIMESLICE` during Task creation, configuring `TICKS_PER_TIMESLICE` and adding a `rtems_task_wake_after(0)` to yield when new (MicroPython) threads are created. There are now **25 passing tests out of 39 total for threads**. The thread and lock lifecycle is working now and most of the failing tests seem to be related to stack overflows and QSTR related errors. I have updated the tests [issue](https://gitlab.rtems.org/l1zard/micropython/-/issues/1#note_129555) with my observations. -- View it on GitLab: https://gitlab.rtems.org/groups/rtems/-/work_items/22#note_129556 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
