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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
@syershov thanks for filing this issue and for the root cause analysis! The proposed fix looks correct, would you like to make a PR or you'd like us to make it?
Platform: linux and macOS
Mapbox SDK version: checkout from master 1d49c23
I'm using sdk for parallel generate some thousand static map images and sometimes i have failed assert check in tiles cache.
mapbox-gl-native/src/mbgl/tile/tile_cache.cpp
Line 37 in 4c1d03c
Workaround for me was correcting condition
mapbox-gl-native/src/mbgl/tile/tile_cache.cpp
Line 24 in 4c1d03c
if (!tiles.emplace(key, std::move(tile)).second) {
Please check this code.
The text was updated successfully, but these errors were encountered: