MPS issue job004046

TitleAssertion failure in ananmv
Statusclosed
Priorityoptional
Assigned userGareth Rees
OrganizationRavenbrook
Description$ nmake /f ananmv.nmk testansi
[...]
Running abqtest
.\span.c:23: MPS ASSERTION FAILED: depth == 0
AnalysisStackProbeDEPTH is set to 500 whenever MPS_OS_W3 is defined. But it should be set to 0 if CONFIG_PF_ANSI is defined.
How foundautomated_test
EvidenceSee Description.
Created byGareth Rees
Created on2016-09-14 09:57:38
Last modified byGareth Rees
Last modified on2016-09-14 13:03:27
History2016-09-14 GDR Created.

Fixes

Change Effect Date User Description
192393 closed 2016-09-14 13:03:27 Gareth Rees Don't set StackProbeDEPTH to 500 if CONFIG_PF_ANSI is defined -- this leads to an assertion failure in span.c.