Hey all,<div><br></div><div>I was recently put on an erlang project, and I've been trying to get etop working to help profile some issues our app has been having (mostly interested in Message Queue sizes).</div><div><br></div><div>Etop is started with this command:</div><div><br></div><div><div>erl -name etop@<ip> -hidden -s etop -s erlang halt \</div><div>               -output text -sort reductions -lines 50 \</div><div>               -node <node_name> -setcookie <cookie></div></div><div><br></div><div>Whenever I start etop, I see a flood of "Erlang top got garbage" messages:</div><div><br></div><div><div>Erlang top got garbage {trace_ts,<5261.332.0>,out,</div><div>                                 {gconnection,process_sock_loop,2},</div><div>                                 {1363,141107,842108}}</div><div>Erlang top got garbage {trace_ts,<5261.378.0>,out,</div><div>                                 {gconnection,process_sock_loop,2},</div><div>                                 {1363,141107,842471}}</div><div>Erlang top got garbage {trace_ts,<5261.351.0>,out,</div><div>                                 {gconnection,process_sock_loop,2},</div><div>                                 {1363,141107,842670}}</div><div>Erlang top got garbage {trace_ts,<5261.424.0>,out,</div><div>                                 {gconnection,process_sock_loop,2},</div><div>                                 {1363,141107,842861}}</div></div><div><br></div><div>This sometimes results in the connection dropping after this message: Output server crashed: connection_lost</div><div><br></div><div>From what I've gathered, etop can be disrupted in this way by tracing, and as far as I can tell, our codebase does not use tracing anywhere (no references to erlang:trace or dbg).</div><div><br></div><div>Initially we thought it might be related to using the lager logging library, but even after disabling it, the issue has persisted.</div><div><br></div><div>Are there any other potential causes of this issue?  Or perhaps something I am overlooking?<br></div><div><br></div><div>Thanks!</div><div>Mike Cugini</div>