Application type: mobile Titanium SDK: Titanium SDK version: 3.1.3 (09/18/13 12:00 222f4d1) Platform & version: iOS 7.x, Android 4.4, OSX 10.8.x Device: iOS simulator, Android emulator Host Operating System: OSX 10.8.x Titanium Studio: 3.1.3 GA
Titanium Alloy application getting crashed for Android emulator and give message that says "Unfortunately, <app name> has stopped." with Fatal signal 11 (SIGSEGV) at 0x00000014 (code=1), thread 1427 (KrollRuntimeThr) but run successfully on iOS simulators.
My application is using webview to display an HTML chart and continuously giving message like "The application may be doing too much work on its main thread." in logcat.
Logs: Fatal signal 11 (SIGSEGV) at 0x00000014 (code=1), thread 1427 (KrollRuntimeThr)....
I searched for this error and found that its due to Memory leaks issue.
Please help me out of this problem. I'm hammered quite long with this.