{ "id": "113453", "key": "TIMOB-13690", "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": "15564", "description": "2013 Sprint 15 API", "name": "2013 Sprint 15 API", "archived": true, "released": true, "releaseDate": "2013-07-29" }, { "id": "15567", "description": "2013 Sprint 15", "name": "2013 Sprint 15", "archived": true, "released": true, "releaseDate": "2013-07-29" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2013-07-24T00:20:44.000+0000", "created": "2013-04-26T22:01:06.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-3.1.1", "triage" ], "versions": [ { "id": "15478", "description": "Release 3.1.1", "name": "Release 3.1.1", "archived": true, "released": true, "releaseDate": "2013-06-17" } ], "issuelinks": [ { "id": "29329", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "110469", "key": "TIMOB-12939", "fields": { "summary": "Android: Developer option \"do not keep activities\" cause Titanium apps to close", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } }, { "id": "28172", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "113462", "key": "TISTUD-4412", "fields": { "summary": "Android Device Debugger: Debugging same configuration results in ANR state", "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" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-17T23:15:59.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": "When launching the Debuggeer on device and terminating process from the console view, the app freezes on the \"appcelerator splash screen\"(red window).\r\nIn about 1 min \"Application Not Responsive\" message appears on device.\r\n\r\nThis is *regression*, not occurs in \r\nTitanium Studio, build: 3.1.0.201304171607\r\n\r\nTest steps:\r\n1. Create a project\r\n2. Debug as Android device\r\n3. Terminate the process after application launches on the device by clicking the red button on the console view.\r\n\r\nActual result:\r\n3. The process should be terminated and the app should quit\r\n\r\nActual result:\r\nThe red splash screen (see attached)\r\n\r\n", "attachment": [ { "id": "37875", "filename": "ANR.png", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-26T22:01:06.000+0000", "size": 239395, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Debugger: Termination of the process from the console view freezes App with ANR message", "creator": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium Studio, build: 3.1.1.201304251753\r\nSDK, build: 3.1.1.v20130425155025\r\nDevices:\r\nGalaxy S4 4.2.2\r\nNexus4 4.2\r\n", "comment": { "comments": [ { "id": "254913", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with:\nAppcelerator Studio, build: 3.1.1.201305292130\nSDK, build: 3.1.1.v20130529114554\n\nGalaxy S4 4.2.2\nNexus7 4.2\n\nI can reproduce the issue, no break points in app.js> debug as Android device.\n\n", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-30T18:43:01.000+0000", "updated": "2013-05-30T18:43:01.000+0000" }, { "id": "254989", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This is what i have found till now.\n\nThis occurs if try closing the debugger connection while the app is in the middle of booting up. if you close the connection afterwards the app quits as expected. \n\nTo consistently reproduce the issue, i used KS. and tested all the way back up to 3.0.2.GA and it has the same behavior. So i don't think this should be a regression as this has always been the behavior.\n\nI also did testing in TiStudio 3.1.0.GA and still happens. \n\nWe believe this bug is due to the current window architecture and would be fixed once new the window behavior is implemented. \n", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-30T21:54:55.000+0000", "updated": "2013-05-30T21:54:55.000+0000" }, { "id": "254991", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Removing the regression tag based on Sabil's comments.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-05-30T21:57:39.000+0000", "updated": "2013-05-30T21:57:39.000+0000" }, { "id": "262922", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested KS with the latest master and 3_1_X branch. This issue does not happen any more. After the debugger is terminated, the app will not freeze and have no ANR error although the splash screen still shows. Probably fixed by TIMOB-12939. Resolve the ticket as Cannot Reproduce.", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-24T00:20:14.000+0000", "updated": "2013-07-24T00:20:14.000+0000" }, { "id": "309453", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "closing after testing with:\r\nMac osx 10.9.3 Mavericks\r\nAppcelerator Studio, build: 3.3.0.201406111952\r\nTitanium SDK, build: 3.3.0.v20140616174113\r\nNode.JS Version: v0.10.13 \r\nNPM Version: 1.3.2 \r\nacs@1.0.14 \r\nalloy@1.4.0-rc \r\nnpm@1.3.2 \r\ntitanium@3.3.0-rc \r\ntitanium-code-processor@1.1.1\r\nDevice: GalaxyS4 Android version 4.4.2", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-17T23:15:51.000+0000", "updated": "2014-06-17T23:15:51.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }