GNOME Bugzilla – Bug 732244
Fail to unprepare stores
Last modified: 2014-06-25 22:26:06 UTC
During the backend exit we receive the following error: ERROR:hashmap.c:2932:gee_hash_map_node_iterator_next: assertion failed: (_stamp == _map._stamp)
Created attachment 279250 [details] [review] Fixed dummy backend exit.
Created attachment 279269 [details] [review] dummy: Don’t modify a HashMap while iterating over it Iterate over a copy instead.
Great, thanks. Committed with an addition to the NEWS file.