Skip to content

Instantly share code, notes, and snippets.

@darkhelmet
Created June 23, 2012 06:41
Show Gist options
  • Save darkhelmet/2977159 to your computer and use it in GitHub Desktop.
Save darkhelmet/2977159 to your computer and use it in GitHub Desktop.
Diving into erlang
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.33.0>},
{name,alarm_handler},
{mfargs,{alarm_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,sasl_safe_sup}
started: [{pid,<0.34.0>},
{name,overload},
{mfargs,{overload,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.32.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==== 23-Jun-2012::00:40:53 ===
supervisor: {local,sasl_sup}
started: [{pid,<0.35.0>},
{name,release_handler},
{mfargs,{release_handler,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
application: sasl
started_at: nonode@nohost
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,kernel_safe_sup}
started: [{pid,<0.40.0>},
{name,timer_server},
{mfargs,{timer,start_link,[]}},
{restart_type,permanent},
{shutdown,1000},
{child_type,worker}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,inets_sup}
started: [{pid,<0.45.0>},
{name,ftp_sup},
{mfargs,{ftp_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,httpc_profile_sup}
started: [{pid,<0.48.0>},
{name,httpc_manager},
{mfargs,
{httpc_manager,start_link,
[default,only_session_cookies,inets]}},
{restart_type,permanent},
{shutdown,4000},
{child_type,worker}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,httpc_sup}
started: [{pid,<0.47.0>},
{name,httpc_profile_sup},
{mfargs,
{httpc_profile_sup,start_link,
[[{httpc,{default,only_session_cookies}}]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,httpc_sup}
started: [{pid,<0.49.0>},
{name,httpc_handler_sup},
{mfargs,{httpc_handler_sup,start_link,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,inets_sup}
started: [{pid,<0.46.0>},
{name,httpc_sup},
{mfargs,
{httpc_sup,start_link,
[[{httpc,{default,only_session_cookies}}]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,inets_sup}
started: [{pid,<0.50.0>},
{name,httpd_sup},
{mfargs,{httpd_sup,start_link,[[]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,inets_sup}
started: [{pid,<0.51.0>},
{name,tftp_sup},
{mfargs,{tftp_sup,start_link,[[]]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
application: inets
started_at: nonode@nohost
Eshell V5.9.1 (abort with ^G)
1>
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,crypto_sup}
started: [{pid,<0.58.0>},
{name,crypto_server},
{mfargs,{crypto_server,start_link,[]}},
{restart_type,permanent},
{shutdown,2000},
{child_type,worker}]
1>
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
application: crypto
started_at: nonode@nohost
1>
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
application: mochiweb
started_at: nonode@nohost
1> ** Found 0 name clashes in code paths
1>
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
supervisor: {local,webmachine_sup}
started: [{pid,<0.67.0>},
{name,webmachine_router},
{mfargs,{webmachine_router,start_link,[]}},
{restart_type,permanent},
{shutdown,5000},
{child_type,worker}]
1>
=PROGRESS REPORT==== 23-Jun-2012::00:40:53 ===
application: webmachine
started_at: nonode@nohost
1>
=CRASH REPORT==== 23-Jun-2012::00:40:53 ===
crasher:
initial call: supervisor:ivd_sup/1
pid: <0.71.0>
registered_name: []
exception exit: {function_clause,
[{filename,join,
[{error,bad_name},"dispatch.conf"],
[{file,"filename.erl"},{line,406}]},
{filename,join,1,[{file,"filename.erl"},{line,393}]},
{ivd_sup,init,1,[{file,"src/ivd_sup.erl"},{line,46}]},
{supervisor,init,1,
[{file,"supervisor.erl"},{line,233}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,304}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]}
in function gen_server:init_it/6 (gen_server.erl, line 328)
ancestors: [<0.70.0>]
messages: []
links: [<0.70.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 987
stack_size: 24
reductions: 4321
neighbours:
1>
=CRASH REPORT==== 23-Jun-2012::00:40:53 ===
crasher:
initial call: application_master:init/4
pid: <0.69.0>
registered_name: []
exception exit: {{function_clause,
[{filename,join,
[{error,bad_name},"dispatch.conf"],
[{file,"filename.erl"},{line,406}]},
{filename,join,1,[{file,"filename.erl"},{line,393}]},
{ivd_sup,init,1,
[{file,"src/ivd_sup.erl"},{line,46}]},
{supervisor,init,1,
[{file,"supervisor.erl"},{line,233}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,304}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]},
{ivd_app,start,[normal,[]]}}
in function application_master:init/4 (application_master.erl, line 138)
ancestors: [<0.68.0>]
messages: [{'EXIT',<0.70.0>,normal}]
links: [<0.68.0>,<0.6.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 987
stack_size: 24
reductions: 177
neighbours:
1>
=INFO REPORT==== 23-Jun-2012::00:40:53 ===
application: ivd
exited: {{function_clause,
[{filename,join,
[{error,bad_name},"dispatch.conf"],
[{file,"filename.erl"},{line,406}]},
{filename,join,1,[{file,"filename.erl"},{line,393}]},
{ivd_sup,init,1,[{file,"src/ivd_sup.erl"},{line,46}]},
{supervisor,init,1,[{file,"supervisor.erl"},{line,233}]},
{gen_server,init_it,6,[{file,"gen_server.erl"},{line,304}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,227}]}]},
{ivd_app,start,[normal,[]]}}
type: temporary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment