After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 732244 - Fail to unprepare stores
Fail to unprepare stores
Status: RESOLVED FIXED
Product: folks
Classification: Platform
Component: Dummy backend
git master
Other Linux
: Normal normal
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-25 19:55 UTC by Renato Araujo Oliveira Filho
Modified: 2014-06-25 22:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed dummy backend exit. (660 bytes, patch)
2014-06-25 19:59 UTC, Renato Araujo Oliveira Filho
committed Details | Review
dummy: Don’t modify a HashMap while iterating over it (1.46 KB, patch)
2014-06-25 22:24 UTC, Philip Withnall
committed Details | Review

Description Renato Araujo Oliveira Filho 2014-06-25 19:55:54 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)
Comment 1 Renato Araujo Oliveira Filho 2014-06-25 19:59:45 UTC
Created attachment 279250 [details] [review]
Fixed dummy backend exit.
Comment 2 Philip Withnall 2014-06-25 22:24:01 UTC
Created attachment 279269 [details] [review]
dummy: Don’t modify a HashMap while iterating over it

Iterate over a copy instead.
Comment 3 Philip Withnall 2014-06-25 22:24:48 UTC
Great, thanks. Committed with an addition to the NEWS file.