{ "id": "87885", "key": "TIMOB-7985", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "13170", "name": "Sprint 2012-06", "archived": true, "released": true, "releaseDate": "2012-03-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-03-18T19:08:38.000+0000", "created": "2012-03-13T20:09:41.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "regression" ], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" } ], "issuelinks": [], "assignee": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-03-19T14:45:28.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10202", "name": "Android", "description": "Android Platform" } ], "description": "In KitchenSink, go to:\r\nPhone tab > Geolocation\r\n\r\nBack out until you exit the application, then wait a few seconds and you should see an NDK crash in logcat. Note that this crash isn't reported to the user.\r\n{code}\r\nE/TiBaseActivity(32310): (main) [877,53358] Layout cleanup.\r\nE/TiBaseActivity(32310): (main) [4,53362] Layout cleanup.\r\nE/TiBaseActivity(32310): (main) [12,53374] Layout cleanup.\r\nW/ActivityManager( 193): Scheduling restart of crashed service mobi.infolife.taskmanager/.TaskManagerService in 5000ms\r\nF/libc (32310): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)\r\nI/DEBUG (32048): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\r\nI/DEBUG (32048): Build fingerprint: 'google/mysid/toro:4.0.2/ICL53F/235179:user/release-keys'\r\nI/DEBUG (32048): pid: 32310, tid: 32325 >>> com.appcelerator.titanium <<<\r\nI/DEBUG (32048): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000\r\nI/DEBUG (32048): r0 00000001 r1 00000002 r2 000000a3 r3 3d1bc889\r\nI/DEBUG (32048): r4 00230098 r5 001a4f58 r6 0026fcb0 r7 001a3f64\r\nI/DEBUG (32048): r8 00000000 r9 00000000 10 00000000 fp 419c5c58\r\nI/DEBUG (32048): ip 5bbaa028 sp 5b5c7b10 lr 5b8951b8 pc 5b9939cc cpsr 20000010\r\nI/DEBUG (32048): d0 3edc4491398ab1b9 d1 3edc2c5d3edc2136\r\nI/DEBUG (32048): d2 3edc15013edc35dc d3 3edbf7493edc403e\r\nI/DEBUG (32048): d4 3edc3be13edc4551 d5 3edc16b93edc38f5\r\nI/DEBUG (32048): d6 3edc46053edc42a1 d7 5afa41855afa32f1\r\nI/DEBUG (32048): d8 0000000000000000 d9 0000000000000000\r\nI/DEBUG (32048): d10 0000000000000000 d11 0000000000000000\r\nI/DEBUG (32048): d12 0000000000000000 d13 0000000000000000\r\nI/DEBUG (32048): d14 0000000000000000 d15 0000000000000000\r\nI/DEBUG (32048): d16 0000000041944020 d17 7e37e43c8800759c\r\nI/DEBUG (32048): d18 4028000000000000 d19 3ff0000000000000\r\nI/DEBUG (32048): d20 4197d78400000000 d21 3e9a60adbb7363f4\r\nI/DEBUG (32048): d22 3e21ee9eae4330bd d23 bda8fae9be8838d4\r\nI/DEBUG (32048): d24 bfb3b18f18e817d3 d25 3fb10dec1052c1bd\r\nI/DEBUG (32048): d26 bfaddef1342d83e3 d27 3fa97ba2774cf6f6\r\nI/DEBUG (32048): d28 bfa2b4442c6a6c2f d29 0100010001000100\r\nI/DEBUG (32048): d30 0001000000010000 d31 0001000000010000\r\nI/DEBUG (32048): scr 60000012\r\nI/DEBUG (32048): \r\nI/DEBUG (32048): #00 pc 5b9939cc /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG (32048): #01 lr 5b8951b8 /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG (32048): \r\nI/DEBUG (32048): code around pc:\r\nI/DEBUG (32048): 5b9939ac e2811001 e3500001 e24dd030 e58415c0 \r\nI/DEBUG (32048): 5b9939bc e1a08002 e59475b8 e59455bc 0a000032 \r\nI/DEBUG (32048): 5b9939cc e5983000 e3130001 1a000014 e1b0a0c3 \r\nI/DEBUG (32048): 5b9939dc 4a000050 e1a01006 e1a0200a e1a00004 \r\nI/DEBUG (32048): 5b9939ec e58da028 ebffbe90 e1a06000 e59435c0 \r\nI/DEBUG (32048): \r\nI/DEBUG (32048): code around lr:\r\nI/DEBUG (32048): 5b895198 e1a07000 e5930000 e1a06001 eb02efbf \r\nI/DEBUG (32048): 5b8951a8 e1a01007 e1a02006 e1a05000 eb03f9f6 \r\nI/DEBUG (32048): 5b8951b8 e2003003 e3530003 e1a09000 0a000007 \r\nI/DEBUG (32048): 5b8951c8 e59505b8 e59535bc e1500003 0a000048 \r\nI/DEBUG (32048): 5b8951d8 e2803004 e58535b8 e5809000 e8bd87f0 \r\nI/DEBUG (32048): \r\nI/DEBUG (32048): stack:\r\nI/DEBUG (32048): 5b5c7ad0 5b5c7ae8 \r\nI/DEBUG (32048): 5b5c7ad4 00000001 \r\nI/DEBUG (32048): 5b5c7ad8 000a8338 \r\nI/DEBUG (32048): 5b5c7adc 00000004 \r\nI/DEBUG (32048): 5b5c7ae0 00002468 \r\nI/DEBUG (32048): 5b5c7ae4 5b8ac358 /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG (32048): 5b5c7ae8 00000000 \r\nI/DEBUG (32048): 5b5c7aec 00000000 \r\nI/DEBUG (32048): 5b5c7af0 00000000 \r\nI/DEBUG (32048): 5b5c7af4 00000001 \r\nI/DEBUG (32048): 5b5c7af8 00000021 \r\nI/DEBUG (32048): 5b5c7afc 0000000e \r\nI/DEBUG (32048): 5b5c7b00 00000001 \r\nI/DEBUG (32048): 5b5c7b04 00000000 \r\nI/DEBUG (32048): 5b5c7b08 df0027ad \r\nI/DEBUG (32048): 5b5c7b0c 00000000 \r\nI/DEBUG (32048): 5b5c7b10 41a0e100 \r\nI/DEBUG (32048): 5b5c7b14 0000000e \r\nI/DEBUG (32048): 5b5c7b18 00000007 \r\nI/DEBUG (32048): 5b5c7b1c 5b8a1bd4 /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG (32048): 5b5c7b20 41a0e100 \r\nI/DEBUG (32048): 5b5c7b24 00000007 \r\nI/DEBUG (32048): 5b5c7b28 5b5c7b40 \r\nI/DEBUG (32048): 5b5c7b2c 00230098 \r\nI/DEBUG (32048): 5b5c7b30 4088efc0 \r\nI/DEBUG (32048): 5b5c7b34 41a0e0f0 \r\nI/DEBUG (32048): 5b5c7b38 4088ec58 \r\nI/DEBUG (32048): 5b5c7b3c 001a3f60 \r\nI/DEBUG (32048): 5b5c7b40 5bba9f50 \r\nI/DEBUG (32048): 5b5c7b44 00230098 \r\nI/DEBUG (32048): 5b5c7b48 00000000 \r\nI/DEBUG (32048): 5b5c7b4c 0026fcb0 \r\nI/DEBUG (32048): 5b5c7b50 00001c54 \r\nI/DEBUG (32048): 5b5c7b54 00000000 \r\nI/DEBUG (32048): 5b5c7b58 00000000 \r\nI/DEBUG (32048): 5b5c7b5c 5b8951b8 /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG (32048): 5b5c7b60 00230098 \r\nI/DEBUG (32048): 5b5c7b64 002300f0 \r\nI/DEBUG (32048): 5b5c7b68 0026fcb0 \r\nI/DEBUG (32048): 5b5c7b6c 00000000 \r\nI/DEBUG (32048): 5b5c7b70 00000004 \r\nI/DEBUG (32048): 5b5c7b74 00000000 \r\nI/DEBUG (32048): 5b5c7b78 00000000 \r\nI/DEBUG (32048): 5b5c7b7c 5b81ed00 /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG (32048): 5b5c7b80 5bba9f50 \r\nI/DEBUG (32048): 5b5c7b84 000012b4 \r\nI/DEBUG (32048): 5b5c7b88 0026fcb0 \r\nI/DEBUG (32048): 5b5c7b8c 5b5c7bb8 \r\nI/DEBUG (32048): 5b5c7b90 0026fcb0 \r\nI/DEBUG (32048): 5b5c7b94 5b77798b /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG (32048): 5b5c7b98 000012b4 \r\nI/DEBUG (32048): 5b5c7b9c 001a3f60 \r\nI/DEBUG (32048): 5b5c7ba0 00000000 \r\nI/DEBUG (32048): 5b5c7ba4 3d8f82c0 \r\nI/DEBUG (32048): 5b5c7ba8 0000ee40 \r\nI/DEBUG (32048): 5b5c7bac 5b5c7c00 \r\nI/DEBUG (32048): 5b5c7bb0 56cadf0c \r\nI/DEBUG (32048): 5b5c7bb4 001df1e8 \r\nI/DEBUG (32048): 5b5c7bb8 00230098 \r\nI/DEBUG (32048): 5b5c7bbc 00000000 \r\nI/DEBUG (32048): 5b5c7bc0 00000000 \r\nI/DEBUG (32048): 5b5c7bc4 56cadf00 \r\nI/DEBUG (32048): 5b5c7bc8 00000003 \r\nI/DEBUG (32048): 5b5c7bcc 56cadf14 \r\nI/DEBUG (32048): 5b5c7bd0 5b5c7c00 \r\nI/DEBUG (32048): 5b5c7bd4 5b5c7c00 \r\nI/DEBUG (32048): 5b5c7bd8 56cade68 \r\nI/DEBUG (32048): 5b5c7bdc 001df1e8 \r\nI/DEBUG (32048): 5b5c7be0 5b5c7c14 \r\nI/DEBUG (32048): 5b5c7be4 56fa4da0 \r\nI/DEBUG (32048): 5b5c7be8 56cade64 \r\nI/DEBUG (32048): 5b5c7bec 00000007 \r\nI/DEBUG (32048): 5b5c7bf0 56cade78 \r\nI/DEBUG (32048): 5b5c7bf4 407f5c74 /system/lib/libdvm.so\r\nI/DEBUG (32048): 5b5c7bf8 41a0e0d0 \r\nI/DEBUG (32048): 5b5c7bfc 419b7110 \r\nI/DEBUG (32048): 5b5c7c00 001df1d8 \r\nI/DEBUG (32048): 5b5c7c04 00000000 \r\nI/DEBUG (32048): 5b5c7c08 001be578 \r\nI/DEBUG (32048): 5b5c7c0c 419c5c58 \r\nI/DEBUG (32048): 5b5c7c10 00000001 \r\nI/DEBUG (32048): 5b5c7c14 4083006d /system/lib/libdvm.so\r\nI/BootReceiver( 193): Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE)\r\nI/DEBUG (32048): debuggerd committing suicide to free the zombie!\r\nD/Zygote ( 116): Process 32310 terminated by signal (11)\r\nI/ActivityManager( 193): Process com.appcelerator.titanium (pid 32310) has died.\r\nI/DEBUG (32361): debuggerd: Dec 8 2011 00:55:26\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: KitchenSink silent crash on exit when using the Geolocation test", "creator": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Galaxy Nexus 4.0.2", "comment": { "comments": [ { "id": "186560", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This crash appears to be caused by a sensor event ('heading') that is being fired after\r\nthe runtime has been disposed. While we do register for the destroy event on the current\r\nactivity this doesn't appear to stop the sensor in time. This is probably due to sensor\r\nevents being dispatched from their own thread onto the runtime thread message queue. So while we fire\r\na synchronous event \"destroy\" for the activity on the UI thread, this won't stop the sensor thread from\r\npushing new messages onto the runtime queue in the mean time.\r\n\r\nWe may need a way to halt sensors before we start the disposal of the runtime.\r\nAlso we need to be careful in other parts of the platform to always \"stop\" event sources\r\nwhen a disposal is about to begin. So a more general API to register a callback for \"dispose\" may\r\nbe the best solution.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-03-14T20:47:30.000+0000", "updated": "2012-03-14T20:47:30.000+0000" }, { "id": "186668", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Sent [Pull Request #1690|https://github.com/appcelerator/titanium_mobile/pull/1690] to address this issue.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-03-15T13:26:22.000+0000", "updated": "2012-03-15T13:26:22.000+0000" }, { "id": "186973", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I'm still seeing a hard crash after Geo, here's another log (looks like this might be related to the reverse geo event)\r\n{code}\r\nI/ActivityManager( 193): Start proc com.appcelerator.titanium for activity com.appcelerator.titanium/.KitchensinkActivity: pid=6383 uid=10090 gids={1015, 1006, 3003}\r\nI/dalvikvm( 6383): Turning on JNI app bug workarounds for target SDK version 8...\r\nI/WindowManager( 193): createSurface Window{425bfe68 Starting com.appcelerator.titanium paused=false}: DRAW NOW PENDING\r\nD/OpenGLRenderer( 468): Flushing caches (mode 1)\r\nI/TiApplication( 6383): (main) [0,0] checkpoint, app created.\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 195K, 2% free 14332K/14599K, paused 2ms+2ms\r\nV/PhoneStatusBar( 275): setLightsOn(true)\r\nD/dalvikvm( 6383): GC_FOR_ALLOC freed 277K, 4% free 14448K/14919K, paused 24ms\r\nD/OpenGLRenderer( 468): Flushing caches (mode 0)\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 187K, 2% free 14776K/15047K, paused 1ms+2ms\r\nD/dalvikvm( 193): GC_CONCURRENT freed 11K, 17% free 35710K/42759K, paused 2ms+7ms\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 232K, 3% free 15028K/15367K, paused 1ms+1ms\r\nI/TiApplication( 6383): (main) [347,347] Titanium 2.0.0 (2012/03/18 15:07 611db40)\r\nD/IMSFW (29189): IMSServiceStub$ManagerHandler: soft reset : 1\r\nD/IMSFW (29189): IMSServiceStub: ######### IMSFramework resets the stack ##########\r\nD/IMSFW (29189): NativeInterface: sotfReset: Entered\r\nI/IMS_JNI (29189): XAN_IMS_Framework_softReset_JNI : Enter\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 434K, 4% free 15013K/15559K, paused 4ms+2ms\r\nD/dalvikvm( 6383): Trying to load lib /data/data/com.appcelerator.titanium/lib/libstlport_shared.so 0x417f6790\r\nI/TiApplication( 6383): (main) [763,1110] Titanium Javascript runtime: v8\r\nD/dalvikvm( 6383): Added shared lib /data/data/com.appcelerator.titanium/lib/libstlport_shared.so 0x417f6790\r\nD/dalvikvm( 6383): No JNI_OnLoad found in /data/data/com.appcelerator.titanium/lib/libstlport_shared.so 0x417f6790, skipping init\r\nD/dalvikvm( 6383): Trying to load lib /data/data/com.appcelerator.titanium/lib/libkroll-v8.so 0x417f6790\r\nD/dalvikvm( 6383): Added shared lib /data/data/com.appcelerator.titanium/lib/libkroll-v8.so 0x417f6790\r\nI/TiRootActivity( 6383): (main) [0,0] checkpoint, on root activity create, savedInstanceState: null\r\nE/TiApplication( 6383): (KrollRuntimeThread) [281,281] APP PROXY: ti.modules.titanium.app.AppModule@4190a668\r\nE/TiAPI ( 6383): !!!\r\nE/TiAPI ( 6383): !!! WARNING : Use of unsupported constant Ti.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT !!!\r\nE/TiAPI ( 6383): !!!\r\nI/ActivityManager( 193): START {cmp=com.appcelerator.titanium/ti.modules.titanium.ui.TiTabActivity (has extras)} from pid 6383\r\nI/TiAPI ( 6383): Welcome to Kitchen Sink for Titanium/2.0.0\r\nD/TiAPI ( 6383): user agent set to Dalvik/1.6.0 (Linux; U; Android 4.0.2; Galaxy Nexus Build/ICL53F) Titanium/2.0.0\r\nD/TiAPI ( 6383): locale specific date is 3/18/12\r\nD/TiAPI ( 6383): locale specific date (medium) is Mar 18, 2012\r\nD/TiAPI ( 6383): locale specific date (long) is March 18, 2012\r\nD/TiAPI ( 6383): locale specific time is 3:10 PM\r\nD/TiAPI ( 6383): locale specific currency is $12.99\r\nD/TiAPI ( 6383): locale specific decimal is 12.99\r\nI/TiAPI ( 6383): should be en, was = en\r\nI/TiAPI ( 6383): welcome_message = Welcome to Kitchen Sink for Titanium/\r\nI/TiAPI ( 6383): should be def, was = def\r\nI/TiAPI ( 6383): welcome_message = Welcome to Kitchen Sink for Titanium/\r\nI/TiAPI ( 6383): should be def, was = def\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 309K, 3% free 15165K/15623K, paused 2ms+5ms\r\nE/TitaniumModule( 6383): (KrollRuntimeThread) [497,778] Error in string format\r\nE/TitaniumModule( 6383): java.util.IllegalFormatConversionException: %f can't format java.lang.Integer arguments\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.badArgumentType(Formatter.java:1487)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.transformFromFloat(Formatter.java:2036)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.transform(Formatter.java:1463)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.doFormat(Formatter.java:1079)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.format(Formatter.java:1040)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.format(Formatter.java:1009)\r\nE/TitaniumModule( 6383): \tat java.lang.String.format(String.java:1998)\r\nE/TitaniumModule( 6383): \tat java.lang.String.format(String.java:1972)\r\nE/TitaniumModule( 6383): \tat ti.modules.titanium.TitaniumModule.stringFormat(TitaniumModule.java:294)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native Method)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:137)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.KrollRuntime.handleMessage(KrollRuntime.java:259)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.runtime.v8.V8Runtime.handleMessage(V8Runtime.java:163)\r\nE/TitaniumModule( 6383): \tat android.os.Handler.dispatchMessage(Handler.java:95)\r\nE/TitaniumModule( 6383): \tat android.os.Looper.loop(Looper.java:137)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:104)\r\nI/TiAPI ( 6383): should be 1, was = null\r\nE/TitaniumModule( 6383): (KrollRuntimeThread) [13,791] Error in string format\r\nE/TitaniumModule( 6383): java.util.IllegalFormatConversionException: %f can't format java.lang.Integer arguments\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.badArgumentType(Formatter.java:1487)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.transformFromFloat(Formatter.java:2036)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.transform(Formatter.java:1463)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.doFormat(Formatter.java:1079)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.format(Formatter.java:1040)\r\nE/TitaniumModule( 6383): \tat java.util.Formatter.format(Formatter.java:1009)\r\nE/TitaniumModule( 6383): \tat java.lang.String.format(String.java:1998)\r\nE/TitaniumModule( 6383): \tat java.lang.String.format(String.java:1972)\r\nE/TitaniumModule( 6383): \tat ti.modules.titanium.TitaniumModule.stringFormat(TitaniumModule.java:294)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.runtime.v8.V8Runtime.nativeRunModule(Native Method)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.runtime.v8.V8Runtime.doRunModule(V8Runtime.java:137)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.KrollRuntime.handleMessage(KrollRuntime.java:259)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.runtime.v8.V8Runtime.handleMessage(V8Runtime.java:163)\r\nE/TitaniumModule( 6383): \tat android.os.Handler.dispatchMessage(Handler.java:95)\r\nE/TitaniumModule( 6383): \tat android.os.Looper.loop(Looper.java:137)\r\nE/TitaniumModule( 6383): \tat org.appcelerator.kroll.KrollRuntime$KrollRuntimeThread.run(KrollRuntime.java:104)\r\nI/TiAPI ( 6383): should be 1.0, was = null\r\nI/TiAPI ( 6383): should be hello, was = hello\r\nI/TiAPI ( 6383): you should see a list of properties (3 or more) below this line\r\nI/TiAPI ( 6383): ---------------------------------------------------------------\r\nI/TiAPI ( 6383): win1 property: children\r\nI/TiAPI ( 6383): win1 property: size\r\nI/TiAPI ( 6383): win1 property: center\r\nI/TiAPI ( 6383): win1 property: borderRadius\r\nI/TiAPI ( 6383): win1 property: keepScreenOn\r\nI/TiAPI ( 6383): win1 property: tab\r\nI/TiAPI ( 6383): win1 property: backgroundSelectedImage\r\nI/TiAPI ( 6383): win1 property: borderColor\r\nI/TiAPI ( 6383): win1 property: backgroundSelectedColor\r\nI/TiAPI ( 6383): win1 property: backgroundPadding\r\nI/TiAPI ( 6383): win1 property: _hasJavaListener\r\nI/TiAPI ( 6383): win1 property: top\r\nI/TiAPI ( 6383): win1 property: width\r\nI/TiAPI ( 6383): win1 property: visible\r\nI/TiAPI ( 6383): win1 property: touchEnabled\r\nI/TiAPI ( 6383): win1 property: softKeyboardOnFocus\r\nI/TiAPI ( 6383): win1 property: opacity\r\nI/TiAPI ( 6383): win1 property: backgroundFocusedImage\r\nI/TiAPI ( 6383): win1 property: right\r\nI/TiAPI ( 6383): win1 property: backgroundFocusedColor\r\nI/TiAPI ( 6383): win1 property: enabled\r\nI/TiAPI ( 6383): win1 property: exitOnClose\r\nI/TiAPI ( 6383): win1 property: backgroundColor\r\nI/TiAPI ( 6383): win1 property: backgroundDisabledColor\r\nI/TiAPI ( 6383): win1 property: transform\r\nI/TiAPI ( 6383): win1 property: windowSoftInputMode\r\nI/TiAPI ( 6383): win1 property: zIndex\r\nI/TiAPI ( 6383): win1 property: borderWidth\r\nI/TiAPI ( 6383): win1 property: parent\r\nI/TiAPI ( 6383): win1 property: tabGroup\r\nI/TiAPI ( 6383): win1 property: titleid\r\nI/TiAPI ( 6383): win1 property: leftNavButton\r\nI/TiAPI ( 6383): win1 property: navBarHidden\r\nI/TiAPI ( 6383): win1 property: backgroundImage\r\nI/TiAPI ( 6383): win1 property: bottom\r\nI/TiAPI ( 6383): win1 property: layout\r\nI/TiAPI ( 6383): win1 property: focusable\r\nI/TiAPI ( 6383): win1 property: left\r\nI/TiAPI ( 6383): win1 property: fullscreen\r\nI/TiAPI ( 6383): win1 property: backgroundDisabledImage\r\nI/TiAPI ( 6383): win1 property: title\r\nI/TiAPI ( 6383): win1 property: _internalActivity\r\nI/TiAPI ( 6383): win1 property: rect\r\nI/TiAPI ( 6383): win1 property: url\r\nI/TiAPI ( 6383): win1 property: modal\r\nI/TiAPI ( 6383): win1 property: height\r\nI/TiAPI ( 6383): win1 property: className\r\nI/TiAPI ( 6383): win1 property: currentState\r\nI/TiAPI ( 6383): win1 property: _sourceUrl\r\nI/TiAPI ( 6383): win1 property: _currentActivity\r\nI/TiAPI ( 6383): win1 property: _module\r\nI/TiAPI ( 6383): win1 property: _children\r\nI/TiAPI ( 6383): win1 property: _postOpenChildren\r\nI/TiAPI ( 6383): win1 property: _events\r\nI/TiAPI ( 6383): win1 property: isActivity\r\nI/TiAPI ( 6383): win1 property: state\r\nI/TiAPI ( 6383): win1 property: cachedOrientationModes\r\nI/TiAPI ( 6383): win1 property: cachedActivityProxy\r\nI/TiAPI ( 6383): win1 property: getActivityDecorView\r\nI/TiAPI ( 6383): win1 property: setCachedProperty\r\nI/TiAPI ( 6383): win1 property: getCachedProperty\r\nI/TiAPI ( 6383): win1 property: getOrientation\r\nI/TiAPI ( 6383): win1 property: getOrientationModes\r\nI/TiAPI ( 6383): win1 property: setOrientationModes\r\nI/TiAPI ( 6383): win1 property: getActivity\r\nI/TiAPI ( 6383): win1 property: getWindowPixelFormat\r\nI/TiAPI ( 6383): win1 property: setWindowPixelFormat\r\nI/TiAPI ( 6383): win1 property: open\r\nI/TiAPI ( 6383): win1 property: setWindow\r\nI/TiAPI ( 6383): win1 property: postOpen\r\nI/TiAPI ( 6383): win1 property: runWindowUrl\r\nI/TiAPI ( 6383): win1 property: loadUrl\r\nI/TiAPI ( 6383): win1 property: close\r\nI/TiAPI ( 6383): win1 property: add\r\nI/TiAPI ( 6383): win1 property: addChildren\r\nI/TiAPI ( 6383): win1 property: addPostOpenChildren\r\nI/TiAPI ( 6383): win1 property: remove\r\nI/TiAPI ( 6383): win1 property: removeChildren\r\nI/TiAPI ( 6383): win1 property: animate\r\nI/TiAPI ( 6383): win1 property: addEventListener\r\nI/TiAPI ( 6383): win1 property: removeEventListener\r\nI/TiAPI ( 6383): win1 property: fireEvent\r\nI/TiAPI ( 6383): win1 property: setPropertyAndFire\r\nI/TiAPI ( 6383): Did you see properties? ^^^^^ \r\nI/TiAPI ( 6383): ---------------------------------------------------------------\r\nI/TiAPI ( 6383): you should see a list of modules (3 or more) below this line\r\nI/TiAPI ( 6383): ---------------------------------------------------------------\r\nI/TiAPI ( 6383): module: sourceUrl\r\nI/TiAPI ( 6383): module: global\r\nI/TiAPI ( 6383): module: include\r\nI/TiAPI ( 6383): module: Android\r\nI/TiAPI ( 6383): module: UI\r\nI/TiAPI ( 6383): module: Network\r\nI/TiAPI ( 6383): module: Map\r\nI/TiAPI ( 6383): module: Media\r\nI/TiAPI ( 6383): module: Database\r\nI/TiAPI ( 6383): module: Filesystem\r\nI/TiAPI ( 6383): module: createBuffer\r\nI/TiAPI ( 6383): module: Service\r\nI/TiAPI ( 6383): module: Locale\r\nI/TiAPI ( 6383): module: buildDate\r\nI/TiAPI ( 6383): module: userAgent\r\nI/TiAPI ( 6383): module: _hasJavaListener\r\nI/TiAPI ( 6383): module: invocationAPIs\r\nI/TiAPI ( 6383): module: externalModules\r\nI/TiAPI ( 6383): module: buildHash\r\nI/TiAPI ( 6383): module: version\r\nI/TiAPI ( 6383): module: buildTimestamp\r\nI/TiAPI ( 6383): module: __propertiesDefined__\r\nI/TiAPI ( 6383): module: TiBaseWindow\r\nI/TiAPI ( 6383): module: TiWindow\r\nI/TiAPI ( 6383): module: TiView\r\nI/TiAPI ( 6383): module: App\r\nI/TiAPI ( 6383): module: Wrapper\r\nI/TiAPI ( 6383): module: initScopeVars\r\nI/TiAPI ( 6383): module: getUrlSource\r\nI/TiAPI ( 6383): module: bindInvocationAPIs\r\nI/TiAPI ( 6383): module: Proxy\r\nI/TiAPI ( 6383): module: Activity\r\nI/TiAPI ( 6383): module: API\r\nI/TiAPI ( 6383): Did you see modules? ^^^^^ \r\nI/TiAPI ( 6383): ---------------------------------------------------------------\r\nD/dalvikvm( 6383): GC_FOR_ALLOC freed 113K, 4% free 15142K/15623K, paused 15ms\r\nI/dalvikvm-heap( 6383): Grow heap (frag case) to 15.442MB for 614416-byte allocation\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 1K, 4% free 15740K/16263K, paused 1ms+1ms\r\nI/TiRootActivity( 6383): (main) [0,0] checkpoint, on root activity resume. activity = com.appcelerator.titanium.KitchensinkActivity@418de218\r\nD/TiUIView( 6383): (main) [39,39] Nativeview is null\r\nD/TiUIView( 6383): (main) [0,39] Nativeview is null\r\nD/dalvikvm( 6383): GC_FOR_ALLOC freed 631K, 7% free 15279K/16263K, paused 20ms\r\nW/TiTabActivity( 6383): (main) [35,74] Notifying TiTabGroup, activity is created\r\nI/WindowManager( 193): createSurface Window{42b4f228 com.appcelerator.titanium/ti.modules.titanium.ui.TiTabActivity paused=false}: DRAW NOW PENDING\r\nI/WindowManager( 193): createSurface Window{429af620 com.appcelerator.titanium/ti.modules.titanium.ui.TiTabActivity paused=false}: DRAW NOW PENDING\r\nD/TiUIView( 6383): (main) [119,193] Nativeview is null\r\nD/Window ( 6383): Loading window with URL: main_windows/base_ui.js\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 77K, 4% free 15675K/16263K, paused 2ms+2ms\r\nD/Module ( 6383): Loading module: main_windows/base_ui -> Resources/main_windows/base_ui.js\r\nD/TiUIView( 6383): (main) [476,669] Nativeview is null\r\nD/Window ( 6383): Loading window with URL: main_windows/controls.js\r\nD/Module ( 6383): Loading module: main_windows/controls -> Resources/main_windows/controls.js\r\nI/TiAPI ( 6383): tab blur - new index 0 old index -1\r\nD/Window ( 6383): unable to open, window is not closed\r\nD/Window ( 6383): unable to open, window is not closed\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 436K, 4% free 15809K/16327K, paused 5ms+3ms\r\nI/ActivityManager( 193): Displayed com.appcelerator.titanium/ti.modules.titanium.ui.TiTabActivity: +986ms (total +3s117ms)\r\nV/PhoneStatusBar( 275): setLightsOn(true)\r\nD/TiUIView( 6383): (main) [337,1006] Nativeview is null\r\nD/TiUIView( 6383): (main) [1,1007] Nativeview is null\r\nD/dalvikvm( 6383): GC_FOR_ALLOC freed 126K, 3% free 15901K/16327K, paused 20ms\r\nD/dalvikvm( 6383): GC_FOR_ALLOC freed 269K, 5% free 15887K/16583K, paused 22ms\r\nD/dalvikvm( 6383): GC_FOR_ALLOC freed <1K, 3% free 16137K/16583K, paused 19ms\r\nD/IMSFW (29189): RPMInterface$1: EVENT_RETRY_IMS_PDN Trigger\r\nD/IMSFW (29189): RPMInterface: startUsingNetworkFeature result : 0\r\nD/IMSFW (29189): RPMInterface: triggeringIMSRegistration\r\nD/IMSFW (29189): IMSServiceStub: state is------->CONNECTED\r\nD/IMSFW (29189): IMSServiceStub: registered------->false\r\nI/TiAPI ( 6383): tab Base UI prevTab = no tab\r\nD/IMSFW (29189): IMSServiceStub: noOfInValidPcscfAddrs = 0\r\nD/IMSFW (29189): IMSServiceStub: state is------->CONNECTED\r\nD/IMSFW (29189): IMSServiceStub: registered------->false\r\nD/IMSFW (29189): IMSServiceStub: noOfInValidPcscfAddrs = 0\r\nD/IMSFW (29189): IMSServiceStub$ManagerHandler: Send request to register for IMS with p-cscf :2001:4888:3:fff0:c0:104:0:2f\r\nD/IMSFW (29189): IMSServiceStub$ManagerHandler: Send request to register for IMS with p-cscf :2001:4888:3:fff0:c0:104:0:33\r\nD/IMSFW (29189): IMSServiceStub$ManagerHandler: Send request to register for IMS with p-cscf :2001:4888:2:fff0:a0:104:0:2f\r\nI/TiAPI ( 6383): tab Controls prevTab = Base UI\r\nE/IMSFW (29189): IMSServiceStub$ManagerHandler: Stack Initialization is not yet complete\r\nD/IMSFW (29189): IMSServiceStub: Registering in Global Mode\r\nI/IMS_JNI (29189): XAN_IMS_Framework_Init_JNI\r\nD/IMS (29189): xan_core_init : Enter \r\nD/IMS (29189): [external/xanadu/Platform/Android/src/PlatformUIIntf.c:40] xan_core_init: XAN_ImsCore_EntryPoint: IMS core is already inited: No need to init once again: will continue for reg\r\nD/IMS (29189): [external/xanadu/Platform/Android/src/PlatformDaemon.c:86] xan_daemon_init: xan_daemon_init: Already Inited\r\nD/IMS (29189): \r\nI/IMS_JNI (29189): XAN_Set_Content_Type_JNI : Enter\r\nI/IMS_JNI (29189): Entering native XAN_Set_SIP_Timers_JNI\r\nD/IMSFW (29189): IMSServiceStub: Initializing with isStackInitdone value : true\r\nD/IMSFW (29189): IMSServiceStub: Triggering IMS register\r\nI/IMS_JNI (29189): Enter XAN_IMS_Handle_NetworkEvent_JNI \r\nV/PhoneStatusBar( 275): setLightsOn(true)\r\nW/InputManagerService( 193): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@41df80a0 (uid=10031 pid=468)\r\nD/Window ( 6383): unable to close, window is not opened\r\nD/Window ( 6383): unable to close, window is not opened\r\nD/Window ( 6383): Unable to release window reference.\r\nD/dalvikvm( 420): GC_CONCURRENT freed 383K, 5% free 14713K/15367K, paused 7ms+3ms\r\nD/TiUIView( 6383): (main) [9307,10314] Nativeview is null\r\nD/Window ( 6383): Loading window with URL: main_windows/phone.js\r\nD/Module ( 6383): Loading module: main_windows/phone -> Resources/main_windows/phone.js\r\nI/TiAPI ( 6383): tab blur - new index 1 old index 0\r\nD/TiUIView( 6383): (main) [284,10598] Nativeview is null\r\nD/dalvikvm( 6383): GC_FOR_ALLOC freed 831K, 7% free 15857K/16903K, paused 20ms\r\nI/ActivityManager( 193): START {cmp=com.appcelerator.titanium/org.appcelerator.titanium.TiActivity (has extras)} from pid 6383\r\nI/TiAPI ( 6383): tab Phone prevTab = Controls\r\nD/Window ( 6383): Loading window with URL: ../examples/geolocation.js\r\nD/Module ( 6383): Loading module: ../examples/geolocation -> Resources/examples/geolocation.js\r\nI/TiAPI ( 6383): speed 0\r\nI/TiAPI ( 6383): geo - current location: Sun Mar 18 2012 14:28:12 GMT-0500 (CDT) long -97.0335417 lat 33.1560861 accuracy 44\r\nD/dalvikvm( 6383): GC_CONCURRENT freed 258K, 5% free 16090K/16903K, paused 3ms+2ms\r\nD/androidNetworkLocationListeners( 332): Still have listener com.google.android.location.internal.client.NetworkLocationClient$1@41838670\r\nI/TiAPI ( 6383): geo - location updated: Sun Mar 18 2012 14:28:12 GMT-0500 (CDT) long -97.0335417 lat 33.1560861 accuracy 44\r\nD/androidNetworkLocationListeners( 332): Still have listener com.google.android.location.internal.client.NetworkLocationClient$1@41838670\r\nI/TiAPI ( 6383): resume event received\r\nD/TiUIView( 6383): (main) [1870,12468] Nativeview is null\r\nD/androidNetworkLocationListeners( 332): Still have listener com.google.android.location.internal.client.NetworkLocationClient$1@41838670\r\nI/TiAPI ( 6383): geo - current heading: Sun Mar 18 2012 15:10:59 GMT-0500 (CDT) x 49.91170883178711 y 4.037251949310303 z 0.6724956035614014\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:10:59 GMT-0500 (CDT) x 49.91170883178711 y 4.037251949310303 z 0.6724956035614014\r\nI/TiAPI ( 6383): geo - current heading: Sun Mar 18 2012 15:10:59 GMT-0500 (CDT) x 49.98366928100586 y 5.2725749015808105 z 2.229628562927246\r\nI/TiAPI ( 6383): geo - current heading: Sun Mar 18 2012 15:11:00 GMT-0500 (CDT) x 49.813289642333984 y 4.099921703338623 z 0.6954402327537537\r\nI/TiAPI ( 6383): geo - current heading: Sun Mar 18 2012 15:11:00 GMT-0500 (CDT) x 50.09890365600586 y 4.46800422668457 z 0.6683123707771301\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:00 GMT-0500 (CDT) x 50.09890365600586 y 4.46800422668457 z 0.6683123707771301\r\nI/TiAPI ( 6383): geo - current heading: Sun Mar 18 2012 15:11:00 GMT-0500 (CDT) x 50.509395599365234 y 4.569142818450928 z 0.7300058007240295\r\nI/TiAPI ( 6383): geo - current heading: Sun Mar 18 2012 15:11:00 GMT-0500 (CDT) x 49.287757873535156 y 4.664883136749268 z 0.8009470701217651\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:00 GMT-0500 (CDT) x 49.287757873535156 y 4.664883136749268 z 0.8009470701217651\r\nI/WindowManager( 193): createSurface Window{42a88880 com.appcelerator.titanium/org.appcelerator.titanium.TiActivity paused=false}: DRAW NOW PENDING\r\nD/TiUIView( 6383): (main) [84,12552] Nativeview is null\r\nW/TextLayoutCache( 6383): computeValuesWithHarfbuzz -- need to force to single run\r\nD/Window ( 6383): Unable to release window reference.\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:00 GMT-0500 (CDT) x 47.2014274597168 y 4.810715675354004 z 0.9297693371772766\r\nI/ActivityManager( 193): Displayed com.appcelerator.titanium/org.appcelerator.titanium.TiActivity: +1s318ms\r\nD/dalvikvm( 193): GC_EXPLICIT freed 3384K, 24% free 32751K/42759K, paused 3ms+10ms\r\nV/PhoneStatusBar( 275): setLightsOn(true)\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:00 GMT-0500 (CDT) x 44.940242767333984 y 4.927746295928955 z 0.9859667420387268\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:01 GMT-0500 (CDT) x 45.16250991821289 y 5.013741970062256 z 1.0545605421066284\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:01 GMT-0500 (CDT) x 45.725196838378906 y 5.102234840393066 z 1.0964707136154175\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:01 GMT-0500 (CDT) x 46.0340461730957 y 5.16261625289917 z 1.135542631149292\r\nD/dalvikvm( 275): GC_CONCURRENT freed 724K, 36% free 16188K/25095K, paused 5ms+4ms\r\nD/CellLocator( 332): Primary cell miss in cache. Need server request.\r\nD/NetworkLocator( 332): New location significantly newer than previous. Reporting it.\r\nI/System.out( 332): [INFO:1051750234]: LogSource: Running flush\r\nI/System.out( 332): [INFO:1051750236]: LogSource: Sending payload [bytes=578]\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:02 GMT-0500 (CDT) x 45.52397537231445 y 5.233263969421387 z 0.8956652283668518\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:02 GMT-0500 (CDT) x 46.211204528808594 y 5.319480895996094 z 1.1524025201797485\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:02 GMT-0500 (CDT) x 46.917823791503906 y 5.334342002868652 z 1.1918437480926514\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:02 GMT-0500 (CDT) x 48.031585693359375 y 5.362768650054932 z 1.1975067853927612\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:03 GMT-0500 (CDT) x 48.751869201660156 y 5.374678134918213 z 1.184717059135437\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:03 GMT-0500 (CDT) x 49.138370513916016 y 5.383847713470459 z 1.2248750925064087\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:03 GMT-0500 (CDT) x 49.463539123535156 y 5.404022693634033 z 1.2235416173934937\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:04 GMT-0500 (CDT) x 49.76262283325195 y 5.429447650909424 z 1.194296956062317\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:04 GMT-0500 (CDT) x 50.029327392578125 y 5.440622329711914 z 1.192100167274475\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:04 GMT-0500 (CDT) x 50.26468276977539 y 5.436042785644531 z 1.2137088775634766\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:04 GMT-0500 (CDT) x 50.52621078491211 y 5.480619430541992 z 1.2145744562149048\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:05 GMT-0500 (CDT) x 50.80515670776367 y 5.457791805267334 z 1.2237489223480225\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:05 GMT-0500 (CDT) x 51.04548645019531 y 5.475098133087158 z 1.2077134847640991\r\nD/Window ( 6383): Unable to release window reference.\r\nI/TiAPI ( 6383): geo - heading updated: Sun Mar 18 2012 15:11:05 GMT-0500 (CDT) x 51.52253723144531 y 5.492763042449951 z 1.2835612297058105\r\nI/TiAPI ( 6383): pause event received\r\nI/TiAPI ( 6383): removing heading callback on pause\r\nI/TiAPI ( 6383): removing location callback on pause\r\nI/WindowManager( 193): createSurface Window{42b4f228 com.appcelerator.titanium/ti.modules.titanium.ui.TiTabActivity paused=false}: DRAW NOW PENDING\r\nV/PhoneStatusBar( 275): setLightsOn(true)\r\nW/ActivityManager( 193): Activity pause timeout for ActivityRecord{41ff0ea0 com.appcelerator.titanium/ti.modules.titanium.ui.TiTabActivity}\r\nI/WindowManager( 193): createSurface Window{41e79308 com.android.launcher/com.android.launcher2.Launcher paused=false}: DRAW NOW PENDING\r\nE/TiBaseActivity( 6383): (main) [6355,18907] Layout cleanup.\r\nW/InputManagerService( 193): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@42862be0 (uid=10090 pid=6383)\r\nI/System.out( 332): [INFO:1051755239]: LogSource: Running delayed flush\r\nI/System.out( 332): [INFO:1051755250]: LogSource: Running flush\r\nE/TiBaseActivity( 6383): (main) [372,19279] Layout cleanup.\r\nE/TiBaseActivity( 6383): (main) [6,19285] Layout cleanup.\r\nE/TiBaseActivity( 6383): (main) [41,19326] Layout cleanup.\r\nI/ActivityManager( 193): No longer want com.android.keychain (pid 6289): hidden #16\r\nI/TiAPI ( 6383): destroy event received\r\nE/TiBaseActivity( 6383): (main) [211,19537] Layout cleanup.\r\nF/libc ( 6383): Fatal signal 11 (SIGSEGV) at 0x00000013 (code=1)\r\nI/DEBUG ( 6072): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\r\nI/DEBUG ( 6072): Build fingerprint: 'google/mysid/toro:4.0.2/ICL53F/235179:user/release-keys'\r\nI/DEBUG ( 6072): pid: 6383, tid: 6397 >>> com.appcelerator.titanium <<<\r\nI/DEBUG ( 6072): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000013\r\nI/DEBUG ( 6072): r0 00000000 r1 00000000 r2 00000004 r3 5ba01fd8\r\nI/DEBUG ( 6072): r4 00224188 r5 00000004 r6 41a5ae30 r7 00000080\r\nI/DEBUG ( 6072): r8 00000001 r9 000002b4 10 41a5af08 fp 5b4eebc0\r\nI/DEBUG ( 6072): ip 5ba020b0 sp 5b4eeb18 lr 5b682f58 pc 5b6a1290 cpsr 60000010\r\nI/DEBUG ( 6072): d0 56ce806156ce8061 d1 56ce806156ce8080\r\nI/DEBUG ( 6072): d2 56ce806156ce80ce d3 56ce806156ce8056\r\nI/DEBUG ( 6072): d4 56ce806156ce8061 d5 56ce806156ce8061\r\nI/DEBUG ( 6072): d6 56ce806156ce8061 d7 56ce806156ce8061\r\nI/DEBUG ( 6072): d8 0000000000000000 d9 0000000000000000\r\nI/DEBUG ( 6072): d10 0000000000000000 d11 0000000000000000\r\nI/DEBUG ( 6072): d12 0000000000000000 d13 0000000000000000\r\nI/DEBUG ( 6072): d14 0000000000000000 d15 0000000000000000\r\nI/DEBUG ( 6072): d16 0000000041a01ca8 d17 7e37e43c8800759c\r\nI/DEBUG ( 6072): d18 4028000000000000 d19 3ff0000000000000\r\nI/DEBUG ( 6072): d20 4197d78400000000 d21 3e9a60bcb54ba02b\r\nI/DEBUG ( 6072): d22 3e21ee9eae4327f9 d23 bda8fae9be8838d4\r\nI/DEBUG ( 6072): d24 bfb3b18f1ab8d377 d25 3fb10dec11df3409\r\nI/DEBUG ( 6072): d26 bfaddef136737552 d27 3fa97ba278506549\r\nI/DEBUG ( 6072): d28 bfa2b4442c6a6c2f d29 0100010001000100\r\nI/DEBUG ( 6072): d30 0001000000010000 d31 0001000000010000\r\nI/DEBUG ( 6072): scr 60000012\r\nI/DEBUG ( 6072): \r\nI/DEBUG ( 6072): #00 pc 5b6a1290 /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG ( 6072): #01 lr 5b682f58 /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG ( 6072): \r\nI/DEBUG ( 6072): code around pc:\r\nI/DEBUG ( 6072): 5b6a1270 e3c32d7f e3c2203f e5922014 e5922140 \r\nI/DEBUG ( 6072): 5b6a1280 e1530002 012fff1e e590000b eaffffeb \r\nI/DEBUG ( 6072): 5b6a1290 e5903013 e2032003 e3520001 1a000002 \r\nI/DEBUG ( 6072): 5b6a12a0 ea00000c e5903007 e5930017 e2003003 \r\nI/DEBUG ( 6072): 5b6a12b0 e3530001 1afffffa e5103001 e3c32d7f \r\nI/DEBUG ( 6072): \r\nI/DEBUG ( 6072): code around lr:\r\nI/DEBUG ( 6072): 5b682f38 e08f1001 eb03454c e3a01003 e1a00004 \r\nI/DEBUG ( 6072): 5b682f48 e5945584 ebffbccc e5940544 eb0078cd \r\nI/DEBUG ( 6072): 5b682f58 e590705f e5173001 e3c33d7f e3c3303f \r\nI/DEBUG ( 6072): 5b682f68 e5936014 e2466058 e59615b8 e59635bc \r\nI/DEBUG ( 6072): 5b682f78 e1510003 0a000014 e2813004 e58635b8 \r\nI/DEBUG ( 6072): \r\nI/DEBUG ( 6072): stack:\r\nI/DEBUG ( 6072): 5b4eead8 00000000 \r\nI/DEBUG ( 6072): 5b4eeadc 00016f20 \r\nI/DEBUG ( 6072): 5b4eeae0 40889f90 \r\nI/DEBUG ( 6072): 5b4eeae4 40a349a0 \r\nI/DEBUG ( 6072): 5b4eeae8 00100226 \r\nI/DEBUG ( 6072): 5b4eeaec 00000080 \r\nI/DEBUG ( 6072): 5b4eeaf0 00000001 \r\nI/DEBUG ( 6072): 5b4eeaf4 000002b4 \r\nI/DEBUG ( 6072): 5b4eeaf8 41a5af08 \r\nI/DEBUG ( 6072): 5b4eeafc 4082c73d /system/lib/libdvm.so\r\nI/DEBUG ( 6072): 5b4eeb00 00224188 \r\nI/DEBUG ( 6072): 5b4eeb04 00000004 \r\nI/DEBUG ( 6072): 5b4eeb08 41a5ae30 \r\nI/DEBUG ( 6072): 5b4eeb0c 00000080 \r\nI/DEBUG ( 6072): 5b4eeb10 df0027ad \r\nI/DEBUG ( 6072): 5b4eeb14 00000000 \r\nI/DEBUG ( 6072): 5b4eeb18 001f8b10 \r\nI/DEBUG ( 6072): 5b4eeb1c 5ba01fd8 \r\nI/DEBUG ( 6072): 5b4eeb20 41a5ae30 \r\nI/DEBUG ( 6072): 5b4eeb24 00000080 \r\nI/DEBUG ( 6072): 5b4eeb28 00000001 \r\nI/DEBUG ( 6072): 5b4eeb2c 5b5cad0d /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG ( 6072): 5b4eeb30 41a5af08 \r\nI/DEBUG ( 6072): 5b4eeb34 4082b4d9 /system/lib/libdvm.so\r\nI/DEBUG ( 6072): 5b4eeb38 001f8b10 \r\nI/DEBUG ( 6072): 5b4eeb3c 41a5af08 \r\nI/DEBUG ( 6072): 5b4eeb40 41a5ae30 \r\nI/DEBUG ( 6072): 5b4eeb44 00000001 \r\nI/DEBUG ( 6072): 5b4eeb48 000002b4 \r\nI/DEBUG ( 6072): 5b4eeb4c 41a5af08 \r\nI/DEBUG ( 6072): 5b4eeb50 5b4eebc0 \r\nI/DEBUG ( 6072): 5b4eeb54 001f8b10 \r\nI/DEBUG ( 6072): 5b4eeb58 00000000 \r\nI/DEBUG ( 6072): 5b4eeb5c 00356ed0 \r\nI/DEBUG ( 6072): 5b4eeb60 41a5ae30 \r\nI/DEBUG ( 6072): 5b4eeb64 5b5cb02f /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG ( 6072): 5b4eeb68 ffffffff \r\nI/DEBUG ( 6072): 5b4eeb6c 00356ed0 \r\nI/DEBUG ( 6072): 5b4eeb70 002241e0 \r\nI/DEBUG ( 6072): 5b4eeb74 5b4eebb0 \r\nI/DEBUG ( 6072): 5b4eeb78 0026ff98 \r\nI/DEBUG ( 6072): 5b4eeb7c 0026fdd8 \r\nI/DEBUG ( 6072): 5b4eeb80 00000000 \r\nI/DEBUG ( 6072): 5b4eeb84 5ba01fd8 \r\nI/DEBUG ( 6072): 5b4eeb88 5b4eeb9c \r\nI/DEBUG ( 6072): 5b4eeb8c 001df1e8 \r\nI/DEBUG ( 6072): 5b4eeb90 000012e4 \r\nI/DEBUG ( 6072): 5b4eeb94 5b5cb0a5 /data/data/com.appcelerator.titanium/lib/libkroll-v8.so\r\nI/DEBUG ( 6072): 5b4eeb98 000012e4 \r\nI/DEBUG ( 6072): 5b4eeb9c 000f4240 \r\nI/DEBUG ( 6072): 5b4eeba0 00000000 \r\nI/DEBUG ( 6072): 5b4eeba4 58bf2cdf \r\nI/DEBUG ( 6072): 5b4eeba8 000196cb \r\nI/DEBUG ( 6072): 5b4eebac 5b4eec00 \r\nI/DEBUG ( 6072): 5b4eebb0 00224188 \r\nI/DEBUG ( 6072): 5b4eebb4 00000000 \r\nI/DEBUG ( 6072): 5b4eebb8 00000000 \r\nI/DEBUG ( 6072): 5b4eebbc 40012400 /system/lib/libc.so\r\nI/DEBUG ( 6072): 5b4eebc0 56d514d8 \r\nI/DEBUG ( 6072): 5b4eebc4 56cadf0c \r\nI/DEBUG ( 6072): 5b4eebc8 00000003 \r\nI/DEBUG ( 6072): 5b4eebcc 5b4eebfc \r\nI/DEBUG ( 6072): 5b4eebd0 56cadec8 \r\nI/DEBUG ( 6072): 5b4eebd4 001df1e8 \r\nI/DEBUG ( 6072): 5b4eebd8 5b4eec14 \r\nI/DEBUG ( 6072): 5b4eebdc 56fa2f30 \r\nI/DEBUG ( 6072): 5b4eebe0 56cadec4 \r\nI/DEBUG ( 6072): 5b4eebe4 00000004 \r\nI/DEBUG ( 6072): 5b4eebe8 56cadedc \r\nI/DEBUG ( 6072): 5b4eebec 407f5c74 /system/lib/libdvm.so\r\nI/DEBUG ( 6072): 5b4eebf0 0026ff98 \r\nI/DEBUG ( 6072): 5b4eebf4 00000000 \r\nI/DEBUG ( 6072): 5b4eebf8 41a5af08 \r\nI/DEBUG ( 6072): 5b4eebfc 4082b4d9 /system/lib/libdvm.so\r\nI/DEBUG ( 6072): 5b4eec00 001df1d8 \r\nI/DEBUG ( 6072): 5b4eec04 00000000 \r\nI/DEBUG ( 6072): 5b4eec08 001f8b10 \r\nI/DEBUG ( 6072): 5b4eec0c 41a13260 \r\nI/DEBUG ( 6072): 5b4eec10 00000001 \r\nI/DEBUG ( 6072): 5b4eec14 4083006d /system/lib/libdvm.so\r\nI/DEBUG ( 6072): 5b4eec18 56cadec4 \r\nI/DEBUG ( 6072): 5b4eec1c 5b348fb3 \r\nI/System.out( 332): [INFO:1051758763]: LogSource: Response [http=200,length=306]\r\nI/System.out( 332): [INFO:1051758764]: LogSource: Read id 20, status code 200\r\nD/WifiLocator( 332): Too many no-location APs. Will not compute a location nor go to the server. hasLocation=0 noLocation=0 cacheMiss=0\r\nD/dalvikvm( 332): GC_CONCURRENT freed 713K, 7% free 16452K/17543K, paused 2ms+3ms\r\nI/BootReceiver( 193): Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)\r\nI/DEBUG ( 6072): debuggerd committing suicide to free the zombie!\r\nI/DEBUG ( 6427): debuggerd: Dec 8 2011 00:55:26\r\nD/Zygote ( 116): Process 6383 terminated by signal (11)\r\n{code}", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-03-18T12:13:28.000+0000", "updated": "2012-03-18T12:13:28.000+0000" }, { "id": "187206", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with Nexus Galaxy 4.0.2 using 2.0.0.v20120319003254 with v8/rhino", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-03-19T14:45:28.000+0000", "updated": "2012-03-19T14:45:28.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }