GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-04-05T10:40:02.000+0000 |
Affected Version/s | Release 1.8.2 |
Fix Version/s | Release 2.0.0, Sprint 2012-06 |
Components | Android |
Labels | module_samples, qe-and021312, qe-testadded, regression |
Reporter | Dustin Hyde |
Assignee | Josh Roesslein |
Created | 2012-02-27T18:50:43.000+0000 |
Updated | 2012-04-05T10:40:02.000+0000 |
When the Master/Detail Application template app is used, JNI: DeleteGlobalRef(0xdebcce57) failed to find entry warnings are repeatedly logged to the console.
This only occurs in 1.8.2.X across all Android versions, with the exception of Android 4.0.2.
This does not occur in 1.8.1. This is a regression.
Note: The functionality of the app does not appear to be affected.
Steps to Reproduce:
1. Run the Master/Detail Application template using 1.8.2.X.
2. Click on a row.
3. Press 'back' button if applicable.
4. Cycle as needed. Check the console.
Expected Result:
No warnings.
Actual Result:
A flood of 02-27 17:52:48.179: W/dalvikvm(3195): JNI: DeleteGlobalRef(0xdebcce57) failed to find entry (valid=0) warnings. Log attached.
This looks to be identical to the crash we are seeing in TIMOB-7774.
Re-opening as Unresolved. Behavior still occurs. SDK: 2.0.0.v20120305174654 Android: V8 Studio: 2.0.0.201203051741 OS: Snow Leopard Devices Tested: Nexus One 2.2.2, Revolution 2.3.4, Xoom 3.2.1
Dustin, are you seeing a crash after these warnings?
There never was a crash, only warnings.
Additional test cases: 1. KS: Base UI -> Views -> Table Views -> Table View (Layout 2) + You should see 2 JNIs warnings opening this test. + If you then spam click on the rows very fast, more JNI warnings will occur. 2. KS: Base UI -> Views -> Table Views -> Table View (Layout) same as test 1. JNI warnings are everywhere. Everytime I click on a test, I see 1-2 warnings. This seems to be a general proxy problem
[Pull Request #1643](https://github.com/appcelerator/titanium_mobile/pull/1643) created to resolve issue.
Closing as Fixed. SDK: 2.0.0.v20120315140247 Android: V8 Studio: 2.0.0.201203142055 OS: Snow Leopard Devices Tested: Nexus S 2.3.6, GSlate 3.1
Opening to edit labels.