Advertisement
Guest User

Untitled

a guest
Feb 12th, 2012
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. =CRASH REPORT==== 12-Feb-2012::19:24:23 ===
  2. crasher:
  3. initial call: btc_coindaemon:init/1
  4. pid: <0.244.0>
  5. registered_name: []
  6. exception exit: {{case_clause,
  7. {ok,"500",
  8. [{"Date","Sun, 12 Feb 2012 15:24:23 +0000"},
  9. {"Connection","close"},
  10. {"Content-Length","92"},
  11. {"Content-Type","application/json"},
  12. {"Server","bitcoin-json-rpc/0.6.0-beta"}],
  13. "{\"result\":null,\"error\":{\"code\":-10,\"message\":\"Bitcoin is downloading blocks...\"},\"id\":null}\n"}},
  14. [{btc_daemon_util,get_memory_pool,5,
  15. [{file,"src/btc_daemon_util.erl"},{line,225}]},
  16. {btc_daemon_util,fetch_work,11,
  17. [{file,"src/btc_daemon_util.erl"},{line,316}]},
  18. {btc_coindaemon,fetch_work_with_state,1,
  19. [{file,"src/btc_coindaemon.erl"},{line,206}]},
  20. {btc_coindaemon,handle_cast,2,
  21. [{file,"src/btc_coindaemon.erl"},{line,150}]},
  22. {gen_server,handle_msg,5,
  23. [{file,"gen_server.erl"},{line,597}]},
  24. {proc_lib,init_p_do_apply,3,
  25. [{file,"proc_lib.erl"},{line,227}]}]}
  26. in function gen_server:terminate/6 (gen_server.erl, line 737)
  27. ancestors: [<0.157.0>,ecoinpool_sup,<0.101.0>]
  28. messages: []
  29. links: [<0.157.0>,<0.143.0>]
  30. dictionary: []
  31. trap_exit: true
  32. status: running
  33. heap_size: 4181
  34. stack_size: 24
  35. reductions: 4198
  36. neighbours:
  37.  
  38. =SUPERVISOR REPORT==== 12-Feb-2012::19:24:23 ===
  39. Supervisor: {global,
  40. ecoinpool_server_sup_1360b02e19d98482148d4c6dea0127eb}
  41. Context: child_terminated
  42. Reason: {{case_clause,{ok,"500",
  43. [{"Date","Sun, 12 Feb 2012 15:24:23 +0000"},
  44. {"Connection","close"},
  45. {"Content-Length","92"},
  46. {"Content-Type","application/json"},
  47. {"Server","bitcoin-json-rpc/0.6.0-beta"}],
  48. "{\"result\":null,\"error\":{\"code\":-10,\"message\":\"Bitcoin is downloading blocks...\"},\"id\":null}\n"}},
  49. [{btc_daemon_util,get_memory_pool,5,
  50. [{file,"src/btc_daemon_util.erl"},
  51. {line,225}]},
  52. {btc_daemon_util,fetch_work,11,
  53. [{file,"src/btc_daemon_util.erl"},
  54. {line,316}]},
  55. {btc_coindaemon,fetch_work_with_state,1,
  56. [{file,"src/btc_coindaemon.erl"},
  57. {line,206}]},
  58. {btc_coindaemon,handle_cast,2,
  59. [{file,"src/btc_coindaemon.erl"},
  60. {line,150}]},
  61. {gen_server,handle_msg,5,
  62. [{file,"gen_server.erl"},{line,597}]},
  63. {proc_lib,init_p_do_apply,3,
  64. [{file,"proc_lib.erl"},{line,227}]}]}
  65. Offender: [{pid,<0.244.0>},
  66. {name,coindaemon},
  67. {mfargs,
  68. {btc_coindaemon,start_link,
  69. [<<"1360b02e19d98482148d4c6dea0127eb">>,
  70. [{pool_type,btc},
  71. {host,<<"localhost">>},
  72. {port,8332},
  73. {user,<<"XXXXX">>},
  74. {pass,<<"XXXXX">>}]]}},
  75. {restart_type,permanent},
  76. {shutdown,5000},
  77. {child_type,worker}]
  78.  
  79.  
  80. =SUPERVISOR REPORT==== 12-Feb-2012::19:24:23 ===
  81. Supervisor: {global,
  82. ecoinpool_server_sup_1360b02e19d98482148d4c6dea0127eb}
  83. Context: shutdown
  84. Reason: reached_max_restart_intensity
  85. Offender: [{pid,<0.244.0>},
  86. {name,coindaemon},
  87. {mfargs,
  88. {btc_coindaemon,start_link,
  89. [<<"1360b02e19d98482148d4c6dea0127eb">>,
  90. [{pool_type,btc},
  91. {host,<<"localhost">>},
  92. {port,8332},
  93. {user,<<"XXXXX">>},
  94. {pass,<<"XXXXX">>}]]}},
  95. {restart_type,permanent},
  96. {shutdown,5000},
  97. {child_type,worker}]
  98.  
  99. [19:24:23.203][default/warn] ecoinpool_rpc: Stopped RPC on port 8888
  100. [19:24:23.204][server/warn] Subpool 1360b02e19d98482148d4c6dea0127eb terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement