Open whatsthecraic opened 4 years ago
Hello! That is very interesting. The library should be catching the hashpower_changed exception here. So I'm curious how it managed to propagate out of run_cuckoo
(line 1384 on your stack trace).
Do you happen to have a way to reproduce this issue, or somehow find out why we're not catching the hashpower_changed
exception?
Hi there. I've only caught this error once, while concurrently running 40 logical threads on a server with 40 physical threads. I'm not able to provide you more context atm. The compiler was actually GCC v10.2 rather than GCC v10.1.
HI there,
while concurrently inserting in a hash table, the library raises the exception hashpower_changed:
stack trace:
fedora 30 linux 5.0.17, gcc 10.1, debug build, libcuckoo @ f3138045810b2c2e9b59dbede296b4a5194af4f9
Can you elaborate what this is and how to solve?
Thanks