Advertisement
Guest User

Untitled

a guest
Apr 29th, 2018
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.50 KB | None | 0 0
  1. D:\dero_windows_amd64>derod-windows-amd64.exe --add-exclusive-node 190.2.131.47:18089
  2. INFO[Apr 29 09:24:00]
  3. INFO[Apr 29 09:24:00] DERO daemon : This version is under heavy development, use it for testing/evaluations purpose only
  4. INFO[Apr 29 09:24:00] Copyright 2017-2018 DERO Project. All rights reserved.
  5. INFO[Apr 29 09:24:00] OS:windows ARCH:amd64 GOMAXPROCS:8
  6. INFO[Apr 29 09:24:00] Version v1.0.2-alpha.9+14042018
  7. INFO[Apr 29 09:24:00] Daemon in mainnet mode
  8. INFO[Apr 29 09:24:00] Daemon data directory D:\dero_windows_amd64\mainnet
  9. INFO[Apr 29 09:24:00] Initialising blockchain com=BLKCHAIN
  10. INFO[Apr 29 09:24:00] Initializing boltdb store at path D:\dero_windows_amd64\mainnet\derod_database.db com=STORE
  11. INFO[Apr 29 09:24:00] Mempool started com=POOL
  12. WARN[Apr 29 09:24:00] Error opening mempool data file D:\dero_windows_amd64\mainnet\mempool.json err open D:\dero_windows_amd64\mainnet\mempool.json: The system cannot find the file specified. com=POOL
  13. INFO[Apr 29 09:24:00] Chain Top Block 362d6148d683082d942e53ddb50daf546a1092da76982d5bd4f13d0df074ec2f Height 1 com=BLKCHAIN
  14. WARN[Apr 29 09:24:00] Error opening ban data file D:\dero_windows_amd64\mainnet\ban_list.json err open D:\dero_windows_amd64\mainnet\ban_list.json: The system cannot find the file specified. com=P2P
  15. WARN[Apr 29 09:24:00] Error opening peer data file D:\dero_windows_amd64\mainnet\peers.json err open D:\dero_windows_amd64\mainnet\peers.json: The system cannot find the file specified. com=P2P
  16. INFO[Apr 29 09:24:00] P2P started com=P2P
  17. INFO[Apr 29 09:24:00] P2P will listen on 0.0.0.0:18089 com=P2P
  18. INFO[Apr 29 09:24:00] RPC server started com=RPC
  19. INFO[Apr 29 09:24:00] RPC will listen on 127.0.0.1:9999 com=RPC
  20. INFO[Apr 29 09:24:05] Static Checkpoint reached at height 1 com=BLKCHAIN
  21. INFO[Apr 29 09:24:06] Static Checkpoint reached at height 10 com=BLKCHAIN
  22. INFO[Apr 29 09:24:11] Static Checkpoint reached at height 100 com=BLKCHAIN
  23. unexpected fault address 0x1274d1008
  24. fatal error: fault
  25. DERO: 14833/67944 [signal 0xc0000005 code=0x0 addr=0x1274d1008 pc=0x6597d6]
  26.  
  27. goroutine 13 [running]:
  28. runtime.throw(0x89088a, 0x5)
  29. /usr/local/go/src/runtime/panic.go:619 +0x88 fp=0xc0424a67e0 sp=0xc0424a67c0 pc=0x42b568
  30. runtime.sigpanic()
  31. /usr/local/go/src/runtime/signal_windows.go:170 +0x13a fp=0xc0424a6810 sp=0xc0424a67e0 pc=0x43e1fa
  32. github.com/deroproject/derosuite/vendor/github.com/coreos/bbolt.(*Cursor).search(0xc0424a6998, 0xc0421258f0, 0x8, 0x8, 0x106b21)
  33. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/coreos/bbolt/cursor.go:255 +0x66 fp=0xc0424a68c8 sp=0xc0424a6810 pc=0x6597d6
  34. github.com/deroproject/derosuite/vendor/github.com/coreos/bbolt.(*Cursor).seek(0xc0424a6998, 0xc0421258f0, 0x8, 0x8, 0x0, 0x0, 0x8e5c80, 0xc042056720, 0xc0424a69b8, 0x6570c9, ...)
  35. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/coreos/bbolt/cursor.go:159 +0xac fp=0xc0424a6918 sp=0xc0424a68c8 pc=0x6592cc
  36. github.com/deroproject/derosuite/vendor/github.com/coreos/bbolt.(*Bucket).Put(0xc0422a3740, 0xc0421258f0, 0x8, 0x8, 0xc0424e7800, 0x18d, 0x2e0, 0x0, 0x0)
  37. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/coreos/bbolt/bucket.go:293 +0x123 fp=0xc0424a69c8 sp=0xc0424a6918 pc=0x657403
  38. github.com/deroproject/derosuite/storage.(*BoltStore).StoreObject(0xdd9240, 0xab0ca0, 0x13, 0x13, 0xab0598, 0xc, 0xc, 0xab0598, 0xc, 0xc, ...)
  39. /root/godero/src/github.com/deroproject/derosuite/storage/boltdb.go:168 +0x6e4 fp=0xc0424a6b28 sp=0xc0424a69c8 pc=0x6691b4
  40. github.com/deroproject/derosuite/blockchain.(*Blockchain).write_output_index(0xc042172960, 0xa48300f48193d7c7, 0x8089f42d5d78fe5e, 0xeef61198750948d6, 0x8cf0d0ee4e2a0aaf)
  41. /root/godero/src/github.com/deroproject/derosuite/blockchain/outputs_index.go:258 +0xaeb fp=0xc0424a6f98 sp=0xc0424a6b28 pc=0x68168b
  42. github.com/deroproject/derosuite/blockchain.(*Blockchain).Add_Complete_Block(0xc042172960, 0xc042202280, 0x3200)
  43. /root/godero/src/github.com/deroproject/derosuite/blockchain/blockchain.go:643 +0xf69 fp=0xc0424a77d8 sp=0xc0424a6f98 pc=0x6746e9
  44. github.com/deroproject/derosuite/p2pv2.(*Connection).Handle_ObjectResponse(0xc042136000, 0xc04258c000, 0x4a303, 0x4a303)
  45. /root/godero/src/github.com/deroproject/derosuite/p2pv2/object_response.go:98 +0x516 fp=0xc0424a7a90 sp=0xc0424a77d8 pc=0x699416
  46. github.com/deroproject/derosuite/p2pv2.Handle_Connection(0x8ec060, 0xc042015180, 0xc0421600c0, 0x0)
  47. /root/godero/src/github.com/deroproject/derosuite/p2pv2/connection_handler.go:331 +0x7d3 fp=0xc0424a7e48 sp=0xc0424a7a90 pc=0x6907d3
  48. github.com/deroproject/derosuite/p2pv2.connect_with_endpoint(0xc042018440, 0x12)
  49. /root/godero/src/github.com/deroproject/derosuite/p2pv2/controller.go:199 +0x235 fp=0xc0424a7f18 sp=0xc0424a7e48 pc=0x694b15
  50. github.com/deroproject/derosuite/p2pv2.maintain_outgoing_priority_connection(0xc042018440, 0x12)
  51. /root/godero/src/github.com/deroproject/derosuite/p2pv2/controller.go:211 +0x56 fp=0xc0424a7fd0 sp=0xc0424a7f18 pc=0x694d76
  52. runtime.goexit()
  53. /usr/local/go/src/runtime/asm_amd64.s:2361 +0x1 fp=0xc0424a7fd8 sp=0xc0424a7fd0 pc=0x4557d1
  54. created by github.com/deroproject/derosuite/p2pv2.P2P_engine
  55. /root/godero/src/github.com/deroproject/derosuite/p2pv2/controller.go:137 +0x3ec
  56.  
  57. goroutine 1 [select, 44 minutes]:
  58. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Operation).Runes(0xc0421c3420, 0x0, 0x0, 0x0, 0x0, 0x0)
  59. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/operation.go:390 +0x1d5
  60. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Operation).String(0xc0421c3420, 0x8, 0xc0420811c8, 0x526816, 0xc0421c3420)
  61. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/operation.go:375 +0x32
  62. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Instance).Readline(0xc0421bc7e0, 0xc042134000, 0xc042172960, 0xc0421bc7e0, 0xc04215d838)
  63. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/readline.go:255 +0x36
  64. main.main()
  65. /root/godero/src/github.com/deroproject/derosuite/cmd/derod/main.go:203 +0xb06
  66.  
  67. goroutine 5 [syscall, 40 minutes, locked to thread]:
  68. syscall.Syscall6(0x7ffad5df2d30, 0x4, 0x4c, 0xc0421f8140, 0x1, 0xc0421fc228, 0x0, 0x0, 0x0, 0x0, ...)
  69. /usr/local/go/src/runtime/syscall_windows.go:184 +0xfc
  70. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Kernel).Wrap.func1(0xc042019140, 0x4, 0x4, 0x0, 0x0)
  71. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/windows_api.go:118 +0x246
  72. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*RawReader).Read(0xc042016240, 0xc0421de000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  73. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/rawreader_windows.go:45 +0xfa
  74. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*CancelableStdin).ioloop(0xc042058f60)
  75. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/std.go:95 +0x11f
  76. created by github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.NewCancelableStdin
  77. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/std.go:86 +0xde
  78.  
  79. goroutine 6 [select, 44 minutes]:
  80. io.(*pipe).Read(0xc04208c870, 0xc0421d8000, 0x64, 0x64, 0x7f7d80, 0x1, 0xc0421d8000)
  81. /usr/local/go/src/io/pipe.go:50 +0x11c
  82. io.(*PipeReader).Read(0xc0420049a8, 0xc0421d8000, 0x64, 0x64, 0x64, 0x64, 0x0)
  83. /usr/local/go/src/io/pipe.go:127 +0x53
  84. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*FillableStdin).ioloop.func1(0xc04208c8c0)
  85. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/std.go:161 +0x9a
  86. created by github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*FillableStdin).ioloop
  87. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/std.go:157 +0x46
  88.  
  89. goroutine 7 [select, 44 minutes]:
  90. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*CancelableStdin).Read(0xc042058f60, 0xc0421de000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
  91. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/std.go:120 +0x281
  92. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*FillableStdin).Read(0xc04208c8c0, 0xc0421de000, 0x1000, 0x1000, 0x0, 0x47d0000, 0xc0421d5e08)
  93. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/std.go:190 +0x151
  94. bufio.(*Reader).fill(0xc0421d5ef0)
  95. /usr/local/go/src/bufio/bufio.go:100 +0x125
  96. bufio.(*Reader).ReadRune(0xc0421d5ef0, 0x0, 0x0, 0x0, 0x1000)
  97. /usr/local/go/src/bufio/bufio.go:273 +0x33
  98. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Terminal).ioloop(0xc04208c910)
  99. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/terminal.go:143 +0x128
  100. created by github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.NewTerminal
  101. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/terminal.go:38 +0x157
  102.  
  103. goroutine 8 [chan receive, 44 minutes]:
  104. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Terminal).ReadRune(...)
  105. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/terminal.go:100
  106. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Operation).ioloop(0xc0421c3420)
  107. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/operation.go:111 +0x5c
  108. created by github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.NewOperation
  109. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/operation.go:88 +0x2f8
  110.  
  111. goroutine 9 [sleep, 44 minutes]:
  112. time.Sleep(0x68c61714000)
  113. /usr/local/go/src/runtime/time.go:102 +0x17b
  114. main.check_update_loop()
  115. /root/godero/src/github.com/deroproject/derosuite/cmd/derod/update.go:50 +0x39
  116. created by main.main
  117. /root/godero/src/github.com/deroproject/derosuite/cmd/derod/main.go:104 +0x763
  118.  
  119. goroutine 10 [select]:
  120. github.com/deroproject/derosuite/blockchain/mempool.(*Mempool).Relayer_and_Cleaner(0xc04208ce10)
  121. /root/godero/src/github.com/deroproject/derosuite/blockchain/mempool/mempool.go:462 +0x6c2
  122. created by github.com/deroproject/derosuite/blockchain/mempool.Init_Mempool
  123. /root/godero/src/github.com/deroproject/derosuite/blockchain/mempool/mempool.go:157 +0x3c3
  124.  
  125. goroutine 49 [select]:
  126. github.com/deroproject/derosuite/p2pv2.ban_clean_up_goroutine()
  127. /root/godero/src/github.com/deroproject/derosuite/p2pv2/bans.go:105 +0xe4
  128. created by github.com/deroproject/derosuite/p2pv2.load_ban_list
  129. /root/godero/src/github.com/deroproject/derosuite/p2pv2/bans.go:57 +0x4e
  130.  
  131. goroutine 50 [IO wait, 44 minutes]:
  132. internal/poll.runtime_pollWait(0x4b50d30, 0x72, 0x8e6ec0)
  133. /usr/local/go/src/runtime/netpoll.go:173 +0x5e
  134. internal/poll.(*pollDesc).wait(0xc042216488, 0x72, 0xab0400, 0x0, 0x0)
  135. /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xa2
  136. internal/poll.(*ioSrv).ExecIO(0xdd7830, 0xc0422162d8, 0xc0421e7520, 0x1, 0x0, 0x194)
  137. /usr/local/go/src/internal/poll/fd_windows.go:223 +0x13a
  138. internal/poll.(*FD).acceptOne(0xc0422162c0, 0x194, 0xc0421501c0, 0x2, 0x2, 0xc0422162d8, 0x3, 0xc04214fc20, 0x410bdf, 0x10)
  139. /usr/local/go/src/internal/poll/fd_windows.go:793 +0xae
  140. internal/poll.(*FD).Accept(0xc0422162c0, 0xc0421e45c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
  141. /usr/local/go/src/internal/poll/fd_windows.go:827 +0x142
  142. net.(*netFD).accept(0xc0422162c0, 0x1, 0x1, 0x0)
  143. /usr/local/go/src/net/fd_windows.go:192 +0x86
  144. net.(*TCPListener).accept(0xc0421ae000, 0xc04221ad80, 0xc042090000, 0xc0421e7500)
  145. /usr/local/go/src/net/tcpsock_posix.go:136 +0x35
  146. net.(*TCPListener).Accept(0xc0421ae000, 0x434ac4, 0xc04214fde0, 0x4522f0, 0xc04214fe20)
  147. /usr/local/go/src/net/tcpsock.go:259 +0x50
  148. crypto/tls.(*listener).Accept(0xc0421e7500, 0x8b0448, 0x8e8f20, 0xc0421e7500, 0xc0421ac000)
  149. /usr/local/go/src/crypto/tls/tls.go:52 +0x3e
  150. github.com/deroproject/derosuite/p2pv2.P2P_Server_v2()
  151. /root/godero/src/github.com/deroproject/derosuite/p2pv2/controller.go:319 +0x3e1
  152. created by github.com/deroproject/derosuite/p2pv2.P2P_Init
  153. /root/godero/src/github.com/deroproject/derosuite/p2pv2/controller.go:91 +0x33e
  154.  
  155. goroutine 14 [select]:
  156. github.com/deroproject/derosuite/p2pv2.Handle_Connection.func3(0xc042136000, 0x8ec060, 0xc042015180)
  157. /root/godero/src/github.com/deroproject/derosuite/p2pv2/connection_handler.go:221 +0x13c
  158. created by github.com/deroproject/derosuite/p2pv2.Handle_Connection
  159. /root/godero/src/github.com/deroproject/derosuite/p2pv2/connection_handler.go:216 +0x409
  160.  
  161. goroutine 52 [select]:
  162. github.com/deroproject/derosuite/p2pv2.syncroniser()
  163. /root/godero/src/github.com/deroproject/derosuite/p2pv2/connection_pool.go:479 +0xd7
  164. created by github.com/deroproject/derosuite/p2pv2.P2P_Init
  165. /root/godero/src/github.com/deroproject/derosuite/p2pv2/controller.go:93 +0x36e
  166.  
  167. goroutine 53 [IO wait, 44 minutes]:
  168. internal/poll.runtime_pollWait(0x4b50e00, 0x72, 0x8e6ec0)
  169. /usr/local/go/src/runtime/netpoll.go:173 +0x5e
  170. internal/poll.(*pollDesc).wait(0xc0420d21c8, 0x72, 0xab0400, 0x0, 0x0)
  171. /usr/local/go/src/internal/poll/fd_poll_runtime.go:85 +0xa2
  172. internal/poll.(*ioSrv).ExecIO(0xdd7830, 0xc0420d2018, 0xc0421260a0, 0x1, 0x0, 0x184)
  173. /usr/local/go/src/internal/poll/fd_windows.go:223 +0x13a
  174. internal/poll.(*FD).acceptOne(0xc0420d2000, 0x184, 0xc042454000, 0x2, 0x2, 0xc0420d2018, 0x43a4b10, 0xc04216d798, 0x410bdf, 0x10)
  175. /usr/local/go/src/internal/poll/fd_windows.go:793 +0xae
  176. internal/poll.(*FD).Accept(0xc0420d2000, 0xc042212190, 0x0, 0x0, 0x0, 0x0, 0xc000000000, 0x0, 0x0, 0x0, ...)
  177. /usr/local/go/src/internal/poll/fd_windows.go:827 +0x142
  178. net.(*netFD).accept(0xc0420d2000, 0x3b606a8, 0x0, 0x8b1760)
  179. /usr/local/go/src/net/fd_windows.go:192 +0x86
  180. net.(*TCPListener).accept(0xc042450000, 0xc04216d938, 0x410bdf, 0x30)
  181. /usr/local/go/src/net/tcpsock_posix.go:136 +0x35
  182. net.(*TCPListener).AcceptTCP(0xc042450000, 0x856ec0, 0xc04212e150, 0x80e4a0)
  183. /usr/local/go/src/net/tcpsock.go:246 +0x50
  184. net/http.tcpKeepAliveListener.Accept(0xc042450000, 0xc042016190, 0x80e4a0, 0xdcc2e0, 0x880020)
  185. /usr/local/go/src/net/http/server.go:3216 +0x36
  186. net/http.(*Server).Serve(0xc042069450, 0x8e9420, 0xc042450000, 0x0, 0x0)
  187. /usr/local/go/src/net/http/server.go:2770 +0x1ac
  188. net/http.(*Server).ListenAndServe(0xc042069450, 0x895a03, 0x13)
  189. /usr/local/go/src/net/http/server.go:2711 +0xb0
  190. github.com/deroproject/derosuite/blockchain/rpcserver.(*RPCServer).Run(0xc0421fa2a0)
  191. /root/godero/src/github.com/deroproject/derosuite/blockchain/rpcserver/rpcserver.go:182 +0xfe2
  192. created by github.com/deroproject/derosuite/blockchain/rpcserver.RPCServer_Start
  193. /root/godero/src/github.com/deroproject/derosuite/blockchain/rpcserver/rpcserver.go:71 +0x24d
  194.  
  195. goroutine 23 [runnable, locked to thread]:
  196. syscall.Syscall6(0x7ffad5df2d80, 0x5, 0x50, 0xc0421c6000, 0xc, 0xc042327708, 0x0, 0x0, 0x0, 0x0, ...)
  197. /usr/local/go/src/runtime/syscall_windows.go:184 +0xfc
  198. syscall.WriteConsole(0x50, 0xc0421c6000, 0xc, 0xc042327708, 0x0, 0xc, 0x0)
  199. /usr/local/go/src/syscall/zsyscall_windows.go:1297 +0xb9
  200. internal/poll.(*FD).writeConsole(0xc042082280, 0xc04209c000, 0xc, 0x1000, 0x0, 0xc042442000, 0xc0421fc008)
  201. /usr/local/go/src/internal/poll/fd_windows.go:698 +0x37a
  202. internal/poll.(*FD).Write(0xc042082280, 0xc04209c000, 0xc, 0x1000, 0x0, 0x0, 0x0)
  203. /usr/local/go/src/internal/poll/fd_windows.go:645 +0x10e
  204. os.(*File).write(0xc042004018, 0xc04209c000, 0xc, 0x1000, 0x2, 0x0, 0x0)
  205. /usr/local/go/src/os/file_windows.go:221 +0x55
  206. os.(*File).Write(0xc042004018, 0xc04209c000, 0xc, 0x1000, 0xc042024180, 0x20, 0x0)
  207. /usr/local/go/src/os/file.go:144 +0x70
  208. bufio.(*Writer).Flush(0xc042024180, 0xc000000020, 0x1)
  209. /usr/local/go/src/bufio/bufio.go:573 +0x85
  210. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*ANSIWriterCtx).process(0xc042078660, 0x1b, 0x23)
  211. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/ansi_windows.go:95 +0x52
  212. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*ANSIWriter).Write(0xc042078690, 0xc042092370, 0x47, 0x47, 0x0, 0x0, 0x0)
  213. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/ansi_windows.go:207 +0x9b
  214. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Terminal).Write(0xc04208c910, 0xc042092370, 0x47, 0x47, 0xc0421728c0, 0x0, 0x0)
  215. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/terminal.go:65 +0x63
  216. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*RuneBuffer).print(0xc0421728c0)
  217. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/runebuf.go:475 +0x49
  218. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*RuneBuffer).Refresh(0xc0421728c0, 0x0)
  219. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/runebuf.go:465 +0xb9
  220. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Operation).Refresh(0xc0421c3420)
  221. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/operation.go:499 +0x55
  222. github.com/deroproject/derosuite/vendor/github.com/chzyer/readline.(*Instance).Refresh(0xc0421bc7e0)
  223. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/chzyer/readline/readline.go:315 +0x36
  224. main.main.func3(0xc042172960, 0xc0421bc7e0)
  225. /root/godero/src/github.com/deroproject/derosuite/cmd/derod/main.go:184 +0x405
  226. created by main.main
  227. /root/godero/src/github.com/deroproject/derosuite/cmd/derod/main.go:145 +0x94b
  228.  
  229. goroutine 65 [chan receive, 44 minutes]:
  230. github.com/deroproject/derosuite/p2pv2.P2P_Server_v2.func1(0x8e8f20, 0xc0421e7500)
  231. /root/godero/src/github.com/deroproject/derosuite/p2pv2/controller.go:315 +0x3d
  232. created by github.com/deroproject/derosuite/p2pv2.P2P_Server_v2
  233. /root/godero/src/github.com/deroproject/derosuite/p2pv2/controller.go:315 +0x3cd
  234.  
  235. goroutine 15 [chan receive]:
  236. github.com/deroproject/derosuite/vendor/github.com/paulbellamy/ratecounter.(*RateCounter).run.func1(0xc042234040)
  237. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/paulbellamy/ratecounter/ratecounter.go:51 +0x94
  238. created by github.com/deroproject/derosuite/vendor/github.com/paulbellamy/ratecounter.(*RateCounter).run
  239. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/paulbellamy/ratecounter/ratecounter.go:48 +0x59
  240.  
  241. goroutine 16 [chan receive]:
  242. github.com/deroproject/derosuite/vendor/github.com/paulbellamy/ratecounter.(*RateCounter).run.func1(0xc042234000)
  243. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/paulbellamy/ratecounter/ratecounter.go:51 +0x94
  244. created by github.com/deroproject/derosuite/vendor/github.com/paulbellamy/ratecounter.(*RateCounter).run
  245. /root/godero/src/github.com/deroproject/derosuite/vendor/github.com/paulbellamy/ratecounter/ratecounter.go:48 +0x59
  246.  
  247. D:\dero_windows_amd64>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement