Title | Assertion failure in ananmv |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | $ nmake /f ananmv.nmk testansi [...] Running abqtest .\span.c:23: MPS ASSERTION FAILED: depth == 0 |
Analysis | StackProbeDEPTH is set to 500 whenever MPS_OS_W3 is defined. But it should be set to 0 if CONFIG_PF_ANSI is defined. |
How found | automated_test |
Evidence | See Description. |
Created by | Gareth Rees |
Created on | 2016-09-14 09:57:38 |
Last modified by | Gareth Rees |
Last modified on | 2016-09-14 13:03:27 |
History | 2016-09-14 GDR Created. |
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. |