As I understood it, we're not supposed to be seeing these unless working with native code, which I am definitely not. I'm simply calling a bunch of AsyncTasks that fetch web data and populate a listview.
How do I debug it? There is absolutely no indication on what causes it and it's pretty consistent, 1 out of every 6 or 7 runs of my action and it only happen on a GNex, not in the emulator. Is putting tons of logcat around it the only way?
12-08 00:26:03.362: D/dalvikvm(10906): GC_CONCURRENT freed 651K, 12% free 10861K/12320K, paused 4ms+9ms, total 52ms
12-08 00:26:03.362: D/dalvikvm(10906): WAIT_FOR_CONCURRENT_GC blocked 18ms
12-08 00:26:03.362: D/dalvikvm(10906): WAIT_FOR_CONCURRENT_GC blocked 6ms
12-08 00:26:03.401: A/libc(10906): Fatal signal 11 (SIGSEGV), thread 10958 (pool-1-thread-9)
12-08 00:26:03.401: A/libc(10906): Fatal signal 11 (SIGSEGV) at 0x637f4008 (code=1), thread 10923 (pool-2-thread-1)
12-08 00:26:04.330: I/Choreographer(10906): Skipped 47 frames! The application may be doing too much work on its main thread.