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

--- Comment #2 from Sebastian Huber <[email protected]> 
2014-06-24 08:38:32 CDT ---
I found this problem during code review and wrote this test case.  I guess its
quite hard to write a reliable test case without the usage of
_Thread_Dispatch_disable()/_Thread_Dispatch_enable() since the time frame for
this bug is very small.

Do you really see a situation in your tests in which a processor loops
infinitely on the Context_Control::is_executing indicator?

We need some sort of ordering for the thread dispatch requests so that outdated
heirs can be detected.

-- 
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