[AC-760] social.js authorize UI crashes on android
| GitHub Issue | n/a |
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Not Our Bug |
| Resolution Date | 2014-11-12T19:45:27.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Alloy |
| Labels | alloy, android, crash, mobile, social.js |
| Reporter | Kristen Bachman |
| Assignee | Mauro Parra-Miranda |
| Created | 2014-11-12T18:29:42.000+0000 |
| Updated | 2016-03-08T07:37:01.000+0000 |
Description
Upon calling the 'authorize' method, the loading view opens and then immediately crashes, resulting in the following error.
[INFO] : libc: Fatal signal 11 (SIGSEGV) at 0x00000014 (code=1), thread 2206 (KrollRuntimeThr)
The behavior is consistent. However, if I open and close a facebook authorize dialog before opening the twitter authorize dialog, the twitter dialog will usually work. The issue may lie in the "popIn" animation: it appears that the window expands beyond the mobile screen viewport, and will crash at about the time the window should zoom back into the viewport.
See the attached video for a demo of the bug.
Functionality is fine in iOS v 8.1.
Other notes:
* Line 514 of the social.js file makes us of the deprecated "Ti.UI.AUTODETECT_NONE"
* The default navigation/action bar at the top becomes visible
Attachments
single file broken up into 4 sections: index.xml, index.js, index.tss, alloy.js
Stack trace from logcat upon initial opening of twitter authorization view.
Hello, Please report social.js bugs to their authors. BTW, the Signal 11 is usually a memory error, might be related to faulty memory, we recommend to test in a different device. Best Regards