exat icon indicating copy to clipboard operation
exat copied to clipboard

Crash running run_first.sh

Open robstewart57 opened this issue 11 years ago • 0 comments

I have followed the instructions in the README.txt file. When I run the run_first.sh script, I experience a crash. Below is the output when trying to run run_first.sh, and the contents of the generated erl_crash.dump is in a separate gist: https://gist.github.com/robstewart57/8636416

Output of run_first.sh


=PROGRESS REPORT==== 26-Jan-2014::17:33:29 ===
          supervisor: {local,sasl_safe_sup}
             started: [{pid,<0.34.0>},
                       {name,alarm_handler},
                       {mfargs,{alarm_handler,start_link,[]}},
                       {restart_type,permanent},
                       {shutdown,2000},
                       {child_type,worker}]

=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,sasl_safe_sup}
             started: [{pid,<0.35.0>},
                       {name,overload},
                       {mfargs,{overload,start_link,[]}},
                       {restart_type,permanent},
                       {shutdown,2000},
                       {child_type,worker}]

=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,sasl_sup}
             started: [{pid,<0.33.0>},
                       {name,sasl_safe_sup},
                       {mfargs,
                           {supervisor,start_link,
                               [{local,sasl_safe_sup},sasl,safe]}},
                       {restart_type,permanent},
                       {shutdown,infinity},
                       {child_type,supervisor}]

=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,sasl_sup}
             started: [{pid,<0.36.0>},
                       {name,release_handler},
                       {mfargs,{release_handler,start_link,[]}},
                       {restart_type,permanent},
                       {shutdown,2000},
                       {child_type,worker}]

=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
         application: sasl
          started_at: nonode@nohost
Eshell V5.10.3  (abort with ^G)
1> 
=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,inets_sup}
             started: [{pid,<0.46.0>},
                       {name,ftp_sup},
                       {mfargs,{ftp_sup,start_link,[]}},
                       {restart_type,permanent},
                       {shutdown,infinity},
                       {child_type,supervisor}]
1> 
=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,httpc_profile_sup}
             started: [{pid,<0.49.0>},
                       {name,httpc_manager},
                       {mfargs,
                           {httpc_manager,start_link,
                               [default,only_session_cookies,inets]}},
                       {restart_type,permanent},
                       {shutdown,4000},
                       {child_type,worker}]
1> 
=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,httpc_sup}
             started: [{pid,<0.48.0>},
                       {name,httpc_profile_sup},
                       {mfargs,
                           {httpc_profile_sup,start_link,
                               [[{httpc,{default,only_session_cookies}}]]}},
                       {restart_type,permanent},
                       {shutdown,infinity},
                       {child_type,supervisor}]
1> 
=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,httpc_sup}
             started: [{pid,<0.50.0>},
                       {name,httpc_handler_sup},
                       {mfargs,{httpc_handler_sup,start_link,[]}},
                       {restart_type,permanent},
                       {shutdown,infinity},
                       {child_type,supervisor}]
1> 
=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,inets_sup}
             started: [{pid,<0.47.0>},
                       {name,httpc_sup},
                       {mfargs,
                           {httpc_sup,start_link,
                               [[{httpc,{default,only_session_cookies}}]]}},
                       {restart_type,permanent},
                       {shutdown,infinity},
                       {child_type,supervisor}]
1> 
=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,inets_sup}
             started: [{pid,<0.51.0>},
                       {name,httpd_sup},
                       {mfargs,{httpd_sup,start_link,[[]]}},
                       {restart_type,permanent},
                       {shutdown,infinity},
                       {child_type,supervisor}]
1> 
=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
          supervisor: {local,inets_sup}
             started: [{pid,<0.52.0>},
                       {name,tftp_sup},
                       {mfargs,{tftp_sup,start_link,[[]]}},
                       {restart_type,permanent},
                       {shutdown,infinity},
                       {child_type,supervisor}]
1> 
=PROGRESS REPORT==== 26-Jan-2014::17:33:30 ===
         application: inets
          started_at: nonode@nohost
1> {"init terminating in do_boot",{badarg,[{gen_event,send,2,[{file,"gen_event.erl"},{line,219}]},{exat_app,start,0,[{file,"src/exat_app.erl"},{line,63}]},{init,start_it,1,[]},{init,start_em,1,[]}]}}

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()

robstewart57 avatar Jan 26 '14 17:01 robstewart57