{ "id": "64935", "key": "TIMOB-3824", "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": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-06-02T20:40:42.000+0000", "created": "2011-04-29T15:53:44.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "3.0", "android", "crash", "defect", "memory", "reported-1.7.0", "xoom" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-06-02T20:40:58.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": [], "description": "Steps to Reproduce:\n1. Launch Kitchen Sink\n2. Run Base UI > Views > Table Views > Performance\n3. Scroll through the 500 items quickyly\n\nActual Result:\nCrash or out of memory in the logs (See attached)\n\nExpected Result:\nNot to crash or run out of memory", "attachment": [ { "id": "18424", "filename": "OutOfMemory.txt", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-29T15:53:44.000+0000", "size": 4204, "mimeType": "text/plain" } ], "flagged": false, "summary": "Android 3.0 xoom: Scrolling through a long list of item gets an out of memory error and sometime crash", "creator": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Xoom Honeycomb 3.0.1 with Build: 1.7.0.b80fd9 ", "comment": { "comments": [ { "id": "158357", "author": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "body": "tried to get it to crash couldn't.", "updateAuthor": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-06-30T13:56:07.000+0000", "updated": "2011-06-30T13:56:07.000+0000" }, { "id": "165389", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with Motorola Xoom 3.2 with \n1.8.0.v20110906155354, still can get it to crash\nE/dalvikvm-heap( 792): Out of memory on a 488-byte allocation.\nI/dalvikvm( 792): \"main\" prio=5 tid=1 RUNNABLE\nI/dalvikvm( 792): | group=\"main\" sCount=0 dsCount=0 obj=0x401fd5b8 self=0x125f8\nI/dalvikvm( 792): | sysTid=792 nice=0 sched=0/0 cgrp=default handle=-1345653656\nI/dalvikvm( 792): | schedstat=( 58427826000 14993140000 30898 ) utm=4034 stm=1808 core=0\nI/dalvikvm( 792): at ti.modules.titanium.ui.widget.tableview.TiTableViewRowProxyItem.(TiTableViewRowProxyItem.java:~56)\nI/dalvikvm( 792): at ti.modules.titanium.ui.widget.tableview.TiTableView$TTVListAdapter.getView(TiTableView.java:202)\nI/dalvikvm( 792): at android.widget.AbsListView.obtainView(AbsListView.java:1949)\nI/dalvikvm( 792): at android.widget.ListView.makeAndAddView(ListView.java:1756)\nI/dalvikvm( 792): at android.widget.ListView.fillDown(ListView.java:656)\nI/dalvikvm( 792): at android.widget.ListView.fillGap(ListView.java:620)\nI/dalvikvm( 792): at android.widget.AbsListView.trackMotionScroll(AbsListView.java:4408)\nI/dalvikvm( 792): at android.widget.AbsListView$FlingRunnable.run(AbsListView.java:3687)\nI/dalvikvm( 792): at android.os.Handler.handleCallback(Handler.java:587)\nI/dalvikvm( 792): at android.os.Handler.dispatchMessage(Handler.java:92)\nI/dalvikvm( 792): at android.os.Looper.loop(Looper.java:132)\nI/dalvikvm( 792): at android.app.ActivityThread.main(ActivityThread.java:4123)\nI/dalvikvm( 792): at java.lang.reflect.Method.invokeNative(Native Method)\nI/dalvikvm( 792): at java.lang.reflect.Method.invoke(Method.java:491)\nI/dalvikvm( 792): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)\nI/dalvikvm( 792): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)\nI/dalvikvm( 792): at dalvik.system.NativeStart.main(Native Method)\nI/dalvikvm( 792): \nD/AndroidRuntime( 792): Shutting down VM\n", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-09-08T11:31:10.000+0000", "updated": "2011-09-08T11:31:10.000+0000" }, { "id": "420864", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid this version of Kitchen Sink is no longer supported.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-06-02T20:40:42.000+0000", "updated": "2017-06-02T20:40:42.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }