GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-08-16T14:34:42.000+0000 |
Affected Version/s | Release 2.1.1 |
Fix Version/s | Sprint 2012-16 Core, Release 2.1.2, Release 3.0.0 |
Components | Android |
Labels | core, qe-and070112, qe-newKS, qe-testadded |
Reporter | Anshu Mittal |
Assignee | Allen Yeung |
Created | 2012-07-30T04:23:39.000+0000 |
Updated | 2013-08-23T08:29:30.000+0000 |
Kitchensink crashes on relaunch after opening a tab and leave the device idle for sometime.
This is not regression.This issue occurs on 2.1.0 as well but issue does not reproduce on 2.0.1.
Steps to reproduce:
1. Launch kitchensink.
2. Go to Kitchensink> Phone> sound> Local with file url.
3. Leave for some time.
4. Close the app using hardware back button.
5. Relaunch kitchensink.
Actual:
Kitchensink crashes.
Expected:
Application should not crash and should open normally
PR: https://github.com/appcelerator/titanium_mobile/pull/2657
Saw an identical crash while testing TIMOB-9285. Caused by the tab group activity getting finished off before post open has completed (due to invalid activity detection).
The Java NPE seen in the logcat has been resolved.
Closing as fixed. Tested and verified on: Titanium Studio, build: 2.1.1.201208091713 Titanium SDK, build: 2.2.0.v20120813184911 Devices: Nexus 7 tab (4.1), HTC Evo (4.0.3), Android Emulator (2.2)
I think this was reopened due to the "comments reopen" JIRA issue. Closing.