Chandan U commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5491#note_143089 When I traced the log's of only smp tests, I found 1st failed file smp01.c which failed with "assertion \\"\_Chain_Is_node_off_chain( &the_semaphore-\>Object.Node)\\" pointing failed: file \\"../../../cpukit/include/rtems/rtems/semimpl.h\\", line 85, function: \_Semaphore_Get_flags" {width="544" height="600"} Then there i found that semaphore by design stores it's flag in prev pointer , and since the MR !871 made \_Chain_Is_node_off_chain() stricter by asserting if prev==null , it was throwing assertion failure. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5491#note_143089 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
