[comp.sys.amiga] How to get stack size ?

nix@tolsun.oulu.fi (Tero Manninen) (10/09/89)

The subject says it, but I really have problems getting the correct
stack size of any CLI process.  So far I have tried to take the size
from Process structure pr_StackSize, but that doesn't gime same numbers
that Status gives to me.
Now I have QRT raytracer running on background and its stack is 60000
bytes, still pr_StackSize shows 4000 bytes !
If I take the size from Task structure tc_SPUpper - tc_SPLower the
answer is same..
I don't know if it matters that I use ARP Shell..

What am I doing wrong ?

++Tero