couchbaselabs / couchbaselabs/cbforest
JNI local-refs overflow
Open
bug
icebox
JNI
- Dominant language
- C++
- Stars
- 18
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
I found some more functions that can create an unlimited number of JNI local references, by converting an array of Java objects into a native array:
- Java_com_couchbase_cbforest_DocumentIterator_initEnumerateSomeDocs
- Java_com_couchbase_cbforest_Indexer_emit
These are subject to the same crash as in couchbase-lite-android#782.
They can be fixed the same way as in #64.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.