<?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: SIGSEGV error and application crash when using SDK in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129673#M949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I actually have 3 graphics layers, but two of them are more or less temporary layers with only a few graphics. However, the other graphics layer can contain a few hundred up to several thousand graphics. Is this what you mean with "large" graphics layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you now use feature layers to display your graphics?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Sep 2013 13:53:05 GMT</pubDate>
    <dc:creator>SebastianGreifeneder</dc:creator>
    <dc:date>2013-09-17T13:53:05Z</dc:date>
    <item>
      <title>SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129657#M933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been trying to track this down for a couple of days now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;07-25 13:03:49.340: A/libc(7133): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My application instantly crashes and I get no stack trace. I can usually run for 5-10 minutes panning around until this happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have removed all of my tiles, all graphics features and it still happens. Since this is happening in native code, my debugging options appear to be pretty limited at this point.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 17:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129657#M933</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-07-25T17:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129658#M934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jozef, can you run a basic, Hello World map from the SDK?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's a blog post I wrote that may help narrow the problem down: &lt;/SPAN&gt;&lt;A href="http://www.andygup.net/troubleshooting-multi-threading-problems-related-to-androids-onresume/"&gt;http://www.andygup.net/troubleshooting-multi-threading-problems-related-to-androids-onresume/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 15:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129658#M934</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-07-31T15:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129659#M935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have not tried running the hello world app on the newest version of the SDK, but I haven't had any issues in the past.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done the console logging after every line already to no avail. It is crashing in native code, and there are no exceptions thrown that I can catch. The app simply goes away without even an error on the device screen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This isn't a terribly complex application, but it does use multiple graphics layers (with async tasks) and a custom tile loader.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried running it in the simulator so I can get the actual core dumps, but the emulator takes ages to work and the app barely functions at all when panning. I am nearly to the point of rooting the device to just see if I can get something useful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 15:44:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129659#M935</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-07-31T15:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129660#M936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gotcha. I see there are other references to the same error after doing a quick internet search. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your best bet is to try the app on another phone or tablet. Is that an option? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it crashes on several phones with the same version of the Android OS then the problem is most likely the app. If it only crashes on one phone in particular, then the problem could be related to that phone. I suggest trying it out on several phones before rooting or resetting your phone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What phone and OS version are you running?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129660#M936</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-07-31T16:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129661#M937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am running it on a ASUS transformer 101, android 4.0.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont know if it will run on a phone, but maybe I can borrow a tablet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't seem to find anything on the internet about getting the stack trace in a case like this. That would make it much more simple.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:13:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129661#M937</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-07-31T16:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129662#M938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I noticed you said you couldn't capture an error on the device screen. Have you looked at the &lt;/SPAN&gt;&lt;A href="http://developer.android.com/tools/help/adb.html"&gt;ADB logcat&lt;/A&gt;&lt;SPAN&gt; dump for your phone? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could also try Acra &lt;/SPAN&gt;&lt;A href="http://acra.ch/"&gt;http://acra.ch/&lt;/A&gt;&lt;SPAN&gt;. I haven't used it in a while so I don't know much about the latest version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And, there are also ways to capture an NDK stack dump if the error is happening below the application level and further down in the Android OS. You could look into way to capture that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:22:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129662#M938</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-07-31T16:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129663#M939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have seen both of those and used logcat, but acra cannot work on anything below the java level. The logcat output just tells me the SIGSEGV happened but with no context at all so I can't see what happened leading up to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The NDK doesnt run on windows, so that is a problem (at least not easily). I am reading about JNI hooks now, so maybe that will be useful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:29:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129663#M939</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-07-31T16:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129664#M940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep, I've been there and done that. Before you go any farther then I suggest the following things to make sure you've eliminated the easy problems. IMHO I've found it's almost never worth the time to do deep OS-level debugging when working at the application level. I've found some interesting things like busted power controller boards and corrupted methods within patches, but it all meant I should have either replaced or rebuilt the device in the first place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Make sure you've installed the latest ArcGIS Runtime&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Restart your phone&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Try running a Hello World Android (non-ArcGIS) app and see if it happens&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Then, try running the Hello World ArcGIS app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If everything works with these three steps, then I recommend creating a brand new project and start building your app from the ground up until you hit the spot where the problem starts happening again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:41:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129664#M940</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-07-31T16:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129665#M941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You make me sad Andy, but I suppose I will make that plunge and rebuild slowly. I have tried commenting out large sections of code with no luck. The worst part is that it make take 20 minutes or more of solid panning and zooming to crash it. That is why I had hoped to find a place to look.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:46:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129665#M941</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-07-31T16:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129666#M942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just to clarify I was referring to Scenario 1. What you have are two different scenarios:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Scenario 1 - app crashes immediately&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Scenario 2 - app crashes after 5 - 20(?) minutes of panning and zooming. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you get the exact same error in both scenarios?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:54:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129666#M942</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-07-31T16:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129667#M943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Im sorry, my writeup wasn't clear originally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My app starts and runs fine. Only after panning and zooming for a random period does it crash and always with the SIGSEGV error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I should have wrote that the app immediately closes (no warnings or logcat output) when receiving the SIGSEGV.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 16:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129667#M943</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-07-31T16:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129668#M944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, that makes sense, thanks. I'd still suggest restarting the phone and then trying out your panning and zooming on the Hello World map app and see if you can recreate the problem on that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And, if that works fine then you'd most likely agree it's something in your custom app. Then creating&amp;nbsp; a new project from scratch will help you pinpoint the problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 17:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129668#M944</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-07-31T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129669#M945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had a few more thoughts since your use case calls for extensive panning and zooming. When the app crashes pay attention to the data and cache size as found in Settings &amp;gt; App Info &amp;gt; your application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also consider setting up the app to ask for a larger heap: &lt;/SPAN&gt;&lt;A href="http://developer.android.com/reference/android/R.styleable.html#AndroidManifestApplication_largeHeap"&gt;http://developer.android.com/reference/android/R.styleable.html#AndroidManifestApplication_largeHeap&lt;/A&gt;&lt;SPAN&gt;. This is a common approach in apps that are data intensive, even with the caveats such as you can't predict how large the heap will do. It also depends on what the device has for available memory and CPU, etc. I'd consider your use case as following into this category.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;android:largeHeap="true" &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might also monitor the heap in DDMS and see if that provides any hints if you are using too much memory somewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 17:18:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129669#M945</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2013-07-31T17:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129670#M946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. I will give those a try and see what happens.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 17:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129670#M946</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-07-31T17:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129671#M947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jozef, did you come to any results since then?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running exactly into the same problem. After some time of panning and zooming, the app crashes without any UI message. Only this one SIGSEGV error shows up in the LogCat. &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;09-17 11:43:33.880: A/libc(2056): Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I guess: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've built an offline app, using two compact caches. Actually I'm experiencing this problem when both compact caches and a graphics layer are shown in the map. So maybe there is some kind of memory problem and two caches are too much ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try the largeHeap hint, as Andy mentioned before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 11:48:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129671#M947</guid>
      <dc:creator>SebastianGreifeneder</dc:creator>
      <dc:date>2013-09-17T11:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129672#M948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have taken my app apart and removed the graphics layers and everything seems to work. I have not found a final resolution to the problem yet however. So, it seems that the offline tiles are fine, just something to do with large graphics feature layers is causing an issue (or multiple graphics layers).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 12:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129672#M948</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-09-17T12:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129673#M949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I actually have 3 graphics layers, but two of them are more or less temporary layers with only a few graphics. However, the other graphics layer can contain a few hundred up to several thousand graphics. Is this what you mean with "large" graphics layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you now use feature layers to display your graphics?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 13:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129673#M949</guid>
      <dc:creator>SebastianGreifeneder</dc:creator>
      <dc:date>2013-09-17T13:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129674#M950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have pretty much the same setup. 3 layers and about the same number of objects in one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I load the big one using an async task every time the view changes at all (including every pan operation). The dataset I am using contains 110,000 items so I only display when zoomed in past a threshold. So I may dump and reload 1,000 or more graphics features on every pan. I just dont think it was made for that kind of duty.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right now I just deal with the crashes, but at some point i will revisit the underlying issue. It would be awesome if an ESRI person would run it and show the crash point in their debugger, but that is asking a bit much for them to do that. Everyone would ask then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is crashing in native code, so there isnt much you can do with it for troubleshooting or pinpointing. I tried to run it in the emulator to get the actual process dump when it crashes, but my computer cant run the emulator fast enough to make it happen.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 15:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129674#M950</guid>
      <dc:creator>JozefKaslikowski</dc:creator>
      <dc:date>2013-09-17T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129675#M951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone I am new to android development , can anyone give me some tips and basic key ideas for an app development?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 11:46:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129675#M951</guid>
      <dc:creator>OliviaWattson</dc:creator>
      <dc:date>2013-09-18T11:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSEGV error and application crash when using SDK</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129676#M952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jozef,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think we have to wait for ESRI to release its native offline functionality to overcome this problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because also using feature layers, all features have to be stored within memory, so imo it can't be that better. And everything else with graphic layers can only be a workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And using the emulator with ArcGIS Runtime SDK for Android is just not practical!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sebastian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 14:13:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/sigsegv-error-and-application-crash-when-using-sdk/m-p/129676#M952</guid>
      <dc:creator>SebastianGreifeneder</dc:creator>
      <dc:date>2013-09-18T14:13:21Z</dc:date>
    </item>
  </channel>
</rss>

