Ticket #149 (closed Bug: fixed)
bug in scheduling simulation with aperiodic tasks
Reported by: | jlegrand | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 3.0 |
Component: | framework | Version: | |
Keywords: | Cc: |
Description (last modified by jlegrand) (diff)
When i launch the simulation with a project which contains 3 processor/core and each one contains 3 aperiodic task, the following error is raised :
CONSTRAINT_ERRORscheduler-dynamic_priority-edf.adb:98 tag check failed
The corresponding code :
96 Dynamic_Priority_Tcb_Ptr (Si.Tcbs (i)).Dynamic_Deadline := 97 Si.Tcbs (i).wake_up_time + 98 Periodic_Task_Ptr (Si.Tcbs (i).Tsk).deadline;
Indeed, i only have aperiodic tasks and the task is forced to be a periodic one.
Feature or bug?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.