https://www.rtems.org/bugzilla/show_bug.cgi?id=2183

             Bug #: 2183
           Summary: Thread migration is broken on SMP
    Classification: Unclassified
           Product: RTEMS
           Version: 4.11
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cpukit
        AssignedTo: [email protected]
        ReportedBy: [email protected]


See test case test_double_migration() in smptests/smpmigration02.

The Context_Control::is_executing indicator is insufficient to track double
thread migration requests.  It should be possible to replace it with a
generation count.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to