numPointsInPath crash

812
0
05-31-2016 11:32 AM
KonradWinkowski1
New Contributor


Recently we noticed that a small amount of our users experience a crash when interacting with the map. Specifically, the crash they get is :

EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000018

The line of code that the app crashes on is:

Esri_runtimecore::Geometry::Attribute_stream_of_int64::read(long long) const + 4304389788

And the call right before that comes from our app:

for (int i = 0; i < [polyline numPointsInPath:0]; i++) {

I can't seem to reproduce the crash and I'm not sure if there is a way to fix it or what I should change.

Any ideas on what else I could try ?

0 Kudos
0 Replies