You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happened to me a few times that bitcoin-server stopped running, and the terminal showed a segmentation fault, with the following messages before it (I think it was always about get_blocks):
11:17:57.959586 INFO [poller] Block #391104 0000000000000000063067ef2e7513ea864d297c76f15e4af4caeb46c9af5618
11:18:18.855914 INFO [responder] Failure handling a get_blocks request: feature not yet supported.
11:18:18.856656 INFO [responder] Failure handling a get_blocks request: feature not yet supported.
11:18:18.856783 INFO [responder] Failure handling a get_blocks request: feature not yet supported.
11:18:18.857644 INFO [responder] Failure handling a get_blocks request: feature not yet supported.
11:18:18.857739 INFO [responder] Failure handling a get_blocks request: feature not yet supported.
11:18:18.858606 INFO [responder] Failure handling a get_blocks request: feature not yet supported.
11:18:18.858772 INFO [responder] Failure handling a get_blocks request: feature not yet supported.
11:18:18.870634 INFO [responder] Failure handling a get_blocks request: feature not yet supported.
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
kobigurk
changed the title
segmentation fault on version2
segmentation fault on version2 (ubuntu 14.04 64 bit)
Dec 31, 2015
OK, I've disabled the fetch_locator_blocks query from within libbitcoin-node, which should have been disabled previously. This is the likely cause as it was experimental, fairly complex and untested.
Happened to me a few times that bitcoin-server stopped running, and the terminal showed a segmentation fault, with the following messages before it (I think it was always about get_blocks):
The text was updated successfully, but these errors were encountered: