AROS icon indicating copy to clipboard operation
AROS copied to clipboard

Stacksnoop nonsense output

Open mattrust opened this issue 6 years ago • 2 comments

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:

  1. open a Shell
  2. enter "stacksnoop"
  3. view the result

Expected behavior A list of the used stack should be printed

Screenshots stacksnoop_error

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.

mattrust avatar Jan 26 '20 04:01 mattrust

Reason is the function VNewRawDoFmt() which treats %d as WORD

mattrust avatar Jan 27 '20 21:01 mattrust

Problem still exists on 2022-07-07.

mattrust avatar Jul 07 '22 19:07 mattrust