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

SearchNode fails with unbalanced tree with next version (ts) #8

Open
MatthieuNICOLAS opened this issue Nov 17, 2016 · 0 comments
Open
Labels

Comments

@MatthieuNICOLAS
Copy link
Collaborator

While working on the next version, we disabled the balancing of the tree to make debugging easier.
But it shows a new issue: the function searchNode() (called here) can not find the node where to insert the new block and thus returns a null value.

Scenario to reproduce this issue:

  • Insert a first block.
  • Split this block with a new one.
  • Append new blocks to the splitting one until the null exception is thrown.
@Conaclos Conaclos added the bug label Apr 14, 2017
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