{ "id": "78927", "key": "TIMOB-4938", "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": "11364", "description": "Mobile 1.8.0 M11", "name": "Sprint 2011-32", "archived": true, "released": true, "releaseDate": "2011-08-15" } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2011-08-11T09:44:05.000+0000", "created": "2011-08-08T11:50:47.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "array", "crash", "debugger", "exception" ], "versions": [ { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" } ], "issuelinks": [ { "id": "12372", "type": { "id": "10002", "name": "Duplicate", "inward": "is duplicated by", "outward": "duplicates" }, "outwardIssue": { "id": "78142", "key": "TIMOB-4754", "fields": { "summary": "Debugger crashes when logging non-string messages", "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": "13669", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "82068", "key": "TIMOB-5892", "fields": { "summary": "iOS: needs to handle thrown exceptions (revisiting)", "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": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-10-27T18:33:04.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Steps To Reproduce:\r\n1. Run debug_test application without breakpoints\r\n2. Click on Open Window\r\n3. Click on Array\r\n\r\nActual:\r\n[ERROR] The application has crashed with an unhandled exception. Stack trace:\r\n\r\n0 CoreFoundation 0x0238658c __exceptionPreprocess + 156\r\n1 libobjc.A.dylib 0x024da313 objc_exception_throw + 44\r\n2 CoreFoundation 0x023880bb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187\r\n3 CoreFoundation 0x022f7966 ___forwarding___ + 966\r\n4 CoreFoundation 0x022f7522 _CF_forwarding_prep_0 + 50\r\n5 debug_test 0x0032ff6b -[TiDebugger log:level:] + 134\r\n6 debug_test 0x003319f0 TiDebuggerLogMessage + 69\r\n7 debug_test 0x00143536 -[APIModule logMessage:severity:] + 486\r\n8 debug_test 0x00143723 -[APIModule info:] + 147\r\n9 CoreFoundation 0x022f6c7d __invoking___ + 29\r\n10 CoreFoundation 0x022f6b51 -[NSInvocation invoke] + 145\r\n11 debug_test 0x0004de69 -[KrollMethod call:] + 3081\r\n12 debug_test 0x0004c90e KrollCallAsFunction + 542\r\n13 debug_test 0x002d91d9 _ZN2TI16TiCallbackObjectINS_8TiObjectEE4callEPNS_10TiExcStateEPS1_NS_7TiValueERKNS_7ArgListE + 391\r\n14 debug_test 0x002b649b cti_op_call_NotTiFunction + 299\r\n15 ??? 0x0d4703bc 0x0 + 222757820\r\n16 debug_test 0x002730f5 _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 975\r\n17 debug_test 0x002c48cd _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 129\r\n18 debug_test 0x0023bfeb _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 91\r\n19 debug_test 0x002d74f6 TiObjectCallAsFunction + 454\r\n20 debug_test 0x00056a33 -[KrollObject triggerEvent:withObject:thisObject:] + 739\r\n21 debug_test 0x00048f81 -[KrollEvent invoke:] + 145\r\n22 debug_test 0x00047ced -[KrollContext invoke:] + 189\r\n23 debug_test 0x000468ce -[KrollContext main] + 4478\r\n24 Foundation 0x00675cf4 -[NSThread main] + 81\r\n25 Foundation 0x00675c80 __NSThread__main__ + 1387\r\n26 libSystem.B.dylib 0x922b8259 _pthread_start + 345\r\n27 libSystem.B.dylib 0x922b80de thread_start + 34\r\n\r\nExpected:\r\nConsole displays:\r\n[INFO] (\r\n1,\r\n2,\r\na,\r\n{\r\nb = c;\r\n}\r\n) ", "attachment": [], "flagged": false, "summary": "iOS: Debugging with array causes an unhandled exception and crashes the application", "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": "iOS 4.3 with TiStudio 1.0.4 and 1.0.2 on Mac OS X 10.6.8", "comment": { "comments": [ { "id": "162172", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Last working with 1.7.1", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-08T13:42:05.000+0000", "updated": "2011-08-08T13:42:05.000+0000" }, { "id": "162572", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This bug has been fixed in 1.8.0. If it needs to go into 1.7.x then the fix I put in can be cherry-picked and the debugger library updated if necessary (but I remember it being just a Titanium fix).", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-11T08:47:06.000+0000", "updated": "2011-08-11T08:47:06.000+0000" }, { "id": "162580", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Bug already fixed. Comment further on TIMOB-4754 regarding whether or not to backport to 1.7.x.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-11T09:43:48.000+0000", "updated": "2011-08-11T09:43:48.000+0000" }, { "id": "162850", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with \nversion=1.8.0\ntimestamp=08/11/11 10:12\ngithash=1dc757e", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-15T12:47:02.000+0000", "updated": "2011-08-15T12:47:02.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }