Advertisement
Guest User

after restart attempt

a guest
Feb 1st, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.30 KB | None | 0 0
  1. runtime: out of memory: cannot allocate 18383168309924200448-byte block (712376320 in use)
  2. fatal error: out of memory
  3.  
  4. runtime stack:
  5. runtime.throw(0x15e6857, 0xd)
  6. runtime/panic.go:1116 +0x79
  7. runtime.largeAlloc(0xff1e222dff1e222d, 0x94a69f0001, 0x1e8ed3ba758)
  8. runtime/malloc.go:1179 +0x1de
  9. runtime.mallocgc.func1()
  10. runtime/malloc.go:1071 +0x4d
  11. runtime.systemstack(0x1e8ed2864d0)
  12. runtime/asm_amd64.s:370 +0x6b
  13. runtime.mstart()
  14. runtime/proc.go:1116
  15.  
  16. goroutine 1 [running]:
  17. runtime.systemstack_switch()
  18. runtime/asm_amd64.s:330 fp=0xc000b24f38 sp=0xc000b24f30 pc=0x4c1c60
  19. runtime.mallocgc(0xff1e222dff1e222d, 0x14bd3e0, 0x45f801, 0xc0006e4240)
  20. runtime/malloc.go:1070 +0x998 fp=0xc000b24fd8 sp=0xc000b24f38 pc=0x45fed8
  21. runtime.newobject(0x14bd3e0, 0xc001ad5560)
  22. runtime/malloc.go:1195 +0x3f fp=0xc000b25008 sp=0xc000b24fd8 pc=0x46029f
  23. github.com/hashicorp/golang-lru/simplelru.(*LRU).Add(0xc00018e520, 0x154b860, 0xc000232fa0, 0x150d7a0, 0xc0006e4240, 0x20)
  24. github.com/hashicorp/golang-lru@v0.5.4/simplelru/lru.go:60 +0x1c5 fp=0xc000b25078 sp=0xc000b25008 pc=0x80c245
  25. github.com/hashicorp/golang-lru.(*Cache).Add(0xc001ad5590, 0x154b860, 0xc000232fa0, 0x150d7a0, 0xc0006e4240, 0xa38fcbb10d8cec9a)
  26. github.com/hashicorp/golang-lru@v0.5.4/lru.go:43 +0x83 fp=0xc000b250c8 sp=0xc000b25078 pc=0x80ed23
  27. github.com/ethereum/go-ethereum/core.(*HeaderChain).GetHeader(0xc0001ca510, 0xf8ae76f84067e5d4, 0x67f5d5406ab810c0, 0xe6346a90d018a145, 0xa38fcbb10d8cec9a, 0x0, 0xa38fcbb10d8cec9a)
  28. github.com/ethereum/go-ethereum/core/headerchain.go:492 +0x1bd fp=0xc000b25148 sp=0xc000b250c8 pc=0xa1da5d
  29. github.com/ethereum/go-ethereum/core.(*HeaderChain).GetHeaderByNumber(0xc0001ca510, 0x0, 0xc000018a00)
  30. github.com/ethereum/go-ethereum/core/headerchain.go:523 +0x13a fp=0xc000b251f0 sp=0xc000b25148 pc=0xa1de9a
  31. github.com/ethereum/go-ethereum/core.NewHeaderChain(0x18157a0, 0xc00018e1a0, 0x1329020, 0x1813260, 0xc00037e0e0, 0xc000b5e160, 0x3, 0xf, 0x17)
  32. github.com/ethereum/go-ethereum/core/headerchain.go:101 +0x2f4 fp=0xc000b25348 sp=0xc000b251f0 pc=0xa19854
  33. github.com/ethereum/go-ethereum/core.NewBlockChain(0x18157a0, 0xc00018e1a0, 0xc001a3a3c0, 0x1329020, 0x1813260, 0xc00037e0e0, 0x0, 0x0, 0x0, 0x0, ...)
  34. github.com/ethereum/go-ethereum/core/blockchain.go:259 +0x6af fp=0xc000b25870 sp=0xc000b25348 pc=0x9f5b6f
  35. github.com/ethereum/go-ethereum/eth.New(0xc0002928f0, 0xc0000bb800, 0x1316ba0, 0x1, 0x1)
  36. github.com/ethereum/go-ethereum/eth/backend.go:175 +0xae5 fp=0xc000b26cf0 sp=0xc000b25870 pc=0xdc86c5
  37. github.com/ethereum/go-ethereum/cmd/utils.RegisterEthService(0xc0002928f0, 0xc0000bb800, 0x0, 0x1)
  38. github.com/ethereum/go-ethereum/cmd/utils/flags.go:1701 +0xec fp=0xc000b26d50 sp=0xc000b26cf0 pc=0xeef8ac
  39. main.makeFullNode(0xc0002962c0, 0x15df47f, 0x1, 0xc000237020)
  40. github.com/ethereum/go-ethereum/cmd/geth/config.go:165 +0xfe fp=0xc000b27b78 sp=0xc000b26d50 pc=0x103be3e
  41. main.geth(0xc0002962c0, 0x0, 0x0)
  42. github.com/ethereum/go-ethereum/cmd/geth/main.go:354 +0x105 fp=0xc000b27bf0 sp=0xc000b27b78 pc=0x103fc05
  43. gopkg.in/urfave/cli%2ev1.HandleAction(0x1410e40, 0x16bb098, 0xc0002962c0, 0xc000276c60, 0x0)
  44. gopkg.in/urfave/cli.v1@v1.20.0/app.go:490 +0x89 fp=0xc000b27c18 sp=0xc000b27bf0 pc=0xab9a89
  45. gopkg.in/urfave/cli%2ev1.(*App).Run(0xc0001e04e0, 0xc0000ae000, 0x6, 0x8, 0x0, 0x0)
  46. gopkg.in/urfave/cli.v1@v1.20.0/app.go:264 +0x5f5 fp=0xc000b27f28 sp=0xc000b27c18 pc=0xab7ab5
  47. main.main()
  48. github.com/ethereum/go-ethereum/cmd/geth/main.go:273 +0x5c fp=0xc000b27f88 sp=0xc000b27f28 pc=0x103edbc
  49. runtime.main()
  50. runtime/proc.go:204 +0x209 fp=0xc000b27fe0 sp=0xc000b27f88 pc=0x48f249
  51. runtime.goexit()
  52. runtime/asm_amd64.s:1374 +0x1 fp=0xc000b27fe8 sp=0xc000b27fe0 pc=0x4c3aa1
  53.  
  54. goroutine 6 [chan receive]:
  55. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  56. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  57. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  58. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  59.  
  60. goroutine 7 [chan receive]:
  61. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  62. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  63. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  64. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  65.  
  66. goroutine 8 [chan receive]:
  67. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  68. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  69. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  70. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  71.  
  72. goroutine 9 [chan receive]:
  73. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  74. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  75. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  76. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  77.  
  78. goroutine 10 [chan receive]:
  79. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  80. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  81. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  82. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  83.  
  84. goroutine 11 [chan receive]:
  85. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  86. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  87. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  88. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  89.  
  90. goroutine 12 [chan receive]:
  91. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  92. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  93. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  94. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  95.  
  96. goroutine 13 [chan receive]:
  97. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  98. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  99. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  100. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  101.  
  102. goroutine 14 [chan receive]:
  103. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  104. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  105. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  106. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  107.  
  108. goroutine 15 [chan receive]:
  109. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  110. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  111. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  112. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  113.  
  114. goroutine 16 [chan receive]:
  115. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  116. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  117. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  118. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  119.  
  120. goroutine 18 [chan receive]:
  121. github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache(0xc000114970)
  122. github.com/ethereum/go-ethereum/core/tx_cacher.go:63 +0x9f
  123. created by github.com/ethereum/go-ethereum/core.newTxSenderCacher
  124. github.com/ethereum/go-ethereum/core/tx_cacher.go:55 +0xa9
  125.  
  126. goroutine 20 [chan receive]:
  127. github.com/ethereum/go-ethereum/metrics.(*meterArbiter).tick(0x1ea1820)
  128. github.com/ethereum/go-ethereum/metrics/meter.go:290 +0x7f
  129. created by github.com/ethereum/go-ethereum/metrics.NewMeterForced
  130. github.com/ethereum/go-ethereum/metrics/meter.go:71 +0x113
  131.  
  132. goroutine 21 [select]:
  133. github.com/ethereum/go-ethereum/consensus/ethash.(*remoteSealer).loop(0xc0000c62d0)
  134. github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:278 +0x278
  135. created by github.com/ethereum/go-ethereum/consensus/ethash.startRemoteSealer
  136. github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:262 +0x2b5
  137.  
  138. goroutine 68 [select]:
  139. github.com/syndtr/goleveldb/leveldb/util.(*BufferPool).drain(0xc000694000)
  140. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:209 +0x13e
  141. created by github.com/syndtr/goleveldb/leveldb/util.NewBufferPool
  142. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/util/buffer_pool.go:240 +0x18d
  143.  
  144. goroutine 57 [select]:
  145. github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).updater(0xc0000c6870)
  146. github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:209 +0xda
  147. created by github.com/ethereum/go-ethereum/accounts/keystore.(*KeyStore).Subscribe
  148. github.com/ethereum/go-ethereum/accounts/keystore/keystore.go:196 +0x135
  149.  
  150. goroutine 58 [sleep]:
  151. time.Sleep(0x3b9aca00)
  152. runtime/time.go:188 +0xc9
  153. github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc0003eea00)
  154. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:265 +0x45
  155. created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
  156. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:254 +0x135
  157.  
  158. goroutine 59 [sleep]:
  159. time.Sleep(0x3b9aca00)
  160. runtime/time.go:188 +0xc9
  161. github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc000086280)
  162. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:265 +0x45
  163. created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
  164. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:254 +0x135
  165.  
  166. goroutine 60 [sleep]:
  167. time.Sleep(0x3b9aca00)
  168. runtime/time.go:188 +0xc9
  169. github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).updater(0xc0000863c0)
  170. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:265 +0x45
  171. created by github.com/ethereum/go-ethereum/accounts/usbwallet.(*Hub).Subscribe
  172. github.com/ethereum/go-ethereum/accounts/usbwallet/hub.go:254 +0x135
  173.  
  174. goroutine 61 [select]:
  175. github.com/ethereum/go-ethereum/accounts.(*Manager).update(0xc0001ec0d0)
  176. github.com/ethereum/go-ethereum/accounts/manager.go:111 +0x1c5
  177. created by github.com/ethereum/go-ethereum/accounts.NewManager
  178. github.com/ethereum/go-ethereum/accounts/manager.go:79 +0x4f1
  179.  
  180. goroutine 69 [select]:
  181. github.com/syndtr/goleveldb/leveldb.(*session).refLoop(0xc000692000)
  182. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session_util.go:189 +0x62f
  183. created by github.com/syndtr/goleveldb/leveldb.newSession
  184. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/session.go:93 +0x2bd
  185.  
  186. goroutine 26 [select]:
  187. github.com/syndtr/goleveldb/leveldb.(*DB).compactionError(0xc0000c2000)
  188. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:91 +0xdc
  189. created by github.com/syndtr/goleveldb/leveldb.openDB
  190. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:148 +0x42c
  191.  
  192. goroutine 27 [select]:
  193. github.com/syndtr/goleveldb/leveldb.(*DB).mpoolDrain(0xc0000c2000)
  194. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_state.go:101 +0x105
  195. created by github.com/syndtr/goleveldb/leveldb.openDB
  196. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:149 +0x44e
  197.  
  198. goroutine 28 [runnable, locked to thread]:
  199. syscall.Syscall6(0x7ffe1b8c4ee0, 0x5, 0x528, 0xc0016c0600, 0x1035, 0xc0005a4fac, 0xc0005a4fc8, 0x0, 0x0, 0x0, ...)
  200. runtime/syscall_windows.go:201 +0xf2
  201. syscall.ReadFile(0x528, 0xc0016c0600, 0x1035, 0x1042, 0xc0005a4fac, 0xc0005a4fc8, 0xc0001809d8, 0x18)
  202. syscall/zsyscall_windows.go:313 +0x105
  203. internal/poll.(*FD).Pread(0xc0022f3400, 0xc0016c0600, 0x1035, 0x1042, 0x14fe68, 0x0, 0x0, 0x0)
  204. internal/poll/fd_windows.go:554 +0x205
  205. os.(*File).pread(...)
  206. os/file_posix.go:40
  207. os.(*File).ReadAt(0xc00030e398, 0xc0016c0600, 0x1035, 0x1042, 0x14fe68, 0x0, 0x0, 0x0)
  208. os/file.go:134 +0x10b
  209. github.com/syndtr/goleveldb/leveldb.(*iStorageReader).ReadAt(0xc00018e460, 0xc0016c0600, 0x1035, 0x1042, 0x14fe68, 0x1042, 0xc000524000, 0x1006)
  210. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/storage.go:49 +0x66
  211. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readRawBlock(0xc00030cf70, 0x14fe68, 0x1030, 0xe001, 0x14fe68, 0xc001a36f01, 0x1, 0x0, 0x8122bec5003b03c0)
  212. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:564 +0xc2
  213. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlock(0xc00030cf70, 0x14fe68, 0x1030, 0x1, 0x0, 0xc0005a5398, 0xc0005a5390)
  214. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:603 +0x5c
  215. github.com/syndtr/goleveldb/leveldb/table.(*Reader).readBlockCached(0xc00030cf70, 0x14fe68, 0x1030, 0x1, 0x15, 0xc0005a5500, 0x75395f, 0xc0004d1020, 0xc00095606a)
  216. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:648 +0x1fc
  217. github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIter(0xc00030cf70, 0x14fe68, 0x1030, 0x0, 0x750001, 0xc00095607a, 0x2)
  218. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:765 +0x65
  219. github.com/syndtr/goleveldb/leveldb/table.(*Reader).getDataIterErr(0xc00030cf70, 0x14fe68, 0x1030, 0x0, 0x1, 0x0, 0x0)
  220. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:780 +0x14e
  221. github.com/syndtr/goleveldb/leveldb/table.(*indexIter).Get(0xc00018e480, 0x754d39, 0xc0004d1020)
  222. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/table/reader.go:507 +0x28f
  223. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).setData(0xc0000388a0)
  224. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/iterator/indexed_iter.go:39 +0x48
  225. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).Next(0xc0000388a0, 0xc0021703d8)
  226. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/iterator/indexed_iter.go:160 +0xbd
  227. github.com/syndtr/goleveldb/leveldb/iterator.(*indexedIterator).Next(0xc000181680, 0x3)
  228. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/iterator/indexed_iter.go:149 +0x185
  229. github.com/syndtr/goleveldb/leveldb/iterator.(*mergedIterator).Next(0xc000198280, 0xc0005f2d80)
  230. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/iterator/merged_iter.go:169 +0x1f9
  231. github.com/syndtr/goleveldb/leveldb.(*tableCompactionBuilder).run(0xc000084140, 0xc0006d0148, 0x0, 0x0)
  232. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:442 +0x325
  233. github.com/syndtr/goleveldb/leveldb.(*DB).compactionTransact(0xc0000c2000, 0x15e47ac, 0xb, 0x17f4860, 0xc000084140)
  234. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:186 +0x191
  235. github.com/syndtr/goleveldb/leveldb.(*DB).tableCompaction(0xc0000c2000, 0xc0001ee120, 0x16b9c00)
  236. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:580 +0x64b
  237. github.com/syndtr/goleveldb/leveldb.(*DB).tableAutoCompaction(0xc0000c2000)
  238. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:644 +0x5b
  239. github.com/syndtr/goleveldb/leveldb.(*DB).tCompaction(0xc0000c2000)
  240. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:863 +0x305
  241. created by github.com/syndtr/goleveldb/leveldb.openDB
  242. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:155 +0x5a7
  243.  
  244. goroutine 29 [select]:
  245. github.com/syndtr/goleveldb/leveldb.(*DB).mCompaction(0xc0000c2000)
  246. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db_compaction.go:773 +0x147
  247. created by github.com/syndtr/goleveldb/leveldb.openDB
  248. github.com/syndtr/goleveldb@v1.0.1-0.20200815110645-5c35d600f0ca/leveldb/db.go:156 +0x5c9
  249.  
  250. goroutine 30 [select]:
  251. github.com/ethereum/go-ethereum/ethdb/leveldb.(*Database).meter(0xc0000c4900, 0xb2d05e00)
  252. github.com/ethereum/go-ethereum/ethdb/leveldb/leveldb.go:402 +0x195a
  253. created by github.com/ethereum/go-ethereum/ethdb/leveldb.New
  254. github.com/ethereum/go-ethereum/ethdb/leveldb/leveldb.go:132 +0xa18
  255.  
  256. goroutine 39 [select]:
  257. github.com/ethereum/go-ethereum/core/rawdb.(*freezer).freeze(0xc000070320, 0x180f480, 0xc0000c4900)
  258. github.com/ethereum/go-ethereum/core/rawdb/freezer.go:287 +0x1f8
  259. created by github.com/ethereum/go-ethereum/core/rawdb.NewDatabaseWithFreezer
  260. github.com/ethereum/go-ethereum/core/rawdb/database.go:195 +0x28a
  261.  
  262. goroutine 70 [select]:
  263. github.com/ethereum/go-ethereum/consensus/ethash.(*remoteSealer).loop(0xc000754000)
  264. github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:278 +0x278
  265. created by github.com/ethereum/go-ethereum/consensus/ethash.startRemoteSealer
  266. github.com/ethereum/go-ethereum/consensus/ethash/sealer.go:262 +0x2b5
  267.  
  268. goroutine 71 [select]:
  269. github.com/ethereum/go-ethereum/core.(*ChainIndexer).updateLoop(0xc0007540f0)
  270. github.com/ethereum/go-ethereum/core/chain_indexer.go:311 +0x11a
  271. created by github.com/ethereum/go-ethereum/core.NewChainIndexer
  272. github.com/ethereum/go-ethereum/core/chain_indexer.go:119 +0x258
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement