[Bug 2069] [CBS Scheduler] Memory leak and enqueue problem

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon Jun 18 14:35:51 UTC 2012


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

--- Comment #5 from Andreas Heinig <andreas.heinig at cs.tu-dortmund.de> 2012-06-18 09:35:51 CDT ---
Created attachment 1480
  --> https://www.rtems.org/bugzilla/attachment.cgi?id=1480
Priority fix - dirty hack !!

Problem 2:
=========

Due to the usage of EDF, the priority of the task has the MSB set to '1'.
However, "_Thread_queue_Enqueue_priority" can no handle this priority.
Therefore I mask out the upper bits within the patch.

!! However !!, I strongly believe that this is wrong. The problem must reside
somewhere else where the priorities are dynamically calculated for the specific
task.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list