MPS issue job003722

Titleawlut fails on w3i6pc
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionIn the HOT variety with seed 1396014370 we sometimes (but not always) get the error:

    Strongly unreachable weak table entry found, slot 0.
AnalysisI suspect this is similar to job003436: an ambiguous reference from a register or stack-local variable is keeping this object alive. If we arrange to preserve the first table entry as well as the table, then the test case passes.
How foundautomated_test
EvidenceNone.
Test procedureawlut
Created byGareth Rees
Created on2014-03-28 14:26:15
Last modified byGareth Rees
Last modified on2014-10-20 17:42:46
History2014-03-28 GDR Created.

Fixes

Change Effect Date User Description
185077 closed 2014-03-28 14:27:21 Gareth Rees Preserve the first table entry, so as to avoid false positives when this is kept alive by a register or stack-local variable.