Ticket #138 (new Bug)

Opened 11 years ago

Last modified 7 years ago

Project with several components problem

Reported by: jlegrand Owned by:
Priority: major Milestone: Unknown
Component: framework Version:
Keywords: Cc:

Description

In the following example, a limit constraint is raised in line 300 of scheduler.adb

procedure processor_Initialization

...

Si.Number_Of_Tasks := Si.Number_Of_Tasks + 1;

...

In the project file, there 123 tasks. For the first processor, the incremental operation is performed 123 times. It should not be the case : it is a per processor initialization and 123 is the total number of tasks, not the number of task assign to the first processor. For the second, the total outsizes the limit of task number (200 by default).

Attachments

aadlinspectorCheddar.xmlv3 (130.9 KB) - added by jlegrand 11 years ago.

Change History

Changed 11 years ago by jlegrand

comment:1 Changed 10 years ago by jlegrand

  • Milestone set to 3.0

comment:2 Changed 10 years ago by jlegrand

  • Milestone changed from 3.0 to Cheddar Kernel 3.0.2

comment:3 Changed 7 years ago by singhoff

  • Milestone changed from Cheddar 3.1 to Unknown
Note: See TracTickets for help on using tickets.