Closed LuKks closed 8 months ago
Fixed in 10.33.2 that asserts the uints that are passed to c. Note that passing anything other than uints is undefined behaviour but shouldnt crash your process ever (hence the current asserts)
Mind making this into a proper test? :)
For people listening, its also not corrupting, its simply throwing on get with an invalid index
Thanks!
Tests produces different errors but they look related thus same PR
The second test is skipped due high CPU usage, by unskipping it locally you can reproduce
Later, to reproduce the final "Error: Could not load node: 4" the test can be adjusted after the CPU fix or it can be reproduced at the moment by running this script twice:
When running it for the first time it will use 100% CPU, do CTRL-C, and re-run it again then error should happen
It seems that the writer is only left sensible after the first run because if you remove the .append before the second run then everything appears to be fine but it is not lol, just corruption or whatever waiting to happen