{ "id": "64945", "key": "TIMOB-3833", "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": "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": "2011-06-30T15:45:11.000+0000", "created": "2011-04-29T16:24:08.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "3.0.1", "android", "crash", "foursquare", "xoom" ], "versions": [ { "id": "11244", "name": "Release 1.7.0", "archived": true, "released": true, "releaseDate": "2011-06-13" } ], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-02-09T11:10:16.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": "1.Mashups > foursquare\n2.log in\n\nresults - 2 of 5 attempts I crashed:\n\nI/TiAPI ( 6881): (kroll$1: app://app.js) [1,817] welcome_message = Welcome to Kitchen Sink for Titanium/\nW/ResourceType( 6881): No package identifier when getting value for resource number 0x00000000\nE/KrollMethod( 6881): (kroll$1: app://app.js) [0,817] Exception calling kroll method localize, invocation: null ]\nE/KrollMethod( 6881): android.content.res.Resources$NotFoundException: String resource ID #0x0\nE/KrollMethod( 6881): \tat android.content.res.Resources.getText(Resources.java:242)\nE/KrollMethod( 6881): \tat android.content.res.Resources.getString(Resources.java:326)\nE/KrollMethod( 6881): \tat android.content.Context.getString(Context.java:204)\nE/KrollMethod( 6881): \tat ti.modules.titanium.TitaniumModule.localize(TitaniumModule.java:339)\nE/KrollMethod( 6881): \tat ti.modules.titanium.TitaniumModuleBindingGen$8.invoke(TitaniumModuleBindingGen.java:365)\nE/KrollMethod( 6881): \tat org.appcelerator.kroll.KrollProxy$ThisMethod.invoke(KrollProxy.java:397)\nE/KrollMethod( 6881): \tat org.appcelerator.kroll.KrollMethod.call(KrollMethod.java:51)\nE/KrollMethod( 6881): \tat org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701)\nE/KrollMethod( 6881): \tat org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854)\nE/KrollMethod( 6881): \tat org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)\nE/KrollMethod( 6881): \tat org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426)\nE/KrollMethod( 6881): \tat org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3177)\nE/KrollMethod( 6881): \tat org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)\nE/KrollMethod( 6881): \tat org.mozilla.javascript.Context.evaluateReader(Context.java:1142)\nE/KrollMethod( 6881): \tat org.appcelerator.titanium.kroll.KrollContext$DefaultEvaluator.evaluateFile(KrollContext.java:105)\nE/KrollMethod( 6881): \tat org.appcelerator.titanium.kroll.KrollContext.evaluateScript(KrollContext.java:306)\nE/KrollMethod( 6881): \tat org.appcelerator.titanium.kroll.KrollContext.handleEvalFile(KrollContext.java:318)\nE/KrollMethod( 6881): \tat org.appcelerator.titanium.kroll.KrollContext.handleMessage(KrollContext.java:217)\nE/KrollMethod( 6881): \tat org.appcelerator.titanium.TiMessageQueue.handleMessage(TiMessageQueue.java:223)\nE/KrollMethod( 6881): \tat android.os.Handler.dispatchMessage(Handler.java:95)\nE/KrollMethod( 6881): \tat android.os.Looper.loop(Looper.java:126)\nE/KrollMethod( 6881): \tat org.appcelerator.titanium.kroll.KrollHandlerThread.run(KrollHandlerThread.java:86)\nE/KrollContext( 6881): (kroll$1: app://app.js) [3,820] Error evaluating source: Wrapped android.content.res.Resources$NotFoundException: String resource ID #0x0 (file:///android_asset/Resources/app.js#334)\nE/KrollContext( 6881): org.mozilla.javascript.WrappedException: Wrapped android.content.res.Resources$NotFoundException: String resource ID #0x0 (file:///android_asset/Resources/app.js#334)\nE/KrollContext( 6881): \tat org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1786)\nE/KrollContext( 6881): \tat org.appcelerator.kroll.KrollMethod.call(KrollMethod.java:85)\nE/KrollContext( 6881): \tat org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701)\nE/KrollContext( 6881): \tat script(file:///android_asset/Resources/app.js:334)\nE/KrollContext( 6881): \tat org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854)\nE/KrollContext( 6881): \tat org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164)\nE/KrollContext( 6881): \tat org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426)\nE/KrollContext( 6881): \tat org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3177)\nE/KrollContext( 6881): \tat org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175)\nE/KrollContext( 6881): \tat org.mozilla.javascript.Context.evaluateReader(Context.java:1142)\nE/KrollContext( 6881): \tat org.appcelerator.titanium.kroll.KrollContext$DefaultEvaluator.evaluateFile(KrollContext.java:105)\nE/KrollContext( 6881): \tat org.appcelerator.titanium.kroll.KrollContext.evaluateScript(KrollContext.java:306)\nE/KrollContext( 6881): \tat org.appcelerator.titanium.kroll.KrollContext.handleEvalFile(KrollContext.java:318)\nE/KrollContext( 6881): \tat org.appcelerator.titanium.kroll.KrollContext.handleMessage(KrollContext.java:217)\nE/KrollContext( 6881): \tat org.appcelerator.titanium.TiMessageQueue.handleMessage(TiMessageQueue.java:223)\nE/KrollContext( 6881): \tat android.os.Handler.dispatchMessage(Handler.java:95)\nE/KrollContext( 6881): \tat android.os.Looper.loop(Looper.java:126)\nE/KrollContext( 6881): \tat org.appcelerator.titanium.kroll.KrollHandlerThread.run(KrollHandlerThread.java:86)\nE/KrollContext( 6881): Caused by: android.content.res.Resources$NotFoundException: String resource ID #0x0\nE/KrollContext( 6881): \tat android.content.res.Resources.getText(Resources.java:242)\nE/KrollContext( 6881): \tat android.content.res.Resources.getString(Resources.java:326)\nE/KrollContext( 6881): \tat android.content.Context.getString(Context.java:204)\nE/KrollContext( 6881): \tat ti.modules.titanium.TitaniumModule.localize(TitaniumModule.java:339)\nE/KrollContext( 6881): \tat ti.modules.titanium.TitaniumModuleBindingGen$8.invoke(TitaniumModuleBindingGen.java:365)\nE/KrollContext( 6881): \tat org.appcelerator.kroll.KrollProxy$ThisMethod.invoke(KrollProxy.java:397)\nE/KrollContext( 6881): \tat org.appcelerator.kroll.KrollMethod.call(KrollMethod.java:51)\nE/KrollContext( 6881): \t... 15 more\nE/TiJSError( 6881): (kroll$1: app://app.js) [2,822] ----- Titanium Javascript Runtime Error -----\n\n\n", "attachment": [], "flagged": false, "summary": "Android 3.0 Xoom: intermittent crash on foursquare after logging in", "creator": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "xoom, 3.0.1, INFO Titanium SDK version: 1.7.0 (04/26/11 11:54 6b80fd9...)", "comment": { "comments": [ { "id": "158374", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Could not reproduce with Titanium SDK 1.7.2v20110628133840 and Xoom 3.1", "updateAuthor": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-06-30T15:07:35.000+0000", "updated": "2011-06-30T15:07:35.000+0000" }, { "id": "158379", "author": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Could not reproduce with Titanium SDK 1.7.2v20110628133840 and Xoom 3.1.", "updateAuthor": { "name": "avaghti", "key": "avaghti", "displayName": "Alan Vaghti", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-06-30T15:45:11.000+0000", "updated": "2011-06-30T15:45:11.000+0000" }, { "id": "182600", "author": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "body": "no longer repro", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-09T11:10:16.000+0000", "updated": "2012-02-09T11:10:16.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }