AROS
AROS copied to clipboard
Stacksnoop nonsense output
Describe the bug C:StackSnoop prints for each Task a negative stack size and then "needs more stack"
To Reproduce Steps to reproduce the behavior:
- open a Shell
- enter "stacksnoop"
- view the result
Expected behavior A list of the used stack should be printed
Screenshots

Architecture
- linux (hosted)
not yet tested:
- Amiga (including UAE, Vampire cards)
- pc (native)
- Raspberry Pi
- mingw
- darwin
- other:
CPU
- x86_64
not yet tested:
- i386
- m68k
- arm
- ppc
- other:
Version ABI WIP, current (2020-01-26)
Additional context Add any other context about the problem here.
Reason is the function VNewRawDoFmt() which treats %d as WORD
Problem still exists on 2022-07-07.