c - Can't Understand Glib Error -
i making use of glib 2.0 framework. after time, c program outputs error:
glib-critical **: g_hash_table_foreach_remove_or_steal: assertion `version == hash_table->version' failed
can tell me means in general? google hasnt helped much. thank you
a google search text provided produced:
this indicates did g_hash_table_remove() (or g_hash_table_insert(), g_hash_table_replace() or similar) while iterating on same hash table. didn't spot happen.
taken here.
hopefully, have enough information find error in code.
Comments
Post a Comment