skorniakov

Results 1 issues of skorniakov

Version 1.84. Insertion at boost\interprocess\sync\windows\sync_utils.hpp line 188 ` umap_type::iterator it = umap_.insert(v).first; ` invalidates iterators in map_ if rehashing of umap_ occurred. Later, due to this, program crashed in destroy_syncs_in_range...