Title | amcss test failure |
Status | closed |
Priority | essential |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | The 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 |
Analysis | This is the same as job003432 (the offending code was copied from amcss.c to amcsshe.c), so I applied the same fix. |
How found | automated_test |
Evidence | None. |
Created by | Gareth Rees |
Created on | 2013-03-12 14:31:03 |
Last modified by | Gareth Rees |
Last modified on | 2013-03-12 15:15:57 |
History | 2013-03-12 GDR Created. |
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.) |