swym icon indicating copy to clipboard operation
swym copied to clipboard

Segfault with concurrent insertions/deletions using the rbtree

Open grtheod opened this issue 4 years ago • 0 comments

Hi and thanks for the cool project!

I was playing with the rbtree implementation and while the current benchmarks work as expected, when I tried to have multiple threads performing insertions and deletions at the same time I got a null pointer exception in the removal method.

I was wondering whether this is a known issue and if you plan to address it. :)

Thanks, George

grtheod avatar Nov 26 '20 15:11 grtheod