[TIMOB-28339] iOS: macOS catalyst apps intermittently crashing on Ti.UI.iOS.CollisionBehavior tests
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-04-29T16:56:37.000+0000 |
Affected Version/s | Release 9.3.1 |
Fix Version/s | Release 10.0.0 |
Components | iOS, Mac |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Vijay Singh |
Created | 2021-02-08T15:19:29.000+0000 |
Updated | 2021-04-29T16:57:04.000+0000 |
Description
Intermittently, the macOS app will crash around the Ti.UI.iOS.CollisionBehavior example test. It appears related to firing the 'itemcollision'
event to the callback function, and under the hood some of the JS objects involved must have already been released. See the attached crash log for details.
Attachments
Note that this also seems to happen on iPad sim as well, though seemingly less frequently. Here's a crash detail from an iPad sim:
PR - https://github.com/appcelerator/titanium_mobile/pull/12720
merged to master and 10_0_X branch (post-RC, but pre-GA) for target 10.0.0 release.