[TIMOB-25951] JavaObject Exception in Hyperloop Examples app
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-08-29T18:16:11.000+0000 |
Affected Version/s | Release 7.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | 7.1.0.GA, regression |
Reporter | Rene Pot |
Assignee | Rene Pot |
Created | 2018-04-10T09:25:14.000+0000 |
Updated | 2018-08-29T18:16:11.000+0000 |
Description
The Hyperloop sample app triggers the same error as reported & fixed in TIMOB-25887, but happens twice
The error is also reported by the community
[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity create, savedInstanceState: null
[ERROR] : JavaObject: !!! OH NO! We tried to grab a Java Object back out of the reference table, but it must have been GC'd, because it's null! Key: 0
[INFO] : chatty: uid=10093(u0_a93) com.appcelerator.sample.hyperloop identical 2 lines
[ERROR] : JavaObject: !!! OH NO! We tried to grab a Java Object back out of the reference table, but it must have been GC'd, because it's null! Key: 0
[INFO] : TiRootActivity: (main) [0,0] checkpoint, on root activity resume. activity = com.appcelerator.sample.hyperloop.Hyperloop_sampleActivity@eb03174
The error is triggered when opening the app, no further action is required to trigger it.
App it happens on: https://github.com/appcelerator/hyperloop-examples
[~topener], I remember [~gmathews] resolved this in 7.2.1. See here... https://github.com/appcelerator/titanium_mobile/pull/10197 There were also 2 hyperloop regressions that were resolved in 7.3.1. See [TIMOB-26328] and [TIMOB-26329]. So, would you mind re-testing with 7.3.1 please? I suspect we're fine now.
I'm getting no errors on 7.3.1 with HL 3.1.2. This issue can be resolved indeed. Thanks [~jquick] & [~gmathews]