Skip to content

Instantly share code, notes, and snippets.

@ictrobot
Created December 15, 2014 16:48
Show Gist options
  • Save ictrobot/4fbdd5b94c6d96e069bf to your computer and use it in GitHub Desktop.
Save ictrobot/4fbdd5b94c6d96e069bf to your computer and use it in GitHub Desktop.
JNI DETECTED ERROR IN APPLICATION: non-nullable address is NULL in call to NewDirectByteBuffer
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] JNI DETECTED ERROR IN APPLICATION: non-nullable address is NULL
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] in call to NewDirectByteBuffer
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] from java.nio.ByteBuffer com.badlogic.gdx.utils.BufferUtils.newDisposableByteBuffer(int)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] "Client" prio=5 tid=14 Runnable
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] | group="main" sCount=0 dsCount=0 obj=0x12c9e2d0 self=0xac86dc00
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] | sysTid=29854 nice=0 cgrp=apps sched=0/0 handle=0xaf462180
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] | state=R schedstat=( 6379292506 2632602309 11952 ) utm=468 stm=169 core=0 HZ=100
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] | stack=0xa3863000-0xa3865000 stackSize=1036KB
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] | held mutexes= "mutator lock"(shared held)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #00 pc 00004c58 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #01 pc 000034c1 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #02 pc 002526c5 /system/lib/libart.so (???)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #03 pc 002361a3 /system/lib/libart.so (???)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #04 pc 000b1215 /system/lib/libart.so (???)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #05 pc 000b1945 /system/lib/libart.so (???)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #06 pc 000c0583 /system/lib/libart.so (???)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #07 pc 0000de0c /data/app/ethanjones.cubes.core.platform.android-2/lib/arm/libgdx.so (Java_com_badlogic_gdx_utils_BufferUtils_newDisposableByteBuffer+44)
12-15 16:45:52.341 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] native: #08 pc 00085c1d /data/dalvik-cache/arm/data@app@ethanjones.cubes.core.platform.android-2@base.apk@classes.dex (Java_com_badlogic_gdx_utils_BufferUtils_newDisposableByteBuffer__I+84)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at com.badlogic.gdx.utils.BufferUtils.newDisposableByteBuffer(Native method)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at com.badlogic.gdx.utils.BufferUtils.newUnsafeByteBuffer(BufferUtils.java:517)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at com.badlogic.gdx.graphics.glutils.VertexBufferObject.<init>(VertexBufferObject.java:83)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at com.badlogic.gdx.graphics.Mesh.<init>(Mesh.java:110)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at ethanjones.cubes.graphics.world.AreaRenderer.<init>(AreaRenderer.java:59)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at ethanjones.cubes.graphics.world.AreaRendererPool.newObject(AreaRendererPool.java:9)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at ethanjones.cubes.graphics.world.AreaRendererPool.newObject(AreaRendererPool.java:5)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at com.badlogic.gdx.utils.Pool.obtain(Pool.java:50)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at ethanjones.cubes.core.system.Pools.obtain(Pools.java:40)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] - locked <0x05c6b889> (a ethanjones.cubes.graphics.world.AreaRendererPool)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at ethanjones.cubes.graphics.rendering.WorldRenderer.render(WorldRenderer.java:67)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at ethanjones.cubes.graphics.rendering.Renderer.render(Renderer.java:20)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at ethanjones.cubes.side.client.CubesClient.render(CubesClient.java:60)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at ethanjones.cubes.core.platform.ClientAdapter.render(ClientAdapter.java:133)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:416)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1522)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65] at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1239)
12-15 16:45:52.342 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/check_jni.cc:65]
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] Runtime aborting...
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] Aborting thread:
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Client" prio=5 tid=14 Native
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c9e2d0 self=0xac86dc00
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29854 nice=0 cgrp=apps sched=0/0 handle=0xaf462180
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=R schedstat=( 6471221510 2641249919 12023 ) utm=473 stm=174 core=1 HZ=100
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xa3863000-0xa3865000 stackSize=1036KB
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes= "abort lock" "mutator lock"(shared held)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00004c58 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000034c1 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 002526c5 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 002361a3 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 00225b91 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 00225e33 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 00225ff3 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 000a72e9 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #08 pc 000b1401 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #09 pc 000b1945 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #10 pc 000c0583 /system/lib/libart.so (???)
12-15 16:45:53.549 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #11 pc 0000de0c /data/app/ethanjones.cubes.core.platform.android-2/lib/arm/libgdx.so (Java_com_badlogic_gdx_utils_BufferUtils_newDisposableByteBuffer+44)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #12 pc 00085c1d /data/dalvik-cache/arm/data@app@ethanjones.cubes.core.platform.android-2@base.apk@classes.dex (Java_com_badlogic_gdx_utils_BufferUtils_newDisposableByteBuffer__I+84)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.utils.BufferUtils.newDisposableByteBuffer(Native method)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.utils.BufferUtils.newUnsafeByteBuffer(BufferUtils.java:517)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.graphics.glutils.VertexBufferObject.<init>(VertexBufferObject.java:83)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.graphics.Mesh.<init>(Mesh.java:110)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.world.AreaRenderer.<init>(AreaRenderer.java:59)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.world.AreaRendererPool.newObject(AreaRendererPool.java:9)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.world.AreaRendererPool.newObject(AreaRendererPool.java:5)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.utils.Pool.obtain(Pool.java:50)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.core.system.Pools.obtain(Pools.java:40)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x05c6b889> (a ethanjones.cubes.graphics.world.AreaRendererPool)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.rendering.WorldRenderer.render(WorldRenderer.java:67)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.rendering.Renderer.render(Renderer.java:20)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.side.client.CubesClient.render(CubesClient.java:60)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.core.platform.ClientAdapter.render(ClientAdapter.java:133)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:416)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1522)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1239)
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] Dumping all threads without appropriate locks held: thread list lock mutator lock
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] All threads:
12-15 16:45:53.550 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] DALVIK THREADS (24):
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "main" prio=5 tid=1 Native
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x74248ec0 self=0xb5007800
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29836 nice=0 cgrp=apps sched=0/0 handle=0xb6fd9ec8
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 179775682 69804832 333 ) utm=14 stm=3 core=0 HZ=100
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xbe58a000-0xbe58c000 stackSize=8MB
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00039430 /system/lib/libc.so (__epoll_pwait+20)
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 00014571 /system/lib/libc.so (epoll_pwait+26)
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0001457f /system/lib/libc.so (epoll_wait+6)
12-15 16:45:53.561 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 000123c3 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 000125ed /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 0007fb61 /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(_JNIEnv*, int)+22)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000b0dc7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_android_os_MessageQueue_nativePollOnce__JI+102)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at android.os.MessageQueue.nativePollOnce(Native method)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at android.os.MessageQueue.next(MessageQueue.java:143)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at android.os.Looper.loop(Looper.java:122)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at android.app.ActivityThread.main(ActivityThread.java:5221)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.reflect.Method.invoke!(Native method)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.reflect.Method.invoke(Method.java:372)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Heap thread pool worker thread 0" prio=5 tid=2 Native (still starting up)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x0 self=0xaff0e400
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29841 nice=0 cgrp=apps sched=0/0 handle=0xaf460600
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 3954270 11132604 26 ) utm=0 stm=0 core=1 HZ=100
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb4853000-0xb4855000 stackSize=1020KB
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 002405dd /system/lib/libart.so (???)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 00240577 /system/lib/libart.so (???)
12-15 16:45:53.562 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 00240e65 /system/lib/libart.so (???)
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Heap thread pool worker thread 1" prio=5 tid=3 Native (still starting up)
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x0 self=0xaf90e400
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29842 nice=0 cgrp=apps sched=0/0 handle=0xaf460880
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 3371981 5061874 22 ) utm=0 stm=0 core=3 HZ=100
12-15 16:45:53.570 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb4753000-0xb4755000 stackSize=1020KB
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 002405dd /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 00240577 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 00240e65 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Heap thread pool worker thread 2" prio=5 tid=4 Native (still starting up)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x0 self=0xaf80e400
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29843 nice=0 cgrp=apps sched=0/0 handle=0xaf460b00
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 4088229 7395313 22 ) utm=0 stm=0 core=2 HZ=100
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb4651000-0xb4653000 stackSize=1020KB
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 002405dd /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 00240577 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 00240e65 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Signal Catcher" prio=5 tid=5 WaitingInMainSignalCatcherLoop
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c00080 self=0xaf60e400
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29845 nice=0 cgrp=apps sched=0/0 handle=0xaf460d80
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 1906875 1272552 5 ) utm=0 stm=0 core=0 HZ=100
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb4543000-0xb4545000 stackSize=1012KB
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 0003a950 /system/lib/libc.so (__rt_sigtimedwait+12)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 00017a25 /system/lib/libc.so (sigwait+24)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 002292fb /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 0022ae85 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "JDWP" prio=5 tid=6 WaitingInMainDebuggerLoop
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c24080 self=0xaf50e400
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29846 nice=0 cgrp=apps sched=0/0 handle=0xaf461000
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 3394893 1444586 22 ) utm=0 stm=0 core=1 HZ=100
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb443f000-0xb4441000 stackSize=1012KB
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00039ce8 /system/lib/libc.so (__pselect6+20)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 00015abb /system/lib/libc.so (select+60)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 00296da7 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 00195f95 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 001974e1 /system/lib/libart.so (???)
12-15 16:45:53.571 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "ReferenceQueueDaemon" prio=5 tid=7 Waiting
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c27080 self=0xac86c000
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29847 nice=0 cgrp=apps sched=0/0 handle=0xaf461280
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 4302656 2114741 34 ) utm=0 stm=0 core=1 HZ=100
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb4335000-0xb4337000 stackSize=1036KB
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f5771 /system/lib/libart.so (???)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 00204329 /system/lib/libart.so (???)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000003d3 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x04cc808e> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:133)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x04cc808e> (a java.lang.Class<java.lang.ref.ReferenceQueue>)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "FinalizerDaemon" prio=5 tid=8 Waiting
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c270e0 self=0xac86c400
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29848 nice=0 cgrp=apps sched=0/0 handle=0xaf461500
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 5654689 3493744 24 ) utm=0 stm=0 core=3 HZ=100
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb40fe000-0xb4100000 stackSize=1036KB
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f5771 /system/lib/libart.so (???)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 002042f1 /system/lib/libart.so (???)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x161230af> (a java.lang.ref.ReferenceQueue)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait(Object.java:422)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:101)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x161230af> (a java.lang.ref.ReferenceQueue)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:72)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:173)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "FinalizerWatchdogDaemon" prio=5 tid=9 Sleeping
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c27140 self=0xac86b800
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29849 nice=0 cgrp=apps sched=0/0 handle=0xaf461780
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 1414375 247188 4 ) utm=0 stm=0 core=0 HZ=100
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb3dfe000-0xb3e00000 stackSize=1036KB
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e9c /system/lib/libc.so (syscall+32)
12-15 16:45:53.572 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000a9daf /system/lib/libart.so (???)
12-15 16:45:53.573 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f555d /system/lib/libart.so (???)
12-15 16:45:53.573 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.573 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 000714ad /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+132)
12-15 16:45:53.573 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.sleep!(Native method)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - sleeping on <0x06ee3cbc> (a java.lang.Object)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.sleep(Thread.java:1031)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x06ee3cbc> (a java.lang.Object)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.sleep(Thread.java:985)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:257)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:268)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:216)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "HeapTrimmerDaemon" prio=5 tid=10 Waiting
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c271a0 self=0xac86bc00
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29850 nice=0 cgrp=apps sched=0/0 handle=0xaf461a00
12-15 16:45:53.574 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 2942447 151353 13 ) utm=0 stm=0 core=1 HZ=100
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xb3afe000-0xb3b00000 stackSize=1036KB
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f5771 /system/lib/libart.so (???)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 00204329 /system/lib/libart.so (???)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000003d3 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x3f595445> (a java.lang.Daemons$HeapTrimmerDaemon)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:310)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x3f595445> (a java.lang.Daemons$HeapTrimmerDaemon)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.575 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "GCDaemon" prio=5 tid=11 Waiting
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c27200 self=0xac86c800
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29851 nice=0 cgrp=apps sched=0/0 handle=0xaf461c80
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 438122678 313270564 1577 ) utm=31 stm=12 core=2 HZ=100
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xafcfe000-0xafd00000 stackSize=1036KB
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f5771 /system/lib/libart.so (???)
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 00204329 /system/lib/libart.so (???)
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000003d3 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__+82)
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x2314179a> (a java.lang.Daemons$GCDaemon)
12-15 16:45:53.578 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Daemons$GCDaemon.run(Daemons.java:341)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x2314179a> (a java.lang.Daemons$GCDaemon)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Binder_1" prio=5 tid=12 Native
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c72080 self=0xa4106400
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29852 nice=0 cgrp=apps sched=0/0 handle=0xaf461f00
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 18526980 29107553 117 ) utm=1 stm=0 core=1 HZ=100
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xa42c7000-0xa42c9000 stackSize=1012KB
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00039d48 /system/lib/libc.so (__ioctl+8)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 0005177d /system/lib/libc.so (ioctl+14)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0001f39b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 0001f88b /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 0001f8ed /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 00023a5b /system/lib/libbinder.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 0005df4d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #08 pc 00010045 /system/lib/libutils.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #09 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #10 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Binder_2" prio=5 tid=13 Native
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c7a080 self=0xa3f06400
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29853 nice=0 cgrp=apps sched=0/0 handle=0xa4126080
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 16959172 30734172 106 ) utm=1 stm=0 core=1 HZ=100
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xa4004000-0xa4006000 stackSize=1012KB
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00039d48 /system/lib/libc.so (__ioctl+8)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 0005177d /system/lib/libc.so (ioctl+14)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0001f39b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 0001f88b /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 0001f8ed /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 00023a5b /system/lib/libbinder.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 0005df4d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #08 pc 00010045 /system/lib/libutils.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #09 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #10 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Client" prio=5 tid=14 Native
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12c9e2d0 self=0xac86dc00
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29854 nice=0 cgrp=apps sched=0/0 handle=0xaf462180
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=R schedstat=( 7160563447 2727220011 12539 ) utm=499 stm=217 core=0 HZ=100
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xa3863000-0xa3865000 stackSize=1036KB
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes= "abort lock"
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00004c58 /system/lib/libbacktrace_libc++.so (UnwindCurrent::Unwind(unsigned int, ucontext*)+23)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000034c1 /system/lib/libbacktrace_libc++.so (Backtrace::Unwind(unsigned int, ucontext*)+8)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 002526c5 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 002361a3 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 0023f335 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 00225da9 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 00225ff3 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 000a72e9 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #08 pc 000b1401 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #09 pc 000b1945 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #10 pc 000c0583 /system/lib/libart.so (???)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #11 pc 0000de0c /data/app/ethanjones.cubes.core.platform.android-2/lib/arm/libgdx.so (Java_com_badlogic_gdx_utils_BufferUtils_newDisposableByteBuffer+44)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #12 pc 00085c1d /data/dalvik-cache/arm/data@app@ethanjones.cubes.core.platform.android-2@base.apk@classes.dex (Java_com_badlogic_gdx_utils_BufferUtils_newDisposableByteBuffer__I+84)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.utils.BufferUtils.newDisposableByteBuffer(Native method)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.utils.BufferUtils.newUnsafeByteBuffer(BufferUtils.java:517)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.graphics.glutils.VertexBufferObject.<init>(VertexBufferObject.java:83)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.graphics.Mesh.<init>(Mesh.java:110)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.world.AreaRenderer.<init>(AreaRenderer.java:59)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.world.AreaRendererPool.newObject(AreaRendererPool.java:9)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.world.AreaRendererPool.newObject(AreaRendererPool.java:5)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.utils.Pool.obtain(Pool.java:50)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.core.system.Pools.obtain(Pools.java:40)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x05c6b889> (a ethanjones.cubes.graphics.world.AreaRendererPool)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.rendering.WorldRenderer.render(WorldRenderer.java:67)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.graphics.rendering.Renderer.render(Renderer.java:20)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.side.client.CubesClient.render(CubesClient.java:60)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.core.platform.ClientAdapter.render(ClientAdapter.java:133)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:416)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1522)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1239)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "SoundPoolThread" prio=5 tid=15 Native
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12d47080 self=0xa3406400
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29856 nice=0 cgrp=apps sched=0/0 handle=0xaf462680
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 2099687 7252500 3 ) utm=0 stm=0 core=1 HZ=100
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xa3506000-0xa3508000 stackSize=1012KB
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.579 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000161b5 /system/lib/libc.so (__pthread_cond_timedwait_relative(pthread_cond_t*, pthread_mutex_t*, timespec const*)+56)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0006f921 /system/lib/libmedia.so (android::SoundPoolThread::read()+18)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 0006facb /system/lib/libmedia.so (android::SoundPoolThread::run()+14)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 0005df4d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 00010045 /system/lib/libutils.so (???)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "SoundPool" prio=5 tid=16 Native
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12d4d080 self=0xa3306400
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29855 nice=0 cgrp=apps sched=0/0 handle=0xaf462400
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 1340000 9428645 1 ) utm=0 stm=0 core=1 HZ=100
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xa3604000-0xa3606000 stackSize=1012KB
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000161b5 /system/lib/libc.so (__pthread_cond_timedwait_relative(pthread_cond_t*, pthread_mutex_t*, timespec const*)+56)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0006f6c5 /system/lib/libmedia.so (android::SoundPool::run()+32)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 0005df4d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 00010045 /system/lib/libutils.so (???)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "RenderThread" prio=5 tid=17 Native
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12d7a080 self=0xac4a9000
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=29857 nice=-4 cgrp=apps sched=0/0 handle=0xaf462900
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 80437500 19821615 130 ) utm=5 stm=3 core=1 HZ=100
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xa3204000-0xa3206000 stackSize=1012KB
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00039430 /system/lib/libc.so (__epoll_pwait+20)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 00014571 /system/lib/libc.so (epoll_pwait+26)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0001457f /system/lib/libc.so (epoll_wait+6)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 000123c3 /system/lib/libutils.so (android::Looper::pollInner(int)+98)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 000125ed /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 0003e265 /system/lib/libhwui.so (android::uirenderer::renderthread::RenderThread::threadLoop()+44)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 0005df4d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #08 pc 00010045 /system/lib/libutils.so (???)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #09 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #10 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Binder_3" prio=5 tid=18 Native
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12da7080 self=0xaf82a400
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=30011 nice=0 cgrp=apps sched=0/0 handle=0xa4126300
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 14072864 23706246 96 ) utm=1 stm=0 core=1 HZ=100
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0xa0806000-0xa0808000 stackSize=1012KB
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00039d48 /system/lib/libc.so (__ioctl+8)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 0005177d /system/lib/libc.so (ioctl+14)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0001f39b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 0001f88b /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 0001f8ed /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 00023a5b /system/lib/libbinder.so (???)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 0005df4d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #08 pc 00010045 /system/lib/libutils.so (???)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #09 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #10 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Binder_4" prio=5 tid=19 Native
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12dbf080 self=0xaf62a400
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=30025 nice=0 cgrp=apps sched=0/0 handle=0xaf84c080
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 12878698 15417031 89 ) utm=0 stm=1 core=0 HZ=100
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0x9f69f000-0x9f6a1000 stackSize=1012KB
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00039d48 /system/lib/libc.so (__ioctl+8)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 0005177d /system/lib/libc.so (ioctl+14)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 0001f39b /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+138)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 0001f88b /system/lib/libbinder.so (android::IPCThreadState::getAndExecuteCommand()+6)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 0001f8ed /system/lib/libbinder.so (android::IPCThreadState::joinThreadPool(bool)+48)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 00023a5b /system/lib/libbinder.so (???)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #06 pc 000104d5 /system/lib/libutils.so (android::Thread::_threadLoop(void*)+112)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #07 pc 0005df4d /system/lib/libandroid_runtime.so (android::AndroidRuntime::javaThreadShell(void*)+72)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #08 pc 00010045 /system/lib/libutils.so (???)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #09 pc 000162e3 /system/lib/libc.so (__pthread_start(void*)+30)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #10 pc 000142d3 /system/lib/libc.so (__start_thread+6)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] (no managed stack frames)
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Server" prio=5 tid=20 Sleeping
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12e15f40 self=0xa0a11c00
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=30088 nice=0 cgrp=apps sched=0/0 handle=0xa0a46f80
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 329746065 381556354 5561 ) utm=11 stm=21 core=1 HZ=100
12-15 16:45:53.580 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0x9cae1000-0x9cae3000 stackSize=1036KB
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e9c /system/lib/libc.so (syscall+32)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000a9daf /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f555d /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 000714ad /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Thread_sleep__Ljava_lang_Object_2JI+132)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.sleep!(Native method)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - sleeping on <0x29db28cb> (a java.lang.Object)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.sleep(Thread.java:1031)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x29db28cb> (a java.lang.Object)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.sleep(Thread.java:985)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at ethanjones.cubes.side.server.integrated.IntegratedServer.run(IntegratedServer.java:32)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Executor-3" prio=5 tid=21 Waiting
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12ee25c0 self=0xaf93d000
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=30092 nice=0 cgrp=apps sched=0/0 handle=0xaf94c800
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 1576746865 1520093185 8614 ) utm=26 stm=131 core=1 HZ=100
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0x9c6b2000-0x9c6b4000 stackSize=1036KB
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f5771 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 002042f1 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x30c068a8> (a java.lang.Object)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.parkFor(Thread.java:1220)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x30c068a8> (a java.lang.Object)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at sun.misc.Unsafe.park(Unsafe.java:299)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1055)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:776)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Executor-1" prio=5 tid=22 TimedWaiting
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12ee2500 self=0xaf93c800
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=30090 nice=0 cgrp=apps sched=0/0 handle=0xaf94c300
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 1472454573 1696726054 8337 ) utm=30 stm=117 core=2 HZ=100
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0x9c8ba000-0x9c8bc000 stackSize=1036KB
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e9c /system/lib/libc.so (syscall+32)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000a9daf /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f555d /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 002042f1 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x3bbfefc1> (a java.lang.Object)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.parkFor(Thread.java:1220)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x3bbfefc1> (a java.lang.Object)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at sun.misc.Unsafe.park(Unsafe.java:299)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:197)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2055)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1060)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:776)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Executor-2" prio=5 tid=23 Waiting
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12ee2560 self=0xaf93cc00
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=30091 nice=0 cgrp=apps sched=0/0 handle=0xaf94c580
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 1518053863 1546378698 8230 ) utm=38 stm=113 core=1 HZ=100
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0x9c7b6000-0x9c7b8000 stackSize=1036KB
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f5771 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 002042f1 /system/lib/libart.so (???)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x1c0c1366> (a java.lang.Object)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.parkFor(Thread.java:1220)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x1c0c1366> (a java.lang.Object)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at sun.misc.Unsafe.park(Unsafe.java:299)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1055)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:776)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.581 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] "Executor-0" prio=5 tid=24 Waiting
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | group="" sCount=0 dsCount=0 obj=0x12ee24a0 self=0xaf93c400
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | sysTid=30089 nice=0 cgrp=apps sched=0/0 handle=0xaf94c080
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | state=S schedstat=( 1462701426 1664298767 8164 ) utm=38 stm=108 core=2 HZ=100
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | stack=0x9c9be000-0x9c9c0000 stackSize=1036KB
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] | held mutexes=
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #00 pc 00012e98 /system/lib/libc.so (syscall+28)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #01 pc 000aa023 /system/lib/libart.so (???)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #02 pc 001f5771 /system/lib/libart.so (???)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #03 pc 001f6e35 /system/lib/libart.so (???)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #04 pc 002042f1 /system/lib/libart.so (???)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] native: #05 pc 000005f7 /data/dalvik-cache/arm/system@framework@boot.oat (Java_java_lang_Object_wait__JI+102)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Object.wait!(Native method)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - waiting on <0x05f186a7> (a java.lang.Object)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.parkFor(Thread.java:1220)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] - locked <0x05f186a7> (a java.lang.Object)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at sun.misc.Unsafe.park(Unsafe.java:299)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.locks.LockSupport.park(LockSupport.java:157)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2016)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1055)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:776)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1035)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1097)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284] at java.lang.Thread.run(Thread.java:818)
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/art﹕ art/runtime/runtime.cc:284]
12-15 16:45:53.582 29836-29854/ethanjones.cubes.core.platform.android A/libc﹕ Fatal signal 6 (SIGABRT), code -6 in tid 29854 (Client)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment