Skip to content

Instantly share code, notes, and snippets.

@srveit
Created December 15, 2010 21:28
Show Gist options
  • Save srveit/742636 to your computer and use it in GitHub Desktop.
Save srveit/742636 to your computer and use it in GitHub Desktop.
CouchDB 1.1.x crash report
sveit@bartlett:/usr/local/var/lib$ sudo -u couchdb /usr/local/bin/couchdb
Apache CouchDB 1.1.0a09cd7a5-git (LogLevel=info) is starting.
[error] [<0.103.0>] {error_report,<0.31.0>,
{<0.103.0>,crash_report,
[[{initial_call,{couch_stats_aggregator,init,['Argument__1']}},
{pid,<0.103.0>},
{registered_name,[]},
{error_info,{exit,{{badmatch,{error,enoent}},
[{couch_stats_aggregator,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]},
[{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}},
{ancestors,[couch_secondary_services,couch_server_sup,
<0.32.0>]},
{messages,[]},
{links,[<0.86.0>]},
{dictionary,[]},
{trap_exit,false},
{status,running},
{heap_size,610},
{stack_size,24},
{reductions,549}],
[]]}}
=CRASH REPORT==== 15-Dec-2010::15:23:17 ===
crasher:
initial call: couch_stats_aggregator:init/1
pid: <0.103.0>
registered_name: []
exception exit: {{badmatch,{error,enoent}},
[{couch_stats_aggregator,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
in function gen_server:init_it/6
ancestors: [couch_secondary_services,couch_server_sup,<0.32.0>]
messages: []
links: [<0.86.0>]
dictionary: []
trap_exit: false
status: running
heap_size: 610
stack_size: 24
reductions: 549
neighbours:
[error] [<0.86.0>] {error_report,<0.31.0>,
{<0.86.0>,supervisor_report,
[{supervisor,{local,couch_secondary_services}},
{errorContext,start_error},
{reason,{{badmatch,{error,enoent}},
[{couch_stats_aggregator,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}},
{offender,[{pid,undefined},
{name,stats_aggregator},
{mfargs,{couch_stats_aggregator,start,[]}},
{restart_type,permanent},
{shutdown,1000},
{child_type,worker}]}]}}
=SUPERVISOR REPORT==== 15-Dec-2010::15:23:17 ===
Supervisor: {local,couch_secondary_services}
Context: start_error
Reason: {{badmatch,{error,enoent}},
[{couch_stats_aggregator,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]}
Offender: [{pid,undefined},
{name,stats_aggregator},
{mfargs,{couch_stats_aggregator,start,[]}},
{restart_type,permanent},
{shutdown,1000},
{child_type,worker}]
[error] [<0.78.0>] {error_report,<0.31.0>,
{<0.78.0>,supervisor_report,
[{supervisor,{local,couch_server_sup}},
{errorContext,start_error},
{reason,shutdown},
{offender,
[{pid,undefined},
{name,couch_secondary_services},
{mfargs,{couch_server_sup,start_secondary_services,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]}]}}
=SUPERVISOR REPORT==== 15-Dec-2010::15:23:17 ===
Supervisor: {local,couch_server_sup}
Context: start_error
Reason: shutdown
Offender: [{pid,undefined},
{name,couch_secondary_services},
{mfargs,{couch_server_sup,start_secondary_services,[]}},
{restart_type,permanent},
{shutdown,infinity},
{child_type,supervisor}]
=CRASH REPORT==== 15-Dec-2010::15:23:17 ===
crasher:
initial call: application_master:init/4
pid: <0.31.0>
registered_name: []
exception exit: {bad_return,
{{couch_app,start,
[normal,
["/usr/local/etc/couchdb/default.ini",
"/usr/local/etc/couchdb/local.ini"]]},
{'EXIT',
{{badmatch,{error,shutdown}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
in function application_master:init/4
ancestors: [<0.30.0>]
messages: [{'EXIT',<0.32.0>,normal}]
links: [<0.30.0>,<0.7.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 987
stack_size: 24
reductions: 164
neighbours:
=INFO REPORT==== 15-Dec-2010::15:23:17 ===
application: couch
exited: {bad_return,{{couch_app,start,
[normal,
["/usr/local/etc/couchdb/default.ini",
"/usr/local/etc/couchdb/local.ini"]]},
{'EXIT',{{badmatch,{error,shutdown}},
[{couch_server_sup,start_server,1},
{application_master,start_it_old,4}]}}}}
type: temporary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment