[TIMOB-19249] iOS: ListView randomly crashes the App
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-07-25T00:05:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.1, Release 5.0.0 |
Components | iOS |
Labels | regression |
Reporter | David He |
Assignee | Pedro Enrique |
Created | 2015-07-21T11:55:57.000+0000 |
Updated | 2015-08-04T20:51:46.000+0000 |
Description
Attachments
File | Date | Size |
---|---|---|
app.zip | 2015-07-21T11:52:34.000+0000 | 118277 |
list_view_crash.mov | 2015-07-21T11:53:07.000+0000 | 639242 |
I cannot release my App due to this issue and have to go one version back to 4.0 to eliminate the crash. Really need this to be fixed ASAP
[~jialhe85@gmail.com] can you please attach a test case and steps to reproduce the issue?Also, add info of your environment Thanks
@Radamantis Test case is alloy-powered one - that is why I did not put it in description section. Please see *app.zip* as shown in attachment for detail. The video I took shows the steps to recreate the issue Thanks
Env information is described in environment in the header
[~jialhe85@gmail.com] What's your operating system? Version? Nodejs version? Java version? npm version? appcelerator CLI version?
@Radamantis Software/version number as below operating system/Yosemite 10.10.3 node/0.10.13 npm/2.12.0 appc/4.1.0 Java/1.7.0
@Radamantis Same issue, here are mine: OS: OSX Yosemite 10.10.2 NodeJS: 0.12.2 npm: 2.7.4 appc: 4.0.2 java: 1.7.0_45 Thanks.
PR: https://github.com/appcelerator/titanium_mobile/pull/6983
PR for 4.1.X https://github.com/appcelerator/titanium_mobile/pull/6984
CR and FT Passed. PRs merged!
Using sample app attached and 4.1.0 GA, I was unable to reproduce the mutated array issue. I was however able to reproduce that problem with a sample I have. With my sample, it's a 100% failure with runtime error on device and simulator. My error on device or simulator:
With the attached sample, I was able to get the list view "failure to add" 3 times out of 20 attempts to open the window. Using SDK 4.1.1.v20150802200935, both my sample "mutated array" and the attached sample failure to display list view are fixed. Closing.