{ "id": "126872", "key": "TIMOB-16513", "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": null, "resolutiondate": null, "created": "2014-02-26T11:31:22.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-3.2.2" ], "versions": [ { "id": "15857", "description": "Release 3.2.2", "name": "Release 3.2.2", "archived": false, "released": true, "releaseDate": "2014-03-09" } ], "issuelinks": [ { "id": "35436", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "93264", "key": "TIMOB-9557", "fields": { "summary": "Android: Stack overflow when having commonJS circular reference", "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": null, "updated": "2018-02-28T20:03:58.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Getting error message as :\r\n{code}\r\n[ERROR] : Script Error {\r\n[ERROR] : message = \"Maximum call stack size exceeded.\";\r\n[ERROR] : name = RangeError;\r\n[ERROR] : }\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"b\" failed to leave a valid exports object\r\n[ERROR] : Script Error Module \"a\" failed to leave a valid exports object\r\n{code}\r\n\r\nSteps to reproduce:\r\n1.Install TIMOB-9557 from memory Test Suite and run the app on iOS Device.\r\n\r\nActual Result:\r\nGetting above mentioned error message as \"Maximum call stack size exceeded.\"\r\n\r\nExpected Result:\r\nMust get console logs as:\r\n{code}\r\nFinished require! \r\nfoo \r\nfoo\r\n{code}\r\n\r\n\r\nWorking fine on Android.\r\nPreviously bug for Android was logged TIMOB-9557\r\n", "attachment": [], "flagged": false, "summary": "iOS: Getting error message as Maximum call stack size exceeded when having commonJS circular reference", "creator": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Appc Studio:3.2.1.201402061120\r\nSdk:3.2.2.v20140221161255\r\nalloy:1.3.1\r\ntitanium:3.2.1\r\ntitanium-code-processor:1.1.0\r\nXcode: 5.1 Beta 5\r\nOsx: Maverick(10.9)\r\nDevice:iPad3(v7.1 beta5)", "comment": { "comments": [ { "id": "294795", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Is this a regression?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-02-26T16:42:00.000+0000", "updated": "2014-02-26T16:42:00.000+0000" }, { "id": "294892", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "No its not a regression. Since issue reproduces in latest 3.2.2 build;3.2.2.v20140221161255 and 3.2.1.GA,3.2.0.GA,3.1.3.GA.3.1.2.GA also.", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-02-27T04:57:02.000+0000", "updated": "2014-02-27T04:57:02.000+0000" }, { "id": "319654", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduced on both SDK Version 3.2.2 GA and 3.4.0 GA\r\n\r\nCLI version 3.3.0, \r\nTitanium SDK version 3.4.0 \r\nTitanium SDK version 3.2.2 \r\niOS SDK: 7.1 \r\nAppcelerator Studio, build: 3.3.0.201407111535", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-08-21T05:45:11.000+0000", "updated": "2014-08-21T05:45:11.000+0000" }, { "id": "338654", "author": { "name": "kagrawal", "key": "kagrawal", "displayName": "Khushbu Agrawal", "active": true, "timeZone": "Asia/Shanghai" }, "body": "Issue reproduced with SDK Version 3.5.0.v20150109131718.\r\n\r\nCLI version 3.4.1\r\niOS SDK: 8.1\r\nAppcelerator Studio, build: 3.4.1.201410281743 ", "updateAuthor": { "name": "kagrawal", "key": "kagrawal", "displayName": "Khushbu Agrawal", "active": true, "timeZone": "Asia/Shanghai" }, "created": "2015-01-12T07:59:17.000+0000", "updated": "2015-01-12T07:59:17.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }