{ "id": "89145", "key": "TIMOB-8414", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13207", "name": "Sprint 2012-07", "archived": true, "released": true, "releaseDate": "2012-04-08" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-04-05T20:10:31.000+0000", "created": "2012-03-29T10:37:16.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "qe-and031912", "regression" ], "versions": [ { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" } ], "issuelinks": [ { "id": "17282", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "85101", "key": "TISTUD-1044", "fields": { "summary": "Android: Emulator Debugger: Connection refused", "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 } } } } ], "assignee": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-06-20T14:46:27.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": "Steps to reproduce:\r\n1. Unzip and import attachment\r\n2. From https://wiki.appcelerator.org/display/tp/Debugger+Test+Plan, execute test case 1013\r\n\r\nActual: After step 9, the following error messages appear:\r\n{code}\r\nE/JNIUtil ( 398): !!! Unable to convert unknown Java object class 'org.appcelerator.kroll.KrollRuntime$1' to Js value !!!\r\nE/JNIUtil ( 398): !!! Unable to convert unknown Java object class 'org.appcelerator.kroll.KrollRuntime$1' to Js value !!!\r\nE/JNIUtil ( 398): !!! Unable to convert unknown Java object class 'org.appcelerator.kroll.KrollRuntime$1' to Js value !!!\r\n{code}\r\n\r\nEven though these error messages appear, it does not seem to affect the debugger i.e. the debugger does not terminate and I am still getting expected results from the debugger test plan.\r\n\r\nExpected: Error messages should not appear.\r\n\r\nNote:\r\n* The error messages do not appear in 1.8.2\r\n* Only tested in v8. Did not test in rhino.\r\n* The error messages appear only when using breakpoints.", "attachment": [ { "id": "26694", "filename": "debug_test.zip", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-03-29T10:37:16.000+0000", "size": 3658758, "mimeType": "application/zip" } ], "flagged": false, "summary": "Android: Debugger - On V8, JNIUtil error messages appear when debugging with breakpoints", "creator": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "SDK build: 2.0.0.v20120328183230\r\nRuntime: v8\r\nTitanium Studio, build: 2.0.0.201203290942\r\nDevice: Android Emulator 2.2\r\nOS: Snow Leopard (10.6.8), Linux (11.10), Window 7", "comment": { "comments": [ { "id": "189841", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The issue is actually appears outside of the debugger test case as well.\r\nHere's another test case that replicates the error messages in the log:\r\n\r\nExpected: There should be no JNIUtil error messages.\r\n\r\n{code:javascript}\r\n\r\nvar win = Ti.UI.createWindow();\r\n\r\nvar view = Ti.UI.createView();\r\nwin.add(view);\r\n\r\nTi.API.info(\"Center => \" + view.center);\r\n\r\nwin.open();\r\n{code}\r\n", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-04T10:51:16.000+0000", "updated": "2012-04-04T10:51:16.000+0000" }, { "id": "189843", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Submitted PR [#1920|https://github.com/appcelerator/titanium_mobile/pull/1920] to resolve issue.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-04T10:55:19.000+0000", "updated": "2012-04-04T10:55:19.000+0000" }, { "id": "199432", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing issue\r\n\r\nTested with Ti Studio build 2.1.0.201206200844\r\nTi Mobile SDK 2.1.0.v20120619172256 hash rd3a84b13\r\nOSX Lion 10.7.3\r\nAndroid Emulator 2.2\r\n\r\nThe expected behavior is shown", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-06-20T14:46:27.000+0000", "updated": "2012-06-20T14:46:27.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }