Titanium JIRA Archive
Appcelerator Community (AC)

[AC-760] social.js authorize UI crashes on android

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNot Our Bug
Resolution Date2014-11-12T19:45:27.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy
Labelsalloy, android, crash, mobile, social.js
ReporterKristen Bachman
AssigneeMauro Parra-Miranda
Created2014-11-12T18:29:42.000+0000
Updated2016-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

FileDateSize
code.txt2014-11-12T18:57:05.000+00003365
social.js crash.mov2014-11-12T18:29:42.000+00001895276
stack trace2014-11-12T19:38:43.000+000017833

Comments

  1. Kristen Bachman 2014-11-12

    single file broken up into 4 sections: index.xml, index.js, index.tss, alloy.js
  2. Kristen Bachman 2014-11-12

    Stack trace from logcat upon initial opening of twitter authorization view.
  3. Mauro Parra-Miranda 2014-11-12

    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

JSON Source