stack size

  1. J

    Solved What happens when Stack Size full?

    Hi, everyone. I have a question about stack size. I have a system that has 512m of stack size. user@myhost:/ % ulimit -a | grep stack stack size (kbytes, -s) 524288 What happens when this stack size is full? And how can I catch this status for a process? Thanks.
Back
Top