emqx / esockd

Erlang general non-blocking TCP/SSL socket server

Home Page:https://www.emqx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

{accept_error,econnaborted} crash report

emqplus opened this issue · comments

=SUPERVISOR REPORT==== 26-Dec-2015::00:45:35 ===
     Supervisor: {<0.325.0>,esockd_acceptor_sup}
     Context:    child_terminated
     Reason:     {accept_error,econnaborted}
     Offender:   [{pid,<0.403.0>},
                  {name,acceptor},
                  {mfargs,
                      {esockd_acceptor,start_link,
                          [<0.324.0>,#Fun<esockd_server.0.76791649>,
                           #Fun<esockd_listener_sup.1.16895020>,
                           {gen_logger,lager_logger,8},
                           #Port<0.5635>,#Fun<esockd_transport.2.94509882>]}},
                  {restart_type,transient},
                  {shutdown,5000},
                  {child_type,worker}]

Fixed. Duplicated with #27.