MPS issue job003440

Titleamcss test failure
Statusclosed
Priorityessential
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionThe amcss test case fails in the COOL variety. Here's it failing on OS X (xci6ll):

    $ code/xc/Debug/amcss 36026677
    {
      Collection 17 started. Because:
        Need to start full collection now, or there won't be enough memory (ArenaAvail) to complete it.
        clock: 1334045
    90455 objects (mps_collections says: 17)
    0x1003eb8c8 is in the arena
    0x1004b7790 is in the arena
    0x100395714 is in the arena
    0x1004c5498 is in the arena
    0x1003f3f12 is in the arena
    0x1004bd77d is in the arena
    ...
    MPS_RESERVE_BLOCK: 7
AnalysisThis is the same as job003432 (the offending code was copied from amcss.c to amcsshe.c), so I applied the same fix.
How foundautomated_test
EvidenceNone.
Created byGareth Rees
Created on2013-03-12 14:31:03
Last modified byGareth Rees
Last modified on2013-03-12 15:15:57
History2013-03-12 GDR Created.

Fixes

Change Effect Date User Description
181122 closed 2013-03-12 15:15:57 Gareth Rees Comment out all calls to mps_arena_commit_limit_set in test case amcsshe. (This test case formerly set the commit limit "in the hope of getting one dynamic collection", but this was unreliable: see job003440 for details.)