JNI ERROR (app bug): local reference table overflow (max=512) #2616
Labels
legacy:hands
Hand tracking/gestures/etc
platform:android
Issues with Android as Platform
status:duplicate
This issue or pull request already exists
type:others
issues not falling in bug, perfromance, support, build and install or feature
I get the same err as #2604:#2604
2013-01-18 20:24:53.576 4411-4497/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132] JNI ERROR (app bug): local reference table overflow (max=512)
2013-01-18 20:24:53.576 4411-4497/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132] local reference table dump:
2013-01-18 20:24:53.576 4411-4497/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132] Last 10 entries (of 512):
2013-01-18 20:24:53.576 4411-4497/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132] 511: 0x12d42b50 java.util.ArrayList
2013-01-18 20:24:53.576 4411-4497/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132] 510: 0x6fd56960 java.lang.Class<java.util.ArrayList>
2013-01-18 20:24:53.576 4411-4497/com.google.mediapipe.apps.hands A/art: art/runtime/indirect_reference_table.cc:132]
...
i use the project,:https://github.com/google/mediapipe/tree/master/mediapipe/examples/android/solutions
i run it in RK3399 platform,open camera,run several minutes,the app crash.
this err produce every time,what is the problem?
The text was updated successfully, but these errors were encountered: