Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault [v2.2.0] #145

Closed
kobigurk opened this issue Dec 31, 2015 · 3 comments
Closed

Segmentation fault [v2.2.0] #145

kobigurk opened this issue Dec 31, 2015 · 3 comments
Labels
Milestone

Comments

@kobigurk
Copy link

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)
@kobigurk kobigurk changed the title segmentation fault on version2 segmentation fault on version2 (ubuntu 14.04 64 bit) Dec 31, 2015
@evoskuil
Copy link
Member

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.

@kobigurk
Copy link
Author

I'm running it since your fix, will reopen if I encounter it again.

@evoskuil evoskuil changed the title segmentation fault on version2 (ubuntu 14.04 64 bit) Segmentation fault [v2.2.0] Jan 15, 2016
@evoskuil
Copy link
Member

The problem was reproduced on all platforms and has been resolved in v2.3.0.

@evoskuil evoskuil added this to the 2.3.0 milestone Jan 15, 2016
@evoskuil evoskuil added the bug label Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants