organicmaps: [iOS] Crash in specific map area
I have built the iPhone app from latest master and the app is crashing when zooming in to an area around here: https://www.openstreetmap.org/#map=17/42.80912/-1.63816 https://omaps.app/on_T5ETlOL
It happens with builds after commit 5e0a1266199f1107ad0d4feeb0bfbcad7e580330. I have built with older commits and the app works fine.
The XCode debugger points to this part of the code in geometry/rect2d.hpp file when the crash happens:
Rect(T minX, T minY, T maxX, T maxY) : m_minX(minX), m_minY(minY), m_maxX(maxX), m_maxY(maxY)
{
ASSERT(minX <= maxX, ());
ASSERT(minY <= maxY, ());
}
Attached is the related crash log taken from Settings > Privacy > Analytics & Improvements > Analytics Data, if it helps.
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Comments: 18 (18 by maintainers)
Fix: https://github.com/organicmaps/organicmaps/pull/6151/commits/b1fe81591144d2fb5d575f7f8d1b66dff6d3c8ba