[NSKIP013] 32-bit arg numbering garbled
Skip message
NSKIP013: 32-bit arg numbering garbled
Root cause
TypeError messages on Nanvix show garbled argument position numbers (e.g.,
argument 1 must be str appears with wrong numbers). Likely a printf
format string issue with 32-bit %d vs %ld mismatch.
Finding the footprint
Parent
Tracked in #371.
[NSKIP013] 32-bit arg numbering garbled
Skip message
Root cause
TypeErrormessages on Nanvix show garbled argument position numbers (e.g.,argument 1 must be strappears with wrong numbers). Likely aprintfformat string issue with 32-bit
%dvs%ldmismatch.Finding the footprint
Parent
Tracked in #371.