Ticket #149 (new Bug) — at Initial Version

Opened 9 years ago

Last modified 9 years ago

bug in scheduling simulation with aperiodic tasks

Reported by: jlegrand Owned by:
Priority: minor Milestone: 3.0
Component: framework Version:
Keywords: Cc:

Description

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 :

Dynamic_Priority_Tcb_Ptr (Si.Tcbs (i)).Dynamic_Deadline  :=
              Si.Tcbs (i).wake_up_time +
              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?

Change History

Changed 9 years ago by jlegrand

Note: See TracTickets for help on using tickets.