[erlang-questions] process suspended on bif_return_trap/1

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Sun Mar 15 12:22:02 CET 2015


On Sun, Mar 15, 2015 at 9:58 AM, Dror Mein <drormein@REDACTED> wrote:

> Does it mean that the busy process has a "full buffer"?


Hard to say. If process P has a large mailbox, it is more expensive in
reductions to send a message to P. But I'm not sure this is what you are
seeing here. The guard against such things are to employ some kind of flow
control scheme between processes. Usually either credit-based flow or
window-based flow. Maybe the tracing interacts, I honestly do not know. We
are in read-the-source to understand anyway at this point.


-- 
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150315/40f3f22e/attachment.htm>


More information about the erlang-questions mailing list