<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Crash within AGSSimpleMarkerSymbol in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/crash-within-agssimplemarkersymbol/m-p/689605#M6136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it's very hard to say what the sequence of events are because a. it's periodic, and b. the stack trace doesn't link to any part of my app's code. It seems to be caused by tapping a marker on the map, which shows a callout. I'm afraid I cannot supply a sample app due to confidentiality, but given the infrequent nature of the bug that might not prove all that helpful anyway. I was sort of hoping that you could let me know what is occurring at line 213 of AGSMarkerSymbol so I can figure out whether it is my usage of the SDK that is at fault.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2013 09:19:47 GMT</pubDate>
    <dc:creator>ChrisJenkins1</dc:creator>
    <dc:date>2013-05-03T09:19:47Z</dc:date>
    <item>
      <title>Crash within AGSSimpleMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/crash-within-agssimplemarkersymbol/m-p/689603#M6134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am experiencing a periodic crash that seems to occur within the [AGSSimpleMarkerSymbol drawGraphic:atX:y:inContext:] method, any ideas why?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the backtrace for the latest crash:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;0 ...&amp;nbsp; libRIP.A.dylib&amp;nbsp; ripc_Render + 21
2&amp;nbsp; libRIP.A.dylib&amp;nbsp; ripc_DrawPath + 342
3&amp;nbsp; CoreGraphics&amp;nbsp; CGContextDrawPath + 148
4&amp;nbsp; FlightMaps&amp;nbsp; AGSSimpleMarkerSymbol.mm line 213 -[AGSSimpleMarkerSymbol drawGraphic:atX:y:inContext:]
5&amp;nbsp; FlightMaps AGSMarkerSymbol.mm line 112 -[AGSMarkerSymbol layer]
6&amp;nbsp; FlightMaps AGSMarkerSymbol.mm line 255 -[AGSMarkerSymbol baseDrawGraphic:atX:y:inContext:]
7&amp;nbsp; FlightMaps AGSMarkerSymbol.mm line 132 -[AGSMarkerSymbol drawGraphic:inContext:forEnvelope:atResolution:]
8&amp;nbsp; FlightMaps AGSGraphicsLayerDrawingOperation.m line 185 -[AGSGraphicsLayerDrawingOperation main]
9&amp;nbsp; Foundation&amp;nbsp; -[__NSOperationInternal start] + 840
10&amp;nbsp; Foundation&amp;nbsp; __block_global_6 + 102
11 ...&amp;nbsp; libdispatch.dylib&amp;nbsp; _dispatch_call_block_and_release + 10
14&amp;nbsp; libsystem_c.dylib&amp;nbsp; _pthread_wqthread + 360&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 12:18:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/crash-within-agssimplemarkersymbol/m-p/689603#M6134</guid>
      <dc:creator>ChrisJenkins1</dc:creator>
      <dc:date>2013-04-30T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Crash within AGSSimpleMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/crash-within-agssimplemarkersymbol/m-p/689604#M6135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you please let us know sequence of events when this is happening? A reproducible sample app will be best to investigate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 20:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/crash-within-agssimplemarkersymbol/m-p/689604#M6135</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2013-04-30T20:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Crash within AGSSimpleMarkerSymbol</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/crash-within-agssimplemarkersymbol/m-p/689605#M6136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it's very hard to say what the sequence of events are because a. it's periodic, and b. the stack trace doesn't link to any part of my app's code. It seems to be caused by tapping a marker on the map, which shows a callout. I'm afraid I cannot supply a sample app due to confidentiality, but given the infrequent nature of the bug that might not prove all that helpful anyway. I was sort of hoping that you could let me know what is occurring at line 213 of AGSMarkerSymbol so I can figure out whether it is my usage of the SDK that is at fault.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 09:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/crash-within-agssimplemarkersymbol/m-p/689605#M6136</guid>
      <dc:creator>ChrisJenkins1</dc:creator>
      <dc:date>2013-05-03T09:19:47Z</dc:date>
    </item>
  </channel>
</rss>

