Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!ginosko!usc!bloom-beacon!eru!luth!sunic!tut!oulu!nix From: nix@tolsun.oulu.fi (Tero Manninen) Newsgroups: comp.sys.amiga Subject: How to get stack size ? Keywords: stack cli process Message-ID: <839@tolsun.oulu.fi> Date: 8 Oct 89 20:30:26 GMT Reply-To: nix@tolsun.UUCP (Tero Manninen) Organization: University of Oulu, Finland Lines: 13 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