You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it's endless, it's just that it takes a really long time. It seems to be calling nondet_compare from utils.c to compare elements from each hash table, but the number of elements is capped to be 8 in the tables (I think, I'm just going off a line from the CMakeLists.txt file). So it probably would return given enough time, but it seems like it chews up memory so it gets slower as it runs. I think you should probably leave this until we can get input from @siddharth because the hash_table_eq job from the jobs directory suffers from the same problem when run in --vac mode, so I feel like it's a problem with something from the hash_table testing suite and doesn't really have anything to do with the sea_tracking stuff.
Related to PR #121.
Running on --vac seems to loop on the following two lines:
The text was updated successfully, but these errors were encountered: