Changes between Initial Version and Version 1 of Ticket #149


Ignore:
Timestamp:
06/05/15 11:20:46 (9 years ago)
Author:
jlegrand
Comment:

Almost same error with test_periodic1.xmlv3 file :

CONSTRAINT_ERRORscheduler-dynamic_priority-edf.adb:96 tag check failed

This time it is on the 96th line!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #149 – Description

    initial v1  
    1010 
    1111{{{ 
    12 Dynamic_Priority_Tcb_Ptr (Si.Tcbs (i)).Dynamic_Deadline  := 
    13               Si.Tcbs (i).wake_up_time + 
    14               Periodic_Task_Ptr (Si.Tcbs (i).Tsk).deadline; 
     1296 Dynamic_Priority_Tcb_Ptr (Si.Tcbs (i)).Dynamic_Deadline  := 
     1397              Si.Tcbs (i).wake_up_time + 
     1498              Periodic_Task_Ptr (Si.Tcbs (i).Tsk).deadline; 
    1515}}} 
    1616 
    1717Indeed, i only have aperiodic tasks and the task is forced to be a periodic one. 
    18  
    1918Feature or bug? 
    2019