Title | Varargs interface to SNC broken |
Status | closed |
Priority | essential |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | MMQA test function/147 [1] fails with this assertion: arg.c:173: MPS ASSERTION FAILED: unreachable code |
Analysis | SNCPoolClass->varargs is ArgTrivVarargs, but SNC requires a Format. (The code will be identical to LOVarargs.) |
How found | automated_test |
Evidence | [1] http://www.ravenbrook.com/project/mps/master/test/function/147.c |
Created by | Gareth Rees |
Created on | 2013-05-25 22:46:18 |
Last modified by | Gareth Rees |
Last modified on | 2013-05-27 14:02:53 |
History | 2013-05-25 GDR Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
182256 | closed | 2013-05-27 10:14:38 | Gareth Rees | SNC requires a Format, so it needs a varargs decoder. |