[erlang-questions] process will stack overflow after received many message?

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Fri Sep 16 17:31:01 CEST 2011


On Fri, Sep 16, 2011 at 11:45, Jovi Zhang <bookjovi@REDACTED> wrote:
>
> Hmm, Thanks very much, I understand it now!
>

Let me add that the perhaps most subtle way to make a function
stacking is to put an exception handler on the stack. Beware of that
case if you wonder why something is stacking when it should not be. It
only happens if the exception handler is pushed by each recursive call
though.

-- 
J.



More information about the erlang-questions mailing list