Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

listAreaDescriptions() crashes with UTF8 error #82

Closed
wirthual opened this issue Nov 8, 2016 · 2 comments
Closed

listAreaDescriptions() crashes with UTF8 error #82

wirthual opened this issue Nov 8, 2016 · 2 comments

Comments

@wirthual
Copy link

wirthual commented Nov 8, 2016

Heres the output:

11-08 11:45:52.526 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal start byte 0x9b 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] string: '8 �d' 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] in call to NewStringUTF 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] from int com.google.atap.tango.TangoJNINative.GetAreaDescriptionUUIDList(java.lang.String[]) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] "main" prio=5 tid=1 Runnable 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] | group="main" sCount=0 dsCount=0 obj=0x646d3b70 self=0x416e1ea8 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] | sysTid=6832 nice=0 cgrp=apps sched=0/0 handle=0x4002c154 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] | state=R schedstat=( 207051834 53324753 478 ) utm=13 stm=7 core=1 HZ=100 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] | stack=0xbe2c8000-0xbe2cc000 stackSize=8MB 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] native: art::Thread::DumpStack(std::ostream&) const+87 [0x4162fb78] (libart.so) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] native: ??? [0x414db8a6] (libart.so) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] native: art::JniAbortF(char const*, char const*, ...)+51 [0x414dc254] (libart.so) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] native: ??? [0x414dc2f4] (libart.so) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] native: ??? [0x414df842] (libart.so) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] native: ??? [0x414e55ee] (libart.so) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] native: Java_com_google_atap_tango_TangoJNINative_GetAreaDescriptionUUIDList+25 [0x48a2dc76] (libtango_client_api.so) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at com.google.atap.tango.TangoJNINative.GetAreaDescriptionUUIDList(Native method) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at com.google.atap.tangoservice.Tango.listAreaDescriptions(Tango.java:665) 11-08 11:45:52.527 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at com.projecttango.examples.java.planefitting.PlaneFittingActivity.onResume(PlaneFittingActivity.java:197) 11-08 11:45:52.528 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1192) 11-08 11:45:52.528 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.app.Activity.performResume(Activity.java:5310) 11-08 11:45:52.528 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2788) 11-08 11:45:52.528 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2826) 11-08 11:45:52.528 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2251) 11-08 11:45:52.528 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.app.ActivityThread.access$800(ActivityThread.java:136) 11-08 11:45:52.528 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1197) 11-08 11:45:52.528 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.os.Handler.dispatchMessage(Handler.java:102) 11-08 11:45:52.529 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.os.Looper.loop(Looper.java:136) 11-08 11:45:52.529 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at android.app.ActivityThread.main(ActivityThread.java:5030) 11-08 11:45:52.529 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at java.lang.reflect.Method.invoke(Native method) 11-08 11:45:52.529 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 11-08 11:45:52.529 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609) 11-08 11:45:52.529 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/check_jni.cc:64] 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] Runtime aborting... 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] Aborting thread: 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "main" prio=5 tid=1 Runnable 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="main" sCount=0 dsCount=0 obj=0x646d3b70 self=0x416e1ea8 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6832 nice=0 cgrp=apps sched=0/0 handle=0x4002c154 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=R schedstat=( 224846999 56025504 500 ) utm=14 stm=7 core=1 HZ=100 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0xbe2c8000-0xbe2cc000 stackSize=8MB 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::Thread::DumpStack(std::ostream&) const+87 [0x4162fb78] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x41627c62] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::Runtime::Abort()+79 [0x41628204] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::LogMessage::~LogMessage()+507 [0x414d389c] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x414dbad4] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::JniAbortF(char const*, char const*, ...)+51 [0x414dc254] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x414dc2f4] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x414df842] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x414e55ee] (libart.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: Java_com_google_atap_tango_TangoJNINative_GetAreaDescriptionUUIDList+25 [0x48a2dc76] (libtango_client_api.so) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.google.atap.tango.TangoJNINative.GetAreaDescriptionUUIDList(Native method) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.google.atap.tangoservice.Tango.listAreaDescriptions(Tango.java:665) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.projecttango.examples.java.planefitting.PlaneFittingActivity.onResume(PlaneFittingActivity.java:197) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1192) 11-08 11:45:52.690 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.Activity.performResume(Activity.java:5310) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2788) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2826) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2251) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.access$800(ActivityThread.java:136) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1197) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.os.Handler.dispatchMessage(Handler.java:102) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.os.Looper.loop(Looper.java:136) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.main(ActivityThread.java:5030) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.reflect.Method.invoke(Native method) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] Dumping all threads without appropriate locks held: thread list lock mutator lock 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] All threads: 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] DALVIK THREADS (15): 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "main" prio=5 tid=1 Native 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="main" sCount=0 dsCount=0 obj=0x646d3b70 self=0x416e1ea8 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6832 nice=0 cgrp=apps sched=0/0 handle=0x4002c154 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=R schedstat=( 242573832 56298421 503 ) utm=16 stm=8 core=1 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0xbe2c8000-0xbe2cc000 stackSize=8MB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::Thread::DumpStack(std::ostream&) const+87 [0x4162fb78] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::ThreadList::DumpLocked(std::ostream&)+69 [0x4163ab16] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x41627d14] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::Runtime::Abort()+79 [0x41628204] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::LogMessage::~LogMessage()+507 [0x414d389c] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x414dbad4] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::JniAbortF(char const*, char const*, ...)+51 [0x414dc254] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x414dc2f4] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x414df842] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x414e55ee] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: Java_com_google_atap_tango_TangoJNINative_GetAreaDescriptionUUIDList+25 [0x48a2dc76] (libtango_client_api.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.google.atap.tango.TangoJNINative.GetAreaDescriptionUUIDList(Native method) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.google.atap.tangoservice.Tango.listAreaDescriptions(Tango.java:665) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.projecttango.examples.java.planefitting.PlaneFittingActivity.onResume(PlaneFittingActivity.java:197) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1192) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.Activity.performResume(Activity.java:5310) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2788) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2826) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2251) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.access$800(ActivityThread.java:136) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1197) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.os.Handler.dispatchMessage(Handler.java:102) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.os.Looper.loop(Looper.java:136) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.app.ActivityThread.main(ActivityThread.java:5030) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.reflect.Method.invoke(Native method) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:609) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "Thread pool worker 0" prio=5 tid=2 Native (still starting up) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="" sCount=0 dsCount=0 obj=0x00000000 self=0x4703a168 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6837 nice=0 cgrp=apps sched=0/0 handle=0x43ecd648 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 1341501 435834 8 ) utm=0 stm=0 core=0 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x43d82000-0x43d86000 stackSize=1024KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x43ec6384] ([anon:libc_malloc]) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] (no managed stack frames) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "Thread pool worker 2" prio=5 tid=3 Native (still starting up) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="" sCount=0 dsCount=0 obj=0x00000000 self=0x43eb8c10 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6840 nice=0 cgrp=apps sched=0/0 handle=0x43eb89c8 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 177667 1813499 3 ) utm=0 stm=0 core=0 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x4723f000-0x47243000 stackSize=1024KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x43ec6384] ([anon:libc_malloc]) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] (no managed stack frames) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "Thread pool worker 1" prio=5 tid=4 Native (still starting up) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="" sCount=0 dsCount=0 obj=0x00000000 self=0x43ecb2d0 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6839 nice=0 cgrp=apps sched=0/0 handle=0x43ecab20 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 200583 2382501 3 ) utm=0 stm=0 core=0 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x4713f000-0x47143000 stackSize=1024KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x43ec6384] ([anon:libc_malloc]) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] (no managed stack frames) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "Signal Catcher" daemon prio=5 tid=5 WaitingInMainSignalCatcherLoop 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="system" sCount=0 dsCount=0 obj=0x64867c10 self=0x43ec6de8 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6841 nice=0 cgrp=apps sched=0/0 handle=0x43ecba58 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 848417 346583 3 ) utm=0 stm=0 core=0 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x4733f000-0x47343000 stackSize=1016KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x4162bca7] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::SignalCatcher::WaitForSignal(art::Thread*, art::SignalSet&)+46 [0x4162c01b] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::SignalCatcher::Run(void*)+172 [0x4162d5b9] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: __thread_entry+72 [0x4004f1b0] (libc.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: pthread_create+240 [0x4004f348] (libc.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] (no managed stack frames) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "JDWP" daemon prio=5 tid=6 WaitingInMainDebuggerLoop 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="system" sCount=0 dsCount=0 obj=0x648679f0 self=0x43ec7b68 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6842 nice=0 cgrp=apps sched=0/0 handle=0x43ec7920 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 1972999 4078417 11 ) utm=0 stm=0 core=1 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x4743d000-0x47441000 stackSize=1016KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: art::JDWP::JdwpState::Run()+366 [0x4157c7ef] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x4157dae3] (libart.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: __thread_entry+72 [0x4004f1b0] (libc.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: pthread_create+240 [0x4004f348] (libc.so) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] (no managed stack frames) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "FinalizerDaemon" daemon prio=5 tid=7 Waiting 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="system" sCount=0 dsCount=0 obj=0x6485fdb0 self=0x43ec90f8 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6844 nice=0 cgrp=apps sched=0/0 handle=0x43ec9478 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 395167 5967167 5 ) utm=0 stm=0 core=1 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x4763f000-0x47643000 stackSize=1040KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x41490dd4] ([anon:libc_malloc]) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - waiting on <0x60a82618> (a java.lang.ref.ReferenceQueue) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Object.wait(Object.java:411) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - locked <0x60a82618> (a java.lang.ref.ReferenceQueue) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:173) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "FinalizerWatchdogDaemon" daemon prio=5 tid=8 Sleeping 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="system" sCount=0 dsCount=0 obj=0x64860f90 self=0x43ec9c38 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6845 nice=0 cgrp=apps sched=0/0 handle=0x43ec9fb8 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 137667 115917 2 ) utm=0 stm=0 core=3 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x47743000-0x47747000 stackSize=1040KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x41490dd4] ([anon:libc_malloc]) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.sleep(Native method) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - sleeping on <0x64862110> (a java.lang.Object) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.sleep(Thread.java:1010) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - locked <0x64862110> (a java.lang.Object) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.sleep(Thread.java:978) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Daemons$FinalizerWatchdogDaemon.sleepFor(Daemons.java:251) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Daemons$FinalizerWatchdogDaemon.waitForFinalization(Daemons.java:261) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:215) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "GCDaemon" daemon prio=5 tid=9 Waiting 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="system" sCount=0 dsCount=0 obj=0x64863348 self=0x471385a0 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6847 nice=0 cgrp=apps sched=0/0 handle=0x47138820 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 11354164 6896670 26 ) utm=0 stm=0 core=0 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x4794b000-0x4794f000 stackSize=1040KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x41490dd4] ([anon:libc_malloc]) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - waiting on <0x60a89fe0> (a java.lang.Daemons$GCDaemon) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Daemons$GCDaemon.run(Daemons.java:330) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - locked <0x60a89fe0> (a java.lang.Daemons$GCDaemon) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "ReferenceQueueDaemon" daemon prio=5 tid=10 Waiting 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="system" sCount=0 dsCount=0 obj=0x64867a90 self=0x43ec82f0 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6843 nice=0 cgrp=apps sched=0/0 handle=0x43ec8570 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 259166 3306751 5 ) utm=0 stm=0 core=0 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x4753b000-0x4753f000 stackSize=1040KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x41490dd4] ([anon:libc_malloc]) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - waiting on <0x600c2780> (a java.lang.Class<java.lang.ref.ReferenceQueue>) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:133) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - locked <0x600c2780> (a java.lang.Class<java.lang.ref.ReferenceQueue>) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "HeapTrimmerDaemon" daemon prio=5 tid=11 Waiting 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="system" sCount=0 dsCount=0 obj=0x64862140 self=0x471380d8 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6846 nice=0 cgrp=apps sched=0/0 handle=0x47138358 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 119500 4812583 2 ) utm=0 stm=0 core=1 HZ=100 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x47847000-0x4784b000 stackSize=1040KB 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x41490dd4] ([anon:libc_malloc]) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - waiting on <0x60a89ff0> (a java.lang.Daemons$HeapTrimmerDaemon) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Daemons$HeapTrimmerDaemon.run(Daemons.java:299) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - locked <0x60a89ff0> (a java.lang.Daemons$HeapTrimmerDaemon) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811) 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "Binder_1" prio=5 tid=12 Native 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="main" sCount=0 dsCount=0 obj=0x6486a598 self=0x4713a188 11-08 11:45:52.691 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6849 nice=0 cgrp=apps sched=0/0 handle=0x471398c0 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 1396419 1563749 22 ) utm=0 stm=0 core=3 HZ=100 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x47b4d000-0x47b51000 stackSize=1016KB 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::IPCThreadState::talkWithDriver(bool)+140 [0x400fb3ed] (libbinder.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::IPCThreadState::getAndExecuteCommand()+6 [0x400fbaf7] (libbinder.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::IPCThreadState::joinThreadPool(bool)+48 [0x400fbb8d] (libbinder.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x400ff9a9] (libbinder.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::Thread::_threadLoop(void*)+216 [0x400caa59] (libutils.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::AndroidRuntime::javaThreadShell(void*)+68 [0x40157eb1] (libandroid_runtime.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x400ca58b] (libutils.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: __thread_entry+72 [0x4004f1b0] (libc.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: pthread_create+240 [0x4004f348] (libc.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] (no managed stack frames) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "Binder_2" prio=5 tid=13 Native 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="main" sCount=0 dsCount=0 obj=0x6486be48 self=0x43e98250 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6850 nice=0 cgrp=apps sched=0/0 handle=0x43e98008 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 2311500 3784666 10 ) utm=0 stm=0 core=0 HZ=100 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x47c4b000-0x47c4f000 stackSize=1016KB 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::IPCThreadState::talkWithDriver(bool)+140 [0x400fb3ed] (libbinder.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::IPCThreadState::getAndExecuteCommand()+6 [0x400fbaf7] (libbinder.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::IPCThreadState::joinThreadPool(bool)+48 [0x400fbb8d] (libbinder.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x400ff9a9] (libbinder.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::Thread::_threadLoop(void*)+216 [0x400caa59] (libutils.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: android::AndroidRuntime::javaThreadShell(void*)+68 [0x40157eb1] (libandroid_runtime.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x400ca58b] (libutils.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: __thread_entry+72 [0x4004f1b0] (libc.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: pthread_create+240 [0x4004f348] (libc.so) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] (no managed stack frames) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "Thread-548" prio=5 tid=14 Native 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="main" sCount=0 dsCount=0 obj=0x648dd7a0 self=0x43ea4778 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6854 nice=0 cgrp=apps sched=0/0 handle=0x43ea4a78 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 113833 0 1 ) utm=0 stm=0 core=3 HZ=100 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x486ba000-0x486be000 stackSize=1040KB 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: oatexec+16147960 [0x633205f8] (system@framework@boot.oat) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.net.LocalSocketImpl.accept(Native method) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.net.LocalSocketImpl.accept(LocalSocketImpl.java:328) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.net.LocalServerSocket.accept(LocalServerSocket.java:94) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at com.android.tools.fd.runtime.Server$SocketServerThread.run(Server.java:150) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Thread.run(Thread.java:811) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] "GLThread 549" prio=5 tid=15 Waiting 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | group="main" sCount=0 dsCount=0 obj=0x649aff28 self=0x48a008a0 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | sysTid=6855 nice=0 cgrp=apps sched=0/0 handle=0x487cc538 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | state=S schedstat=( 267250 0 1 ) utm=0 stm=0 core=1 HZ=100 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] | stack=0x48b3f000-0x48b43000 stackSize=1040KB 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] native: ??? [0x41490dd4] ([anon:libc_malloc]) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at java.lang.Object.wait(Native method) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - waiting on <0x648e8c78> (a android.opengl.GLSurfaceView$GLThreadManager) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1458) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] - locked <0x648e8c78> (a android.opengl.GLSurfaceView$GLThreadManager) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240) 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/art: art/runtime/runtime.cc:203] 11-08 11:45:52.693 6832-6832/com.projecttango.experiments.planefittingsample A/libc: Fatal signal 6 (SIGABRT) at 0x00001ab0 (code=-6), thread 6832 (nefittingsample)

@wirthual
Copy link
Author

wirthual commented Nov 8, 2016

Seems to be the error if permission for ADF File Load is not granted. So if permission is granted error does not occur.

@wirthual wirthual closed this as completed Nov 8, 2016
@DiAvisoo
Copy link

DiAvisoo commented Nov 9, 2016

Project "java_floor_plan_example" crashes when saving ADF with the following:

E/tango_client_api: TangoErrorType TangoService_saveAreaDescription(char (*)[37]): Internal Error: Could not save an area description. Is learning mode enabled?
A/art: art/runtime/check_jni.cc:64] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal start byte 0xb4
A/art: art/runtime/check_jni.cc:64]     string: ' ͏dp��d�'
A/art: art/runtime/check_jni.cc:64]     in call to NewStringUTF
A/art: art/runtime/check_jni.cc:64]     from int com.google.atap.tango.TangoJNINative.SaveAreaDescription(java.lang.String[])
A/art: art/runtime/check_jni.cc:64] "AsyncTask #1" prio=5 tid=19 Runnable

The project is unmodified so it has learning mode enabled, the correct load/save permissions etc.

First experienced this with my own project and been debugging this the whole day without much progress. Finally found out that the problem exists in the sample project as well so I'm posting this here.

It would seem that the encoding between Java and the C/C++ JNI of Tango lib is getting jumbled up. Check this: http://stackoverflow.com/questions/12127817/android-ics-4-0-ndk-newstringutf-is-crashing-down-the-app

I am completely lost as to how proceed..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants