[TIMOB-25499] iOS: Crashes during XML mocha tests
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2018-07-26T14:58:37.000+0000 |
Affected Version/s | Release 7.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Hans Knöchel |
Created | 2017-11-10T18:42:44.000+0000 |
Updated | 2018-07-26T14:58:37.000+0000 |
Description
I'm seeing some intermittent crashes of the mocha test app on the build machine. Attached are the crash logs. It looks to be related to garbage collection and the XML APIs.
The app crashes during a stress test on the Ti.UI.TableView here: https://github.com/appcelerator/titanium-mobile-mocha-suite/blob/master/Resources/ti.ui.tableview.test.js#L1089
However, the crash logs indicate some sort of GC issue with
TiDOMNodeProxy dealloc
on a JS callback.
Attachments
File | Date | Size |
---|---|---|
mocha_2017-11-10-060757_Ginsu-macOS05.crash | 2017-11-10T18:39:10.000+0000 | 164556 |
mocha_2017-11-10-083237_Ginsu-macOS05.crash | 2017-11-10T18:39:10.000+0000 | 164239 |
this does not seem to be an issue in recent tests (since ~ 6 months).