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
Error occurs in function hash_table_remove and hash_table_add:
table->key_num/ table->key_count <--Here
The table key_count could be 0, you need check.