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

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Mon Jun 18 14:22:45 UTC 2012


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

--- Comment #1 from Andreas Heinig <andreas.heinig at cs.tu-dortmund.de> 2012-06-18 09:22:45 CDT ---
Created attachment 1478
  --> https://www.rtems.org/bugzilla/attachment.cgi?id=1478
Correctly initialize EDF and CBS per-threas structure

Problem (1):
============

Due to the fact that CBS extends the EDF scheduler, most parts of EDF are
reused. One part is the allocation of the per-thread data. However, the CBS
per-thread structure defines a further element (while including the rest of
Scheduler_EDF_Per_thread)

I have attached a patch which solves this problem

(Draw-back 4 byte more for simple EDF schedules)

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