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.

Organic Maps (Debug)-2023-09-29-172728.txt

About this issue

  • Original URL
  • State: closed
  • Created 9 months ago
  • Comments: 18 (18 by maintainers)

Most upvoted comments