Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. ==> pink_hash (get-deps)
  2. ==> dump (get-deps)
  3. ==> trie (get-deps)
  4. ==> chalang (get-deps)
  5. ==> jiffy (get-deps)
  6. ==> cowlib (get-deps)
  7. ==> ranch (get-deps)
  8. ==> cowboy (get-deps)
  9. ==> testnet (get-deps)
  10. ==> pink_hash (compile)
  11. ==> dump (compile)
  12. ==> trie (compile)
  13. ==> chalang (compile)
  14. ==> jiffy (compile)
  15. ==> cowlib (compile)
  16. ==> ranch (compile)
  17. ==> cowboy (compile)
  18. ==> testnet (compile)
  19. Erlang/OTP 17 [erts-6.2] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]
  20.  
  21. Eshell V6.2 (abort with ^G)
  22. 1> start keys
  23.  
  24. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  25. application: testnet
  26. exited: {{shutdown,
  27. {failed_to_start_child,keys,
  28. {function_clause,
  29. [{crypto,generate_key,
  30. [ecdh,
  31. {{prime_field,
  32. <<"ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿü/">>},
  33. {<<0>>,<<7>>,none},
  34. <<4,121,190,102,126,249,220,187,172,85,160,98,
  35. 149,206,135,11,7,2,155,252,219,45,206,40,217,
  36. 89,242,129,91,22,248,23,152,72,58,218,119,38,
  37. 163,196,101,93,164,251,252,14,17,8,168,253,
  38. 23,180,72,166,133,84,25,156,71,208,143,251,
  39. 16,212,184>>,
  40. <<255,255,255,255,255,255,255,255,255,255,255,
  41. 255,255,255,255,254,186,174,220,230,175,72,
  42. 160,59,191,210,94,140,208,54,65,65>>,
  43. <<1>>},
  44. <<155,213,168,243,4,137,61,112,88,121,218,181,
  45. 54,163,0,54,20,53,48,202,49,13,55,15,90,31,
  46. 241,1,69,134,124,65>>],
  47. [{file,"crypto.erl"},{line,550}]},
  48. {sign,new_key,1,[{file,"src/sign.erl"},{line,12}]},
  49. {encryption,encrypt,2,
  50. [{file,"src/encryption.erl"},{line,38}]},
  51. {keys,store,4,
  52. [{file,"src/consensus/keys.erl"},{line,36}]},
  53. {keys,init,1,
  54. [{file,"src/consensus/keys.erl"},{line,27}]},
  55. {gen_server,init_it,6,
  56. [{file,"gen_server.erl"},{line,306}]},
  57. {proc_lib,init_p_do_apply,3,
  58. [{file,"proc_lib.erl"},{line,237}]}]}}},
  59. {testnet_app,start,[normal,[]]}}
  60. type: temporary
  61.  
  62. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  63. application: jiffy
  64. exited: stopped
  65. type: temporary
  66.  
  67. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  68. application: cowboy
  69. exited: stopped
  70. type: temporary
  71.  
  72. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  73. application: cowlib
  74. exited: stopped
  75. type: temporary
  76.  
  77. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  78. application: ranch
  79. exited: stopped
  80. type: temporary
  81.  
  82. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  83. application: ssl
  84. exited: stopped
  85. type: temporary
  86.  
  87. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  88. application: public_key
  89. exited: stopped
  90. type: temporary
  91.  
  92. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  93. application: asn1
  94. exited: stopped
  95. type: temporary
  96.  
  97. =INFO REPORT==== 23-Mar-2017::11:18:58 ===
  98. application: crypto
  99. exited: stopped
  100. type: temporary
  101. {"init terminating in do_boot",{noproc,{gen_server,call,[port,check]}}}
  102.  
  103. Crash dump was written to: erl_crash.dump
  104. init terminating in do_boot ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement