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

Crash when inserting Element in List #3

Closed
AymanRadid opened this issue Mar 3, 2016 · 1 comment
Closed

Crash when inserting Element in List #3

AymanRadid opened this issue Mar 3, 2016 · 1 comment
Assignees

Comments

@AymanRadid
Copy link

Using the following function I am trying to benchmark the performance of this List

capture

I get the following error on line 183 BTreeNode
EXC_BAD_INSTRUCTION fatal error: Array index out of range.

The index where this happens is 682.

@lorentey lorentey self-assigned this Mar 3, 2016
@lorentey
Copy link
Collaborator

lorentey commented Mar 3, 2016

Very nice catch, thank you!
It was caused by a regression during refactoring that wasn't caught by the test suite.

pbk20191 pushed a commit to pbk20191/BTree that referenced this issue Aug 17, 2024
BTree: Support for hashable Keys / Values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants