Ticket #138 (new Bug)
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
Change History
Note: See
TracTickets for help on using
tickets.